Skip to content

Commit

Permalink
Merge pull request #25 from xtochko/3.0
Browse files Browse the repository at this point in the history
3.0 update composer restrictions to enable PHP-8 resolve#issue-22
  • Loading branch information
kjonski committed Apr 27, 2023
2 parents dc66adc + 90f6409 commit 7240102
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 @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.2.5",
"php": ">=7.2.5",
"symfony/dependency-injection": "^4.1.12|^5.0",
"symfony/config": "~4.4|~5.0",
"doctrine/annotations": "^1.6",
Expand Down

0 comments on commit 7240102

Please sign in to comment.