Skip to content

Commit

Permalink
Merge pull request #20 from inxilpro/patch-1
Browse files Browse the repository at this point in the history
Support PHP 8.0 in composer.json
  • Loading branch information
goetas authored Jan 13, 2021
2 parents 5c0927c + a828d6e commit e400c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"license": "MIT",
"require": {
"php": "^7.1",
"php": ">=7.1",
"jms/serializer": "^1.2|^2.0|^3.0",
"symfony/yaml": "^2.2|^3.0|^4.0|^5.0"
},
Expand Down

0 comments on commit e400c09

Please sign in to comment.