Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from simgroep/fix/composer
Browse files Browse the repository at this point in the history
Replaced fabpot/php-cs-fixer with friendsofphp/php-cs-fixer
  • Loading branch information
othillo committed Jun 21, 2016
2 parents 42785ce + 66688ae commit b60b86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mainlycode/coding-standards",
"description": "Coding standard configuration for MainlyCode PHP projects using fabpot/php-cs-fixer",
"require": {
"fabpot/php-cs-fixer": "^1.10"
"friendsofphp/php-cs-fixer": "^1.11"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit b60b86b

Please sign in to comment.