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 70f405d + 0a7b5ff commit 5331ceaCopy full SHA for 5331cea
.gitignore
@@ -12,3 +12,4 @@ testbench.yaml
12
vendor
13
node_modules
14
.php-cs-fixer.cache
15
+.DS_Store
composer.json
@@ -17,15 +17,15 @@
17
],
18
"require": {
19
"php": "^8.1",
20
- "illuminate/contracts": "^9.0|^10.0",
+ "illuminate/contracts": "^9.0|^10.0|^11.0",
21
"jonaspardon/mermaid-php": "^1.0.0",
22
"nikic/php-parser": "^4.13",
23
"spatie/laravel-package-tools": "^1.9.2"
24
},
25
"require-dev": {
26
"friendsofphp/php-cs-fixer": "^3.8",
27
+ "larastan/larastan": "^2.0",
28
"nunomaduro/collision": "^6.0",
- "nunomaduro/larastan": "^2.0.1",
29
"orchestra/testbench": "^7.0",
30
"pestphp/pest": "^1.21",
31
"pestphp/pest-plugin-laravel": "^1.1",
0 commit comments