Skip to content

Commit 52cf765

Browse files
bug symfony#23703 Bump minimal PHP version to ^5.5.9|>=7.0.8 (nicolas-grekas)
This PR was merged into the 3.3 branch. Discussion ---------- Bump minimal PHP version to ^5.5.9|>=7.0.8 | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#22973 | License | MIT | Doc PR | - As spotted in the linked issue, because of https://bugs.php.net/72229. Commits ------- 2282a6f Bump minimal PHP version to ^5.5.9|>=7.0.8
2 parents 584b7b4 + 2282a6f commit 52cf765

File tree

52 files changed

+51
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+51
-54
lines changed

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.5.9",
19+
"php": "^5.5.9|>=7.0.8",
2020
"ext-xml": "*",
2121
"doctrine/common": "~2.4",
2222
"fig/link-util": "^1.0",

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.5.9",
19+
"php": "^5.5.9|>=7.0.8",
2020
"doctrine/common": "~2.4",
2121
"symfony/polyfill-mbstring": "~1.0"
2222
},

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.5.9",
19+
"php": "^5.5.9|>=7.0.8",
2020
"monolog/monolog": "~1.19",
2121
"symfony/http-kernel": "~2.8|~3.0"
2222
},

src/Symfony/Bridge/ProxyManager/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.5.9",
19+
"php": "^5.5.9|>=7.0.8",
2020
"symfony/dependency-injection": "~2.8|~3.0",
2121
"ocramius/proxy-manager": "~0.4|~1.0|~2.0"
2222
},

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.5.9",
19+
"php": "^5.5.9|>=7.0.8",
2020
"twig/twig": "~1.34|~2.4"
2121
},
2222
"require-dev": {

src/Symfony/Bundle/DebugBundle/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.5.9",
19+
"php": "^5.5.9|>=7.0.8",
2020
"ext-xml": "*",
2121
"symfony/http-kernel": "~2.8|~3.0",
2222
"symfony/twig-bridge": "~2.8|~3.0",

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.5.9",
19+
"php": "^5.5.9|>=7.0.8",
2020
"ext-xml": "*",
2121
"symfony/cache": "~3.3",
2222
"symfony/class-loader": "~3.2",

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.5.9",
19+
"php": "^5.5.9|>=7.0.8",
2020
"ext-xml": "*",
2121
"symfony/security": "~3.3",
2222
"symfony/dependency-injection": "~3.3",

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.5.9",
19+
"php": "^5.5.9|>=7.0.8",
2020
"symfony/config": "~3.2",
2121
"symfony/twig-bridge": "^3.3",
2222
"symfony/http-foundation": "~2.8|~3.0",

src/Symfony/Bundle/WebProfilerBundle/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.5.9",
19+
"php": "^5.5.9|>=7.0.8",
2020
"symfony/http-kernel": "~3.2",
2121
"symfony/polyfill-php70": "~1.0",
2222
"symfony/routing": "~2.8|~3.0",

0 commit comments

Comments
 (0)