Skip to content

Commit

Permalink
Allow php parser 5
Browse files Browse the repository at this point in the history
  • Loading branch information
drieschel committed Jan 8, 2024
1 parent f63b0c0 commit a3feccf
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 @@ -15,7 +15,7 @@
"require": {
"php": ">=8.1",
"doctrine/inflector": "^2.0",
"nikic/php-parser": "^4.11",
"nikic/php-parser": "^4.11|^5.0",
"symfony/config": "^6.3|^7.0",
"symfony/console": "^6.3|^7.0",
"symfony/dependency-injection": "^6.3|^7.0",
Expand Down

0 comments on commit a3feccf

Please sign in to comment.