Skip to content

Commit

Permalink
Merge pull request #13 from fulgens-sprl/master
Browse files Browse the repository at this point in the history
Accept symfony/process & symfony/finder ^6.0 in the composer dependencies
  • Loading branch information
schroedan authored May 16, 2022
2 parents c225304 + d69e4d1 commit bc7b6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
],
"require": {
"php": "^8.0",
"symfony/process": "^3.4|^4.1|^5.0"
"symfony/process": "^3.4|^4.1|^5.0|^6.0"
},
"require-dev": {
"phing/phing": "^2.14",
"phpunit/phpunit": "^9.5",
"scrutinizer/ocular": "^1.3",
"symfony/finder": "^4.1",
"symfony/finder": "^4.1|^5.0|^6.0",
"sebastian/comparator": ">=1.2.3"
},
"autoload": {
Expand Down

0 comments on commit bc7b6f0

Please sign in to comment.