We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd848c5 commit 71e8636Copy full SHA for 71e8636
CHANGES.md
@@ -6,6 +6,9 @@ See [compatibility docs](docs/compatibility.md) for details about backward compa
6
7
## CHANGE LOG ##
8
9
+* v7.0.3 (2019-12-30)
10
+ * Fixed `composer.json` file.
11
+
12
* v7.0.2 (2019-12-29)
13
* Updated Travis config to cover Laravel 6.5, 6.6, 6.7 and 6.8
14
* Updated Travis config to cover PHP 7.4
composer.json
@@ -2,7 +2,7 @@
2
"name": "marcin-orlowski/laravel-api-response-builder",
3
"description": "Helps building nice, normalized and easy to consume Laravel REST API.",
4
"homepage": "https://github.com/MarcinOrlowski/laravel-api-response-builder",
5
- "version": "7.0.1",
+ "version": "7.0.3",
"keywords": [
"laravel",
"json",
0 commit comments