Skip to content

Commit

Permalink
Adjust install PHP version requirements
Browse files Browse the repository at this point in the history
Adjustment to exclude PHP 7 do to the psy version in 5.0 using libraries that aren't ready for PHP 7.
"Cannot use PhpParser\Node\Scalar\String as String because 'String' is a special class name"
  • Loading branch information
lagbox committed Feb 8, 2016
1 parent 5fd34e5 commit 037c2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Laravel ships with scaffolding for user registration and authentication. If you

The Laravel framework has a few system requirements:

- PHP >= 5.4
- PHP >= 5.4, PHP < 7
- Mcrypt PHP Extension
- OpenSSL PHP Extension
- Mbstring PHP Extension
Expand Down

0 comments on commit 037c2b0

Please sign in to comment.