Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 28f1156

Browse files
author
Andrey Helldar
authored
Merge pull request #36 from andrey-helldar/features/issue-11
Added a key with the type to the error message
2 parents 20f467f + 6369291 commit 28f1156

File tree

11 files changed

+786
-340
lines changed

11 files changed

+786
-340
lines changed

README.md

Lines changed: 151 additions & 55 deletions
Large diffs are not rendered by default.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Package for standardizing the responses from the API of your Symfony based applications.",
44
"type": "library",
55
"license": "MIT",
6-
"keywords": ["api response", "api-response", "response", "laravel", "symfony", "api"],
6+
"keywords": ["api response", "api-response", "response", "laravel", "lumen", "symfony", "api"],
77
"support": {
88
"issues": "https://github.com/andrey-helldar/api-response/issues",
99
"source": "https://github.com/andrey-helldar/api-response"
@@ -15,13 +15,13 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.1.3",
18+
"php": "^7.3",
1919
"ext-json": "*",
2020
"symfony/http-foundation": "^4.0|^5.0",
2121
"andrey-helldar/support": "^1.14"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^8.5"
24+
"phpunit/phpunit": "^9.0"
2525
},
2626
"suggest": {
2727
"symfony/thanks": "Give thanks (in the form of a GitHub) to your fellow PHP package maintainers"

0 commit comments

Comments
 (0)