Skip to content

Commit 8201199

Browse files
authored
Merge pull request #14 from pieterclaerhout/laravel-11-support
Support for Laravel 11
2 parents 919b88f + a30dc89 commit 8201199

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ testbench.yaml
1212
vendor
1313
node_modules
1414
.php-cs-fixer.cache
15+
.DS_Store

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"require": {
1919
"php": "^8.1",
2020
"spatie/laravel-package-tools": "^1.9.2",
21-
"illuminate/contracts": "^9.0|^10.0"
21+
"illuminate/contracts": "^9.0|^10.0|^11.0"
2222
},
2323
"require-dev": {
2424
"friendsofphp/php-cs-fixer": "^3.8",
2525
"nunomaduro/collision": "^6.0",
26-
"nunomaduro/larastan": "^2.0.1",
26+
"larastan/larastan": "^2.0.1",
2727
"orchestra/testbench": "^7.0",
2828
"pestphp/pest": "^1.21",
2929
"pestphp/pest-plugin-laravel": "^1.1",

0 commit comments

Comments
 (0)