Skip to content

Commit

Permalink
FIX: specify reuiqred php extensions for composer
Browse files Browse the repository at this point in the history
As a precaution for those you might have PHP compiled
without the --with-tidy flag, or without --enable-zip
  • Loading branch information
Dylan Wagstaff committed Dec 22, 2017
1 parent 6c6a6b1 commit 9125e20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"silverstripe/asset-admin": "^1"
},
"require-dev": {
"ext-tidy": "*",
"ext-zip": "*",
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0"
},
Expand Down

0 comments on commit 9125e20

Please sign in to comment.