Skip to content

Commit c8bd234

Browse files
authored
Move php-cs-fixer to tools directory. (#123)
* Move php-cs-fixer to tools directory. * Fixup composer lock file.
1 parent 210e33d commit c8bd234

File tree

5 files changed

+1849
-1662
lines changed

5 files changed

+1849
-1662
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ src/shared-config*
66
###> friendsofphp/php-cs-fixer ###
77
/.php-cs-fixer.php
88
/.php-cs-fixer.cache
9+
/tools/php-cs-fixer/vendor/
910
###< friendsofphp/php-cs-fixer ###

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
"react/http": "^0.8.3",
1919
"twig/twig": "^v3.7.1"
2020
},
21-
"require-dev": {
22-
"friendsofphp/php-cs-fixer": "^3.38.0"
23-
},
21+
"require-dev": {},
2422
"sort-packages": true
2523
}

0 commit comments

Comments
 (0)