Skip to content

Commit

Permalink
Merge pull request #190 from moebrowne/feature/composer-exts
Browse files Browse the repository at this point in the history
Adds Composer JSON Extensions
  • Loading branch information
weotch authored Jun 12, 2020
2 parents 7410eea + 45be67d commit d4daa48
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@
"league/flysystem": "~1.0",
"symfony/http-foundation": "2 - 5",
"symfony/http-kernel": "2 - 5",
"weotch/PHPThumb": "^1.0.5"
"weotch/PHPThumb": "^1.0.5",
"ext-gd": "*"
},
"require-dev": {
"phpunit/phpunit": "4 - 5",
"mockery/mockery": "~0.9"
},
"suggest": {
"ext-exif": "Required if you want to have Croppa auto-rotate images from devices like mobile phones based on exif meta data."
},
"conflict": {
"league/flysystem-cached-adapter": "<1.0.2"
},
Expand Down

0 comments on commit d4daa48

Please sign in to comment.