Skip to content

Commit 7fc2191

Browse files
authored
Fixes compatibility with php-cs-fixer v3.87.0 (#400)
* Fixes compatibility with php-cs-fixer v3.87.0 Signed-off-by: Mior Muhammad Zaki <[email protected]> * Run `composer bump` Signed-off-by: Mior Muhammad Zaki <[email protected]> --------- Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent a8d6d6d commit 7fc2191

File tree

4 files changed

+235
-225
lines changed

4 files changed

+235
-225
lines changed

composer.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"ext-xml": "*"
2424
},
2525
"require-dev": {
26-
"friendsofphp/php-cs-fixer": "^3.86.0",
27-
"illuminate/view": "^11.45.2",
28-
"larastan/larastan": "^3.6.0",
26+
"friendsofphp/php-cs-fixer": "^3.87.2",
27+
"illuminate/view": "^11.46.0",
28+
"larastan/larastan": "^3.7.1",
2929
"laravel-zero/framework": "^11.45.0",
3030
"mockery/mockery": "^1.6.12",
3131
"nunomaduro/termwind": "^2.3.1",
@@ -36,10 +36,7 @@
3636
"App\\": "app/",
3737
"Database\\Factories\\": "database/factories/",
3838
"Database\\Seeders\\": "database/seeders/"
39-
},
40-
"files": [
41-
"overrides/Runner/Parallel/ProcessFactory.php"
42-
]
39+
}
4340
},
4441
"autoload-dev": {
4542
"psr-4": {

0 commit comments

Comments
 (0)