File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
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
+
8
+ 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/eloquent" : " ^1.0.0-beta.2 " ,
28
- "tenantcloud/laravel-boolean-softdeletes" : " ^3.0 "
27
+ "laravel-json-api/eloquent" : " ^1.0.0" ,
28
+ "tenantcloud/laravel-boolean-softdeletes" : " ^3.1 "
29
29
},
30
30
"require-dev" : {
31
31
"orchestra/testbench" : " ^6.17" ,
48
48
"dev-develop" : " 1.x-dev"
49
49
}
50
50
},
51
- "minimum-stability" : " beta " ,
51
+ "minimum-stability" : " stable " ,
52
52
"prefer-stable" : true ,
53
53
"config" : {
54
54
"sort-packages" : true
Original file line number Diff line number Diff line change 21
21
22
22
use App \Schemas \PostSchema ;
23
23
use LaravelJsonApi \Contracts \Schema \Container as SchemaContainerContract ;
24
- use LaravelJsonApi \Core \Schema \Container as SchemaContainer ;
25
24
use LaravelJsonApi \Contracts \Server \Server ;
25
+ use LaravelJsonApi \Core \Schema \Container as SchemaContainer ;
26
26
use Orchestra \Testbench \TestCase as BaseTestCase ;
27
27
28
28
class TestCase extends BaseTestCase
You can’t perform that action at this time.
0 commit comments