Skip to content

Commit

Permalink
Added Symfony 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoBakx committed Dec 6, 2023
1 parent 3d81304 commit 47e0b8d
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 @@ -10,9 +10,9 @@
"behat/behat": "^3.0.13",
"friends-of-behat/mink-extension": "^2.3.1",
"justinrainbow/json-schema": "^5.0",
"symfony/property-access": "^2.3|^3.0|^4.0|^5.0|^6.0",
"symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0|^6.0",
"symfony/dom-crawler": "^2.4|^3.0|^4.0|^5.0|^6.0"
"symfony/property-access": "^2.3|^3.0|^4.0|^5.0|^6.0|^7.0",
"symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0|^6.0|^7.0",
"symfony/dom-crawler": "^2.4|^3.0|^4.0|^5.0|^6.0|^7.0"
},

"require-dev": {
Expand Down

0 comments on commit 47e0b8d

Please sign in to comment.