Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Mar 1, 2015
1 parent d5c1685 commit aad285e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
},
"require-dev": {
"phpunit/phpunit": "~3.7|~4.0",
"symfony/finder": "~2.1|~3.0"
"symfony/finder": "~2.1|~3.0",
"squizlabs/php_codesniffer": "~2.0",
"fabpot/php-cs-fixer": "~1.5"
},
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
Expand Down

0 comments on commit aad285e

Please sign in to comment.