Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit52cf765

Browse files
bug#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 |#22973| License | MIT| Doc PR | -As spotted in the linked issue, because ofhttps://bugs.php.net/72229.Commits-------2282a6f Bump minimal PHP version to ^5.5.9|>=7.0.8
2 parents584b7b4 +2282a6f commit52cf765

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)

[8]ページ先頭

©2009-2025 Movatter.jp