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.
1 parent a8d6d6d commit 7fc2191Copy full SHA for 7fc2191
composer.json
@@ -23,9 +23,9 @@
23
"ext-xml": "*"
24
},
25
"require-dev": {
26
- "friendsofphp/php-cs-fixer": "^3.86.0",
27
- "illuminate/view": "^11.45.2",
28
- "larastan/larastan": "^3.6.0",
+ "friendsofphp/php-cs-fixer": "^3.87.2",
+ "illuminate/view": "^11.46.0",
+ "larastan/larastan": "^3.7.1",
29
"laravel-zero/framework": "^11.45.0",
30
"mockery/mockery": "^1.6.12",
31
"nunomaduro/termwind": "^2.3.1",
@@ -36,10 +36,7 @@
36
"App\\": "app/",
37
"Database\\Factories\\": "database/factories/",
38
"Database\\Seeders\\": "database/seeders/"
39
- },
40
- "files": [
41
- "overrides/Runner/Parallel/ProcessFactory.php"
42
- ]
+ }
43
44
"autoload-dev": {
45
"psr-4": {
0 commit comments