File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.0.0 - 2021-07-XX
4
+
5
+ - require ` dogado/json-api-common:^2.0 `
6
+
7
+ See [ json-api-common changelog] ( https://github.com/dogado-group/json-api-common/blob/v2.0.0/CHANGELOG.md ) for further details.
8
+
3
9
## v1.1.0 - 2021-07-10
4
10
5
11
- drop support for php 7.4
Original file line number Diff line number Diff line change 11
11
"require" : {
12
12
"php" : " ^8.0" ,
13
13
"ext-json" : " *" ,
14
- "dogado/json-api-common" : " ^1 .0" ,
14
+ "dogado/json-api-common" : " ^2 .0" ,
15
15
"psr/http-factory" : " ^1.0" ,
16
16
"psr/http-client" : " ^1.0"
17
17
},
18
18
"require-dev" : {
19
19
"phpunit/phpunit" : " ^9.5" ,
20
20
"fakerphp/faker" : " ^1.15" ,
21
- "phpstan/phpstan" : " ^0.12.49 " ,
21
+ "phpstan/phpstan" : " ^0.12.91 " ,
22
22
"http-interop/http-factory-guzzle" : " ^1.0" ,
23
- "squizlabs/php_codesniffer" : " ^3.5 "
23
+ "squizlabs/php_codesniffer" : " ^3.6 "
24
24
},
25
25
"autoload" : {
26
26
"psr-4" : {
You can’t perform that action at this time.
0 commit comments