Skip to content

Commit 2dcc448

Browse files
committed
raised the minimum version of PHP to 5.3.4 (closes #3856)
We've raised the minimum version of PHP because of a PHP bug before 5.3.4: https://bugs.php.net/bug.php?id=52083 https://bugs.php.net/bug.php?id=50027
1 parent a798ff1 commit 2dcc448

File tree

38 files changed

+35
-42
lines changed

38 files changed

+35
-42
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ to high traffic ones like Dailymotion or Yahoo! Answers.
1616
Requirements
1717
------------
1818

19-
Symfony2 is only supported on PHP 5.3.3 and up.
19+
Symfony2 is only supported on PHP 5.3.4 and up.
2020

2121
Installation
2222
------------

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.3",
19+
"php": ">=5.3.4",
2020
"doctrine/common": ">2.2,<2.4-dev",
2121
"twig/twig": ">=1.8,<2.0-dev"
2222
},

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.3",
19+
"php": ">=5.3.4",
2020
"doctrine/common": ">=2.2,<2.4-dev"
2121
},
2222
"suggest": {

src/Symfony/Bridge/Monolog/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.3",
19+
"php": ">=5.3.4",
2020
"symfony/http-kernel": "self.version",
2121
"monolog/monolog": "1.*"
2222
},

src/Symfony/Bridge/Propel1/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.3",
19+
"php": ">=5.3.4",
2020
"symfony/http-foundation": "self.version",
2121
"symfony/http-kernel": "self.version",
2222
"symfony/form": "self.version",

src/Symfony/Bridge/Swiftmailer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.3",
19+
"php": ">=5.3.4",
2020
"swiftmailer/swiftmailer": ">=4.2.0,<4.3-dev"
2121
},
2222
"suggest": {

src/Symfony/Bridge/Twig/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.3",
19+
"php": ">=5.3.4",
2020
"twig/twig": ">=1.8,<2.0-dev"
2121
},
2222
"require-dev": {

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.3",
19+
"php": ">=5.3.4",
2020
"symfony/dependency-injection" : "self.version",
2121
"symfony/config" : "self.version",
2222
"symfony/event-dispatcher": "self.version",

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.3",
19+
"php": ">=5.3.4",
2020
"symfony/security": "self.version"
2121
},
2222
"autoload": {

src/Symfony/Bundle/TwigBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.3",
19+
"php": ">=5.3.4",
2020
"symfony/twig-bridge": "self.version"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)