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 0b8f28e commit c50431bCopy full SHA for c50431b
composer.json
@@ -28,15 +28,15 @@
28
}
29
},
30
"require": {
31
- "php": "^8.0|^8.1",
+ "php": "^8.0",
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|^11.0",
36
- "illuminate/support": "^8.0|^9.0|^10.0|^11.0",
+ "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
37
"symfony/http-kernel": "^7.0",
38
- "symfony/event-dispatcher": "^6.2",
39
- "phpunit/phpunit": "^10.0"
+ "symfony/event-dispatcher": "^6.2|^7.0",
+ "phpunit/phpunit": "^10.0|^11.0"
40
41
"require-dev": {
42
"marcocesarato/php-conventional-changelog": "^1.16"
0 commit comments