File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
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
+ ## [ 1.0.0] - 2021-07-31
7
+
8
+ Initial stable release, with no changes from ` 1.0.0-beta.1 ` .
9
+
6
10
## [ 1.0.0-beta.1] - 2021-03-30
7
11
8
12
Initial release.
Original file line number Diff line number Diff line change 24
24
],
25
25
"require" : {
26
26
"php" : " ^7.4|^8.0" ,
27
- "laravel-json-api/core" : " ^1.0.0-beta.1 "
27
+ "laravel-json-api/core" : " ^1.0.0"
28
28
},
29
29
"require-dev" : {
30
30
"orchestra/testbench" : " ^6.15" ,
46
46
"dev-develop" : " 1.x-dev"
47
47
}
48
48
},
49
- "minimum-stability" : " dev " ,
49
+ "minimum-stability" : " stable " ,
50
50
"prefer-stable" : true ,
51
51
"config" : {
52
52
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments