Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Commit

Permalink
L54 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Feb 1, 2017
1 parent 578f697 commit c3cdb00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All Notable changes to `spatie/laravel-paginateroute` will be documented in this file.

## 2.4.1 - 2016-02-01
- Laravel 5.4 fixes

## 2.4.0 - 2016-01-27
- Laravel 5.4 compatibility

Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
"php" : ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit" : "4.*",
"scrutinizer/ocular": "~1.1",
"orchestra/database": "^3.3",
"orchestra/testbench": "~3.0"
"phpunit/phpunit" : "^5.0",
"illuminate/contracts": "~5.4.0",
"illuminate/routing": "~5.4.0",
"illuminate/translation": "~5.4.0",
"orchestra/testbench": "^3.4"
},
"autoload": {
"psr-4": {
Expand Down

1 comment on commit c3cdb00

@pinglanyue
Copy link

Choose a reason for hiding this comment

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

hi.

CHANGELOG.md

2.4.1 - 2016-02-01

2.4.0 - 2016-01-27

should be:
2017year:)

Please sign in to comment.