We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebaeb5 commit da621a6Copy full SHA for da621a6
CHANGELOG.md
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. This projec
5
6
## Unreleased
7
8
+## [3.0.1] - 2024-06-20
9
+
10
### Fixed
11
12
- [laravel#287](https://github.com/laravel-json-api/laravel/issues/287) Use `array_shift` to avoid potential problem
composer.json
@@ -45,7 +45,7 @@
45
},
46
"extra": {
47
"branch-alias": {
48
- "dev-develop": "3.x-dev"
+ "dev-3.x": "3.x-dev"
49
50
"laravel": {
51
"providers": [
0 commit comments