File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
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-beta.1 ] - 2021-03-30
7
7
8
8
### Added
9
9
Original file line number Diff line number Diff line change 34
34
"laravel/framework" : " ^8.0"
35
35
},
36
36
"require-dev" : {
37
- "laravel-json-api/hashids" : " dev-develop " ,
38
- "laravel-json-api/testing" : " ^1.0.0-alpha .1" ,
37
+ "laravel-json-api/hashids" : " ^1.0.0-beta.1 " ,
38
+ "laravel-json-api/testing" : " ^1.0.0-beta .1" ,
39
39
"orchestra/testbench" : " ^6.9" ,
40
40
"phpunit/phpunit" : " ^9.5"
41
41
},
Original file line number Diff line number Diff line change 19
19
20
20
namespace LaravelJsonApi \Laravel \Console ;
21
21
22
- use Illuminate \Support \Str ;
23
22
use LaravelJsonApi \Core \Query \Custom \ExtendedQueryParameters ;
24
23
use Symfony \Component \Console \Input \InputOption ;
25
24
You can’t perform that action at this time.
0 commit comments