Skip to content

Commit

Permalink
Add PHP 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaise committed May 2, 2022
1 parent 5014dd1 commit a47884e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
}
],
"require": {
"php": "^7.1 || ^8.0",
"php": "^7.1|^8.0",
"doctrine/annotations": "^1.0",
"doctrine/doctrine-bundle": "^2.5",
"doctrine/orm": "^2.10",
"symfony/serializer": "^5.4",
"symfony/property-access": "^5.4"
"symfony/serializer": "^5.3|^6.0",
"symfony/property-access": "^5.3|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit a47884e

Please sign in to comment.