Skip to content

Commit 40b8dcc

Browse files
refactor: require dogado/json-api-common:^2.0 (#8)
1 parent c511e35 commit 40b8dcc

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## v1.1.0 - 2021-07-10
410

511
- drop support for php 7.4

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"require": {
1212
"php": "^8.0",
1313
"ext-json": "*",
14-
"dogado/json-api-common": "^1.0",
14+
"dogado/json-api-common": "^2.0",
1515
"psr/http-factory": "^1.0",
1616
"psr/http-client": "^1.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^9.5",
2020
"fakerphp/faker": "^1.15",
21-
"phpstan/phpstan": "^0.12.49",
21+
"phpstan/phpstan": "^0.12.91",
2222
"http-interop/http-factory-guzzle": "^1.0",
23-
"squizlabs/php_codesniffer": "^3.5"
23+
"squizlabs/php_codesniffer": "^3.6"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)