Skip to content

Commit

Permalink
Allow php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeckel committed Jul 12, 2023
1 parent c8a54b9 commit 0e8588f
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 @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2|^8.1",
"symfony/console": "^3.4|^4.3|^5.0",
"doctrine/orm": "^2.5.11",
"doctrine/doctrine-bundle": "^1.6.10|^2.0",
Expand Down

0 comments on commit 0e8588f

Please sign in to comment.