Skip to content

Commit

Permalink
Merge pull request #425 from publiux/master
Browse files Browse the repository at this point in the history
Updated composer.json for Laravel 5.6 support
  • Loading branch information
Crinsane committed Feb 17, 2018
2 parents 095a260 + 545edde commit 7ff157b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}
],
"require": {
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
},
"require-dev": {
"phpunit/phpunit": "~5.0|~6.0",
"phpunit/phpunit": "~5.0|~6.0|~7.0",
"mockery/mockery": "~0.9.0",
"orchestra/testbench": "~3.1"
},
Expand Down

5 comments on commit 7ff157b

@darkperis
Copy link

Choose a reason for hiding this comment

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

Please update for Laravel 5.7

@web24pw
Copy link

Choose a reason for hiding this comment

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

Please update for Laravel 5.7

@Payetus
Copy link

Choose a reason for hiding this comment

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

Please update for Laravel 5.7

@Adonid
Copy link

@Adonid Adonid commented on 7ff157b Jan 5, 2019

Choose a reason for hiding this comment

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

It's not active on laravel 5.7.*

@abidshah544
Copy link

Choose a reason for hiding this comment

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

please give support for Laravel 5.7

Please sign in to comment.