Skip to content

Commit

Permalink
Allow running in vanilla PHP projects (#25)
Browse files Browse the repository at this point in the history
* Add required dependency

* Widen dependency requirement to match PHP requirement
  • Loading branch information
timacdonald authored Sep 29, 2024
1 parent 1895983 commit 24ff797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
],
"require": {
"php": "^7.4|^8.0",
"ext-json": "*"
"ext-json": "*",
"symfony/process": "^5.0|^6.0|^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.0",
Expand Down

0 comments on commit 24ff797

Please sign in to comment.