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 2fea7e9 commit ca57d32Copy full SHA for ca57d32
composer.json
@@ -1,10 +1,12 @@
1
{
2
"name": "erikgall/php-cs-fixer-config",
3
- "description": "Personal FriendsOfPHP/PHP-CS-Fixer configuration.",
+ "description": "FriendsOfPHP/PHP-CS-Fixer configuration.",
4
"type": "library",
5
"require": {
6
- "php": "^7.2.5",
7
- "friendsofphp/php-cs-fixer": "^2.16"
+ "friendsofphp/php-cs-fixer": "^2.16",
+ "illuminate/console": "^7.2",
8
+ "illuminate/filesystem": "^7.2",
9
+ "illuminate/support": "^7.2"
10
},
11
"license": "MIT",
12
"authors": [
@@ -23,5 +25,12 @@
23
25
24
26
"autoload-dev": {
27
"ErikGall\\PhpCsFixer\\Tests\\": "tests/"
- }
28
+ },
29
+ "extra": {
30
+ "laravel": {
31
+ "providers": [
32
+ "ErikGall\\PhpCsFixer\\ServiceProvider"
33
+ ]
34
+ }
35
36
}
0 commit comments