File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ classes you are retaining.
31
31
- [ #3 ] ( https://github.com/laravel-json-api/laravel/issues/3 )
32
32
Example server registration in the published configuration file prevented developer from creating
33
33
a ` v1 ` server after adding this package to their Laravel application.
34
+ - Package discovery for sub-packages that have service providers now works correctly.
34
35
35
36
### Removed
36
37
- ** BREAKING** The ` Arr ` schema field has been removed - use the new ` ArrayList ` or ` ArrayHash `
Original file line number Diff line number Diff line change 29
29
"laravel-json-api/eloquent" : " ^1.0.0-alpha.2" ,
30
30
"laravel-json-api/encoder-neomerx" : " ^1.0.0-alpha.2" ,
31
31
"laravel-json-api/exceptions" : " ^1.0.0-alpha.1" ,
32
- "laravel-json-api/spec" : " ^1.0.0-alpha.1 " ,
33
- "laravel-json-api/validation" : " ^1.0.0-alpha.1 " ,
32
+ "laravel-json-api/spec" : " ^1.0.0-alpha.2 " ,
33
+ "laravel-json-api/validation" : " ^1.0.0-alpha.2 " ,
34
34
"laravel/framework" : " ^8.0"
35
35
},
36
36
"require-dev" : {
37
- "laravel-json-api/testing" : " ^1.0@ alpha" ,
37
+ "laravel-json-api/testing" : " ^1.0.0- alpha.1 " ,
38
38
"orchestra/testbench" : " ^6.9" ,
39
39
"phpunit/phpunit" : " ^9.5"
40
40
},
You can’t perform that action at this time.
0 commit comments