Skip to content

Commit

Permalink
Update fabpot/php-cs-fixer requirement to ~1|~0
Browse files Browse the repository at this point in the history
Updates the requirements on [fabpot/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) to permit the latest version.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.12/CHANGELOG.md)
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/commits/v2.12.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Jul 18, 2018
1 parent 6f3c74f commit d67a956
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 @@ -11,7 +11,7 @@
"require-dev": {
"phpunit/phpunit": "~4",
"mockery/mockery": ">=0.9.3",
"fabpot/php-cs-fixer": "~1",
"fabpot/php-cs-fixer": "~1|~0",
"squizlabs/php_codesniffer": "~2|~0",
"codeclimate/php-test-reporter": "dev-master"
},
Expand Down

0 comments on commit d67a956

Please sign in to comment.