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.
2 parents 919b88f + a30dc89 commit 8201199Copy full SHA for 8201199
.gitignore
@@ -12,3 +12,4 @@ testbench.yaml
12
vendor
13
node_modules
14
.php-cs-fixer.cache
15
+.DS_Store
composer.json
@@ -18,12 +18,12 @@
18
"require": {
19
"php": "^8.1",
20
"spatie/laravel-package-tools": "^1.9.2",
21
- "illuminate/contracts": "^9.0|^10.0"
+ "illuminate/contracts": "^9.0|^10.0|^11.0"
22
},
23
"require-dev": {
24
"friendsofphp/php-cs-fixer": "^3.8",
25
"nunomaduro/collision": "^6.0",
26
- "nunomaduro/larastan": "^2.0.1",
+ "larastan/larastan": "^2.0.1",
27
"orchestra/testbench": "^7.0",
28
"pestphp/pest": "^1.21",
29
"pestphp/pest-plugin-laravel": "^1.1",
0 commit comments