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 dd03f13 commit 55013b4Copy full SHA for 55013b4
composer.json
@@ -32,11 +32,11 @@
32
"behat/behat": "^3.0",
33
"behat/mink-browserkit-driver": "^2.1",
34
"friends-of-behat/mink-extension": "^2.7",
35
- "illuminate/contracts": "^8.0|^9.0|^10.0",
36
- "illuminate/support": "^8.0|^9.0|^10.0",
37
- "symfony/http-kernel": "^6.2",
+ "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0",
+ "symfony/http-kernel": "^7.0",
38
"symfony/event-dispatcher": "^6.2",
39
- "phpunit/phpunit": "^9.5|^10.0"
+ "phpunit/phpunit": "^11.0"
40
},
41
"require-dev": {
42
"marcocesarato/php-conventional-changelog": "^1.16"
@@ -49,5 +49,5 @@
49
50
"minimum-stability": "dev",
51
"prefer-stable": true,
52
- "version": "1.0.4"
53
-}
+ "version": "1.0.5"
+}
0 commit comments