Skip to content

Commit 0bee980

Browse files
committed
Merge branch 'master' of git://github.com/UniSharp/laravel-fileapi
2 parents 98f61e1 + bf4e3ab commit 0bee980

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unisharp/laravel-fileapi",
3-
"description": "Handle Files with Laravel Storage",
3+
"description": "Laravel File API - Handle Files with Laravel Storage",
44
"type": "library",
55
"keywords": [ "fileapi", "file", "api", "storage", "laravel"],
66
"license": "MIT",
@@ -14,7 +14,8 @@
1414
"php": ">=5.5.0",
1515
"illuminate/support": ">=5.0.0",
1616
"league/flysystem": ">=1.0",
17-
"symfony/http-foundation": ">=2.0"
17+
"symfony/http-foundation": ">=2.0",
18+
"ext-gd": "*"
1819
},
1920
"autoload": {
2021
"psr-4": {

0 commit comments

Comments
 (0)