We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f86a60 commit 9f01668Copy full SHA for 9f01668
composer.json
@@ -7,17 +7,17 @@
7
"bin/console.php"
8
],
9
"require": {
10
- "php": "^8.1",
+ "php": "^8.2",
11
"symfony/console": "^6.3",
12
- "nikic/php-parser": "^4.16",
13
- "illuminate/container": "^10.15",
+ "nikic/php-parser": "^5.6",
+ "illuminate/container": "^12.15",
14
"webmozart/assert": "^1.11"
15
},
16
"require-dev": {
17
"symplify/easy-coding-standard": "^11.5",
18
- "phpstan/phpstan": "^1.10",
19
- "phpunit/phpunit": "^10.2",
20
- "rector/rector": "^0.17.6"
+ "phpstan/phpstan": "^2.1",
+ "phpunit/phpunit": "^11.2",
+ "rector/rector": "^2.1"
21
22
"autoload": {
23
"psr-4": {
0 commit comments