Skip to content

Commit

Permalink
Allow using Symfony 7 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Nov 2, 2023
1 parent 0cf9682 commit 8eb6060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"php": "^7.3|^8.0",
"ext-fileinfo": "*",
"psr/log": "^1.0 | ^2.0 | ^3.0",
"symfony/process": "^4.2|^5.0|^6.0"
"symfony/process": "^4.2|^5.0|^6.0|^7.0"
},
"require-dev": {
"pestphp/pest": "^1.21",
"phpunit/phpunit": "^8.5.21|^9.4.4",
"symfony/var-dumper": "^4.2|^5.0|^6.0"
"symfony/var-dumper": "^4.2|^5.0|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand All @@ -48,4 +48,4 @@
"pestphp/pest-plugin": true
}
}
}
}

0 comments on commit 8eb6060

Please sign in to comment.