File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. This project adheres to
4
4
[ Semantic Versioning] ( http://semver.org/ ) and [ this changelog format] ( http://keepachangelog.com/ ) .
5
5
6
- ## Unreleased
6
+ ## [ 1.0.0 ] - 2021-07-31
7
7
8
8
### Added
9
9
Original file line number Diff line number Diff line change @@ -19,6 +19,16 @@ composer require laravel-json-api/laravel
19
19
20
20
See our documentation for further installation instructions.
21
21
22
+ ## Upgrading
23
+
24
+ When upgrading you typically want to upgrade this package and all our related packages. This is the recommended way:
25
+
26
+ ``` bash
27
+ composer require laravel-json-api/laravel --no-update
28
+ composer require laravel-json-api/testing --dev --no-update
29
+ composer up laravel-json-api/* cloudcreativity/json-api-testing
30
+ ```
31
+
22
32
## Example Application
23
33
24
34
To view an example Laravel application that uses this package, see the
You can’t perform that action at this time.
0 commit comments