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

Appearance settings

Commit 8b5dfb9

Browse filesBrowse files
minor #36976 [Contracts/Deprecation] fix composer.json for PHP 8 (xepozz)
This PR was merged into the 5.1 branch. Discussion ---------- [Contracts/Deprecation] fix composer.json for PHP 8 | Q | A | ------------- | --- | Branch? | 5.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Spotted by @xepozz in symfony/deprecation-contracts#2 Commits ------- 5db0a8b [Contracts/Deprecation] fix composer.json for PHP 8
2 parents 9a16c8e + 5db0a8b commit 8b5dfb9
Copy full SHA for 8b5dfb9

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Contracts/Deprecation/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Contracts/Deprecation/composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.1"
18+
"php": ">=7.1"
1919
},
2020
"autoload": {
2121
"files": [

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.