projects
/
Packages
/
TYPO3.CMS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53df4f9
)
[TASK] Adjust PHP dependency in ext_emconf.php
author
Bastian Waidelich
<bastian@typo3.org>
Sat, 9 Jul 2011 13:18:07 +0000
(15:18 +0200)
committer
Bastian Waidelich
<bastian@typo3.org>
Sat, 9 Jul 2011 13:18:07 +0000
(15:18 +0200)
With Extbase 1.4 PHP version 5.3+ is required
Change-Id: I09f070f46eb3739012e3ce1343215210450daae2
typo3/sysext/extbase/ext_emconf.php
patch
|
blob
|
history
diff --git
a/typo3/sysext/extbase/ext_emconf.php
b/typo3/sysext/extbase/ext_emconf.php
index
f321ce0
..
e4d22c8
100755
(executable)
--- a/
typo3/sysext/extbase/ext_emconf.php
+++ b/
typo3/sysext/extbase/ext_emconf.php
@@
-32,7
+32,7
@@
$EM_CONF[$_EXTKEY] = array(
'version' => '1.4.0-devel',
'constraints' => array(
'depends' => array(
- 'php' => '5.
2
.0-0.0.0',
+ 'php' => '5.
3
.0-0.0.0',
'typo3' => '4.5.0-0.0.0',
),
'conflicts' => array(