We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0facc28 commit 2df733eCopy full SHA for 2df733e
composer.json
@@ -12,13 +12,23 @@
12
],
13
"require": {
14
"php": ">=5.5.0",
15
- "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
+ "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
16
"tinify/tinify":"~1.1"
17
},
18
"autoload": {
19
"psr-4": {
20
"msonowal\\LaravelTinify\\": "src"
21
}
22
23
- "minimum-stability": "stable"
+ "minimum-stability": "stable",
24
+ "extra": {
25
+ "laravel": {
26
+ "providers": [
27
+ "msonowal\\LaravelTinify\\LaravelTinifyServiceProvider"
28
+ ],
29
+ "aliases": {
30
+ "Tinify": "msonowal\\LaravelTinify\\Facades\\Tinify"
31
+ }
32
33
34
0 commit comments