Skip to content

Commit a06fe70

Browse files
authored
Merge pull request #12 from thePanz/update-php-cs-support
Add php-cs-fixer dev requirement
2 parents 9c7536e + 81d01a4 commit a06fe70

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
composer.lock
2+
.php_cs.cache
23
/vendor/

.php_cs renamed to .php_cs.dist

File renamed without changes.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"php": "^5.6||^7.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^5.7||^6.0 ||^7.0"
29+
"phpunit/phpunit": "^5.7||^6.0 ||^7.0",
30+
"friendsofphp/php-cs-fixer": "^2.11"
3031
},
3132
"autoload": {
3233
"psr-4": {

0 commit comments

Comments
 (0)