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 fe3fafd commit 8db0457Copy full SHA for 8db0457
composer.json
@@ -23,7 +23,7 @@
23
}
24
],
25
"require": {
26
- "php": ">=5.5.0",
+ "php": ">=5.4.0",
27
"illuminate/support": ">=4.2.0",
28
"intervention/image": "2.*"
29
},
doc/installation.md
@@ -39,6 +39,9 @@
39
'Image' => Intervention\Image\Facades\Image::class,
40
```
41
42
+ Code above is for Laravel 5.1.
43
+ In Laravel 5.0 should leave only quoted class names.
44
+
45
1. Publish the package's config and assets :
46
47
```bash
0 commit comments