Skip to content

Commit

Permalink
Add missing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
icanhazstring committed Aug 22, 2017
1 parent c09f332 commit 17628dd
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 47 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
"type": "library",
"require": {
"php": "^7.1",
"symfony/process": "^3.2"
"symfony/process": "^3.2",
"league/plates": "^3.3"
},
"require-dev": {
"phpunit/phpunit": "^6.1",
"squizlabs/php_codesniffer": "^3.0",
"codeclimate/php-test-reporter": "dev-master"
"codeclimate/php-test-reporter": "dev-master",
"adlawson/vfs": "^0.12.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 17628dd

Please sign in to comment.