File tree Expand file tree Collapse file tree 3 files changed +19
-10
lines changed Expand file tree Collapse file tree 3 files changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ charset = utf-8
7
7
trim_trailing_whitespace = true
8
8
insert_final_newline = true
9
9
10
- [* .{php,stub} ]
10
+ [* .{php,stub,json } ]
11
11
indent_size = 4
12
12
13
13
[* .md ]
Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file. This project adheres to
3
3
[ Semantic Versioning] ( http://semver.org/ ) and [ this changelog format] ( http://keepachangelog.com/ ) .
4
4
5
+ ## Unreleased
6
+
7
+ ### Added
8
+ - Added support for Laravel 5.4. However, consuming applications will need to use the Browserkit testing package
9
+ to continue to use the JSON API testing suite.
10
+
11
+ ### Removed
12
+ - Dropped support for PHP 5.5
13
+
5
14
## [ 0.5.4] - 2016-12-21
6
15
7
16
### Fixed
Original file line number Diff line number Diff line change 22
22
}
23
23
],
24
24
"require" : {
25
- "php" : " >=5.5 .0" ,
25
+ "php" : " ^5.6|^7 .0" ,
26
26
"laravel/framework" : " 5.1.*|5.2.*|5.3.*|5.4.*" ,
27
- "neomerx/json-api" : " ^0.8.9" ,
28
- "cloudcreativity/json-api" : " ^0.6.0" ,
29
- "symfony/psr-http-message-bridge" : " ^0.2.0|^1.0" ,
27
+ "cloudcreativity/json-api" : " ^0.7" ,
28
+ "symfony/psr-http-message-bridge" : " ^1.0" ,
30
29
"zendframework/zend-diactoros" : " ^1.3"
31
30
},
32
31
"require-dev" : {
33
- "phpunit/phpunit" : " ^4 .7"
32
+ "phpunit/phpunit" : " ^5 .7"
34
33
},
35
- "minimum-stability" : " stable" ,
34
+ "minimum-stability" : " dev" ,
35
+ "prefer-stable" : true ,
36
36
"autoload" : {
37
37
"psr-4" : {
38
38
"CloudCreativity\\ LaravelJsonApi\\ " : " src/"
44
44
}
45
45
},
46
46
"extra" : {
47
- "branch-alias" : {
48
- "dev-develop" : " 0.6.x-dev"
49
- }
47
+ "branch-alias" : {
48
+ "dev-develop" : " 0.6.x-dev"
49
+ }
50
50
}
51
51
}
You can’t perform that action at this time.
0 commit comments