Skip to content

Commit 83d35a0

Browse files
committed
remove laravel-fileapi dependency
1 parent b139b6a commit 83d35a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
3232
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
3333
"illuminate/http": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*",
34-
"illuminate/container": "5.4.* || 5.5.*",
35-
"unisharp/laravel-fileapi": ">=1.0.2"
34+
"illuminate/container": "5.4.* || 5.5.*"
3635
},
3736
"require-dev": {
3837
"phpunit/phpunit": "^6.2",

0 commit comments

Comments
 (0)