Skip to content

Commit 97f1263

Browse files
committed
[Bugfix] Fix package discovery in sub-packages
1 parent 78d1dce commit 97f1263

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classes you are retaining.
3131
- [#3](https://github.com/laravel-json-api/laravel/issues/3)
3232
Example server registration in the published configuration file prevented developer from creating
3333
a `v1` server after adding this package to their Laravel application.
34+
- Package discovery for sub-packages that have service providers now works correctly.
3435

3536
### Removed
3637
- **BREAKING** The `Arr` schema field has been removed - use the new `ArrayList` or `ArrayHash`

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"laravel-json-api/eloquent": "^1.0.0-alpha.2",
3030
"laravel-json-api/encoder-neomerx": "^1.0.0-alpha.2",
3131
"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",
3434
"laravel/framework": "^8.0"
3535
},
3636
"require-dev": {
37-
"laravel-json-api/testing": "^1.0@alpha",
37+
"laravel-json-api/testing": "^1.0.0-alpha.1",
3838
"orchestra/testbench": "^6.9",
3939
"phpunit/phpunit": "^9.5"
4040
},

0 commit comments

Comments
 (0)