Skip to content

Commit 8db0457

Browse files
committed
modify docs and composer.json to change minimum supported version of php to 5.4
1 parent fe3fafd commit 8db0457

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"php": ">=5.5.0",
26+
"php": ">=5.4.0",
2727
"illuminate/support": ">=4.2.0",
2828
"intervention/image": "2.*"
2929
},

doc/installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
'Image' => Intervention\Image\Facades\Image::class,
4040
```
4141

42+
Code above is for Laravel 5.1.
43+
In Laravel 5.0 should leave only quoted class names.
44+
4245
1. Publish the package's config and assets :
4346
4447
```bash

0 commit comments

Comments
 (0)