Skip to content

Commit 94fbe37

Browse files
committed
Set all dependencies to current
1 parent a05758a commit 94fbe37

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

composer.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,22 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.3",
14-
"doctrine/orm": "^3.0",
15-
"doctrine/doctrine-laminas-hydrator": "^3.2",
16-
"webonyx/graphql-php": "^v15.0",
13+
"php": "^8.4",
14+
"doctrine/orm": "^3.6",
15+
"doctrine/doctrine-laminas-hydrator": "^3.7",
16+
"webonyx/graphql-php": "^v15.29",
1717
"psr/container": "^2.0",
18-
"league/event": "^3.0"
18+
"league/event": "^3.0",
19+
"symfony/var-exporter": "^6.4||^7"
1920
},
2021
"require-dev": {
2122
"doctrine/coding-standard": "^14.0",
22-
"doctrine/dbal": "^3.1 || ^4.0",
23+
"doctrine/dbal": "^4.0",
2324
"phpunit/phpunit": "^12.0",
24-
"vimeo/psalm": "^6.13",
25-
"symfony/cache": "^5.3||^6.2",
25+
"vimeo/psalm": "^6.14",
26+
"symfony/cache": "^7.0",
2627
"php-parallel-lint/php-parallel-lint": "^1.3.2",
27-
"phpstan/phpstan": "^1.12 || ^2.0"
28+
"phpstan/phpstan": "^2.1"
2829
},
2930
"suggest": {
3031
"ramsey/uuid-doctrine": "Support for an UUID Doctrine type"

0 commit comments

Comments
 (0)