Skip to content

Commit

Permalink
Allow symfony/process 6.0 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mbardelmeijer committed Mar 15, 2024
1 parent d779efe commit 533b80b
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 @@ -17,7 +17,7 @@
"require": {
"php": "^8.2",
"phpoffice/phpword": "^0.18.2|^1.0",
"symfony/process": "^7.0"
"symfony/process": "^6.0|^7.0"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down

0 comments on commit 533b80b

Please sign in to comment.