Skip to content

Commit

Permalink
Merge pull request #18 from efficiently/dev
Browse files Browse the repository at this point in the history
Fix redirection with Laravel 5.4+
  • Loading branch information
tortuetorche authored Jan 8, 2018
2 parents dc61df2 + 48852ee commit d55f273
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2

before_script:
- curl -s http://getcomposer.org/installer | php
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
}
],
"require": {
"php": ">=5.4.0",
"barryvdh/laravel-stack-middleware": "~1.1.0",
"helthe/turbolinks": "~2.0.0"
"barryvdh/laravel-stack-middleware": "~1.1.1",
"helthe/turbolinks": "~2.1.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit d55f273

Please sign in to comment.