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 https://github.com/symfony/deprecation-contracts/pull/2

Commits
-------

5db0a8bf4b [Contracts/Deprecation] fix composer.json for PHP 8
This commit is contained in:
Nicolas Grekas 2020-05-27 10:36:13 +02:00
commit 8b5dfb9256

View File

@ -15,7 +15,7 @@
}
],
"require": {
"php": "^7.1"
"php": ">=7.1"
},
"autoload": {
"files": [