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 9c7536e + 81d01a4 commit a06fe70Copy full SHA for a06fe70
.gitignore
@@ -1,2 +1,3 @@
1
composer.lock
2
+.php_cs.cache
3
/vendor/
.php_cs renamed to .php_cs.dist
composer.json
@@ -26,7 +26,8 @@
26
"php": "^5.6||^7.0"
27
},
28
"require-dev": {
29
- "phpunit/phpunit": "^5.7||^6.0 ||^7.0"
+ "phpunit/phpunit": "^5.7||^6.0 ||^7.0",
30
+ "friendsofphp/php-cs-fixer": "^2.11"
31
32
"autoload": {
33
"psr-4": {
0 commit comments