Skip to content

Commit 55013b4

Browse files
yolcuiskendersoulcodex
authored andcommitted
Laravel 11 Support
1 parent dd03f13 commit 55013b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
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",
36-
"illuminate/support": "^8.0|^9.0|^10.0",
37-
"symfony/http-kernel": "^6.2",
35+
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
36+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
37+
"symfony/http-kernel": "^7.0",
3838
"symfony/event-dispatcher": "^6.2",
39-
"phpunit/phpunit": "^9.5|^10.0"
39+
"phpunit/phpunit": "^11.0"
4040
},
4141
"require-dev": {
4242
"marcocesarato/php-conventional-changelog": "^1.16"
@@ -49,5 +49,5 @@
4949
},
5050
"minimum-stability": "dev",
5151
"prefer-stable": true,
52-
"version": "1.0.4"
53-
}
52+
"version": "1.0.5"
53+
}

0 commit comments

Comments
 (0)