Skip to content

Commit

Permalink
refactor: require dogado/json-api-common:^2.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-doehring committed Jul 12, 2021
1 parent c511e35 commit 40b8dcc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.0.0 - 2021-07-XX

- require `dogado/json-api-common:^2.0`

See [json-api-common changelog](https://github.com/dogado-group/json-api-common/blob/v2.0.0/CHANGELOG.md) for further details.

## v1.1.0 - 2021-07-10

- drop support for php 7.4
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"dogado/json-api-common": "^1.0",
"dogado/json-api-common": "^2.0",
"psr/http-factory": "^1.0",
"psr/http-client": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"fakerphp/faker": "^1.15",
"phpstan/phpstan": "^0.12.49",
"phpstan/phpstan": "^0.12.91",
"http-interop/http-factory-guzzle": "^1.0",
"squizlabs/php_codesniffer": "^3.5"
"squizlabs/php_codesniffer": "^3.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 40b8dcc

Please sign in to comment.