Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #559 from craue/patch-1
move PHPUnit Bridge to dev requirements
  • Loading branch information
avalanche123 committed May 11, 2017
2 parents ae2ff0c + a3bc8bc commit 0c8c7e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -20,11 +20,11 @@
"bin-dir": "bin"
},
"require": {
"php": ">=5.3.2",
"symfony/phpunit-bridge": "^3.2"
"php": ">=5.3.2"
},
"require-dev": {
"sami/sami": "^3.3"
"sami/sami": "^3.3",
"symfony/phpunit-bridge": "^3.2"
},
"suggest": {
"ext-gd": "to use the GD implementation",
Expand Down

0 comments on commit 0c8c7e9

Please sign in to comment.