Skip to content

Commit

Permalink
Merge pull request #206 from javiereguiluz/allow_sf7
Browse files Browse the repository at this point in the history
Allow using Symfony 7 packages
  • Loading branch information
freekmurze authored Nov 3, 2023
2 parents b672f76 + 8eb6060 commit 62f7463
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 62f7463

Please sign in to comment.