Skip to content

Commit c50431b

Browse files
authored
feat(laravel): add laravel 12 support (#8)
- add laravel 12 support - remove unnecessary php version constraints from compose.json
1 parent 0b8f28e commit c50431b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
}
2929
},
3030
"require": {
31-
"php": "^8.0|^8.1",
31+
"php": "^8.0",
3232
"behat/behat": "^3.0",
3333
"behat/mink-browserkit-driver": "^2.1",
3434
"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",
35+
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
36+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
3737
"symfony/http-kernel": "^7.0",
38-
"symfony/event-dispatcher": "^6.2",
39-
"phpunit/phpunit": "^10.0"
38+
"symfony/event-dispatcher": "^6.2|^7.0",
39+
"phpunit/phpunit": "^10.0|^11.0"
4040
},
4141
"require-dev": {
4242
"marcocesarato/php-conventional-changelog": "^1.16"

0 commit comments

Comments
 (0)