Skip to content

Commit

Permalink
Merge pull request #58 from loic425/symfony-7
Browse files Browse the repository at this point in the history
Add support for Symfony 7
  • Loading branch information
lchrusciel authored Jan 29, 2024
2 parents 143b005 + 20abc72 commit b7ced0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- php: "8.1"
symfony: "~6.0"

- php: "8.2"
symfony: "~7.0"

steps:
-
uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
],
"require": {
"php": "^7.4|^8.0|^8.1",
"symfony/event-dispatcher": "^4.4|^5.4|^6.0",
"symfony/property-access": "^4.4|^5.4|^6.0",
"symfony/expression-language": "^4.4|^5.4|^6.0"
"symfony/event-dispatcher": "^4.4|^5.4|^6.0|^7.0",
"symfony/property-access": "^4.4|^5.4|^6.0|^7.0",
"symfony/expression-language": "^4.4|^5.4|^6.0|^7.0"
},
"suggest": {
"twig/twig": "Access the state machine in your twig templates (^2.10|^3.0)"
},
"require-dev": {
"sylius/phpspec": "^5.0|^6.0|^7.1",
"phpspec/phpspec": "^5.0|^6.0|^7.1",
"twig/twig": "^2.10|^3.0"
},
"autoload": {
Expand Down

0 comments on commit b7ced0a

Please sign in to comment.