Skip to content

Commit

Permalink
php8 compatible in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lerminou authored and steevanb committed Mar 28, 2021
1 parent 6e1266b commit 62732f9
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 @@ -9,7 +9,7 @@
]
},
"require": {
"php" : "^5.4.6 || ^7.0",
"php" : "^5.4.6 || ^7.0 || ^8.0",
"doctrine/orm": "^2.4.8"
},
"suggest": {
Expand Down

0 comments on commit 62732f9

Please sign in to comment.