Skip to content

Commit 67b5879

Browse files
committed
chore: missing caret version constraints
1 parent 7d1ef9d commit 67b5879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/State/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"php": ">=8.1",
3131
"api-platform/metadata": "^3.4 || ^4.0",
3232
"psr/container": "^1.0 || ^2.0",
33-
"symfony/http-kernel": "^6.4 || 7.0"
33+
"symfony/http-kernel": "^6.4 || ^7.0"
3434
},
3535
"require-dev": {
3636
"phpunit/phpunit": "^10.3",
3737
"symfony/web-link": "^6.4 || ^7.0",
38-
"symfony/http-foundation": "^6.4 || 7.0",
38+
"symfony/http-foundation": "^6.4 || ^7.0",
3939
"willdurand/negotiation": "^3.1",
4040
"api-platform/validator": "^3.4 || ^4.0",
4141
"api-platform/serializer": "^3.4 || ^4.0"

0 commit comments

Comments
 (0)