Skip to content

Commit 71e8636

Browse files
Fixed composer.json
1 parent cd848c5 commit 71e8636

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ See [compatibility docs](docs/compatibility.md) for details about backward compa
66

77
## CHANGE LOG ##
88

9+
* v7.0.3 (2019-12-30)
10+
* Fixed `composer.json` file.
11+
912
* v7.0.2 (2019-12-29)
1013
* Updated Travis config to cover Laravel 6.5, 6.6, 6.7 and 6.8
1114
* Updated Travis config to cover PHP 7.4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "marcin-orlowski/laravel-api-response-builder",
33
"description": "Helps building nice, normalized and easy to consume Laravel REST API.",
44
"homepage": "https://github.com/MarcinOrlowski/laravel-api-response-builder",
5-
"version": "7.0.1",
5+
"version": "7.0.3",
66
"keywords": [
77
"laravel",
88
"json",

0 commit comments

Comments
 (0)