Skip to content

Commit 904728d

Browse files
committed
chore: update dependencies
1 parent b7edf6a commit 904728d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
},
109109
"require": {
110110
"php": ">=8.2",
111+
"composer/semver": "^3.4",
111112
"doctrine/inflector": "^2.0",
112113
"psr/cache": "^1.0 || ^2.0 || ^3.0",
113114
"psr/container": "^1.0 || ^2.0",
@@ -144,9 +145,8 @@
144145
"illuminate/support": "^11.0 || ^12.0",
145146
"jangregor/phpstan-prophecy": "^2.1.11",
146147
"justinrainbow/json-schema": "^6.5.2",
147-
"laravel/framework": "^11.0 || ^12.0",
148148
"mcp/sdk": "^0.3.0",
149-
"orchestra/testbench": "^9.1",
149+
"orchestra/testbench": "^10.9",
150150
"phpspec/prophecy-phpunit": "^2.2",
151151
"phpstan/extension-installer": "^1.1",
152152
"phpstan/phpdoc-parser": "^1.29 || ^2.0",

src/Doctrine/Orm/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"api-platform/doctrine-common": "^4.2.9",
2828
"api-platform/metadata": "^4.2",
2929
"api-platform/state": "^4.2.4",
30+
"composer/semver": "^3.4",
3031
"doctrine/orm": "^2.17 || ^3.0.1"
3132
},
3233
"require-dev": {

0 commit comments

Comments
 (0)