Skip to content

Commit

Permalink
Merge pull request #12 from thePanz/update-php-cs-support
Browse files Browse the repository at this point in the history
Add php-cs-fixer dev requirement
  • Loading branch information
pspanja committed Apr 4, 2018
2 parents 9c7536e + 81d01a4 commit a06fe70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
composer.lock
.php_cs.cache
/vendor/
File renamed without changes.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"php": "^5.6||^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7||^6.0 ||^7.0"
"phpunit/phpunit": "^5.7||^6.0 ||^7.0",
"friendsofphp/php-cs-fixer": "^2.11"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a06fe70

Please sign in to comment.