Skip to content

Commit

Permalink
chore: update GitHub actions
Browse files Browse the repository at this point in the history
feat: allow symfony 3.4
  • Loading branch information
Chris8934 committed Dec 25, 2022
1 parent d9d6732 commit 189c3b3
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 @@ -16,14 +16,14 @@
],
"require": {
"php": ">=7.3",
"symfony/process": "^3.4|^4.4|^5.0|^6.0"
"symfony/process": "^3.4|^4.4|^5.4|^6.0"
},
"suggest": {
"symfony/filesystem": "Allows using Symfony Filesystem"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"symfony/filesystem": "^3.4|^4.4|^5.0|^6.0",
"symfony/filesystem": "^3.4|^4.4|^5.4|^6.0",
"phpunit/phpunit": "^9.5"
},
"autoload": {
Expand Down

0 comments on commit 189c3b3

Please sign in to comment.