Skip to content

Commit

Permalink
Move phpunit to require-dev section
Browse files Browse the repository at this point in the history
  • Loading branch information
sadok-f committed Mar 23, 2017
1 parent 3b5dcd5 commit 62ee431
Show file tree
Hide file tree
Showing 2 changed files with 1,202 additions and 1,189 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"wyrihaximus/sli-fly": "^3.0",
"league/flysystem-cached-adapter": "^1.0",
"monolog/monolog": "^1.19",
"phpunit/phpunit": "5.3.*",
"league/flysystem-aws-s3-v3": "^1.0",
"symfony/config": "^3.2"
},
"require-dev": {
"phpunit/phpunit": "5.3.*",
"squizlabs/php_codesniffer": "2.*",
"escapestudios/symfony2-coding-standard": "~2.0"
},
Expand Down
Loading

0 comments on commit 62ee431

Please sign in to comment.