Skip to content

Commit

Permalink
Merge pull request #975 from cakephp/dereuromark-patch-1
Browse files Browse the repository at this point in the history
Check PHP Parser v5 compatibility
  • Loading branch information
dereuromark committed Jan 29, 2024
2 parents 3fe0de8 + 3cec538 commit ba5edc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -24,7 +24,7 @@
"brick/varexporter": "^0.4.0",
"cakephp/cakephp": "^5.0.0",
"cakephp/twig-view": "^2.0.0",
"nikic/php-parser": "^4.13.2"
"nikic/php-parser": "^4.13.2 || ^5.0.0"
},
"require-dev": {
"cakephp/cakephp-codesniffer": "^5.0.0",
Expand Down

0 comments on commit ba5edc2

Please sign in to comment.