File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: php
3
3
php :
4
4
- 7.0
5
5
- 7.1
6
+ - 7.2
6
7
7
8
env :
8
9
matrix :
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-json-api-paginate ` will be documented in this file
4
4
5
+ ## 1.2.0 - 2017-08-21
6
+
7
+ - add support for Laravel 5.5
8
+
5
9
## 1.1.0 - 2017-06-15
6
10
7
11
- make the ` page[x] ` parameter names configurable
8
12
- add support for L5.5's auto package discovery
9
13
10
-
11
14
## 1.0.0 - 2017-06-14
12
15
13
16
- initial release
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.0" ,
20
- "illuminate/database" : " ~5.4.17" ,
21
- "illuminate/support" : " ~5.4.17"
20
+ "illuminate/database" : " ~5.4.17|~5.5.0 " ,
21
+ "illuminate/support" : " ~5.4.17|~5.5.0 "
22
22
},
23
23
"require-dev" : {
24
- "orchestra/testbench" : " ~3.4.7" ,
25
- "phpunit/phpunit" : " ^6.1 "
24
+ "orchestra/testbench" : " ~3.4.7|~3.5.0 " ,
25
+ "phpunit/phpunit" : " ^6.3 "
26
26
},
27
27
"autoload" : {
28
28
"psr-4" : {
You can’t perform that action at this time.
0 commit comments