Skip to content

Commit ffae2b4

Browse files
authored
chore: dependency constraints for laravel 12 (#6989)
1 parent b7c1b0a commit ffae2b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"api-platform/metadata": "^3.4 || ^4.0",
2929
"api-platform/state": "^3.4 || ^4.0",
3030
"doctrine/orm": "^2.17 || ^3.0",
31-
"symfony/property-info": "^6.4 || ^7.0"
31+
"symfony/property-info": "^6.4 || ^7.1"
3232
},
3333
"require-dev": {
3434
"doctrine/doctrine-bundle": "^2.11",
35-
"phpspec/prophecy-phpunit": "^2.0",
36-
"phpunit/phpunit": "^10.0",
35+
"phpspec/prophecy-phpunit": "^2.2",
36+
"phpunit/phpunit": "^11.2",
3737
"ramsey/uuid": "^4.7",
3838
"ramsey/uuid-doctrine": "^2.0",
3939
"symfony/cache": "^6.4 || ^7.0",

0 commit comments

Comments
 (0)