Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Updated illuminate dependencies for ~5.0 #261

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"require": {
"php": ">=5.3.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Include here PHP 5.4 as well. That's a new requirement for Laravel 5.

"illuminate/support": "~4.1",
"illuminate/database": "~4.1",
"illuminate/validation": "~4.1"
"illuminate/support": "~5.0",
"illuminate/database": "~5.0",
"illuminate/validation": "~5.0"
},
"autoload": {
"psr-0": {
Expand Down