Skip to content

Commit

Permalink
Allowed ^7.0 symfony packages ⚙
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartlomiej Chmura committed Jun 12, 2024
1 parent db3f89f commit bb81a5b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"require": {
"php": "^8.2",
"ext-json": "*",
"symfony/config": "^6.3",
"symfony/dependency-injection": "^6.3",
"symfony/http-client": "^6.3",
"symfony/http-foundation": "^6.3",
"symfony/http-kernel": "^6.3",
"symfony/security-core": "^6.3",
"symfony/security-http": "^6.3",
"symfony/uid": "^6.3",
"symfony/yaml": "^6.3"
"symfony/config": "^6.3|^7.0",
"symfony/dependency-injection": "^6.3|^7.0",
"symfony/http-client": "^6.3|^7.0",
"symfony/http-foundation": "^6.3|^7.0",
"symfony/http-kernel": "^6.3|^7.0",
"symfony/security-core": "^6.3|^7.0",
"symfony/security-http": "^6.3|^7.0",
"symfony/uid": "^6.3|^7.0",
"symfony/yaml": "^6.3|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^10.3"
Expand Down

0 comments on commit bb81a5b

Please sign in to comment.