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 9ca0cc9 commit fda0abeCopy full SHA for fda0abe
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
3
php:
4
- - 5.4
5
- 5.5
6
- 5.6
7
docs/index.md
@@ -18,7 +18,7 @@ a simple admin panel with an ACL using Laravel framework.
18
To install this software you need:
19
20
* Laravel framework 5.*
21
- * Php 5.4+
+ * Php 5.5+
22
* GD Library or Imagick
23
* Enable Fileinfo extension(may be needed for windows users) <a href="http://php.net/manual/en/fileinfo.installation.php">how to enable it</a>
24
0 commit comments