Skip to content

Commit b30b827

Browse files
Merge pull request #140 from MarcinOrlowski/dev
Release 7.1.0
2 parents a61bf13 + 1fdbdac commit b30b827

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+78
-53
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# @package MarcinOrlowski\ResponseBuilder
66
#
77
# @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
8-
# @copyright 2016-2019 Marcin Orlowski
8+
# @copyright 2016-2020 Marcin Orlowski
99
# @license http://www.opensource.org/licenses/mit-license.php MIT
1010
# @link https://github.com/MarcinOrlowski/laravel-api-response-builder
1111
#

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# @package MarcinOrlowski\ResponseBuilder
66
#
77
# @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
8-
# @copyright 2016-2019 Marcin Orlowski
8+
# @copyright 2016-2020 Marcin Orlowski
99
# @license http://www.opensource.org/licenses/mit-license.php MIT
1010
# @link https://github.com/MarcinOrlowski/laravel-api-response-builder
1111
#
@@ -27,6 +27,7 @@ env:
2727
- LARAVEL_VERSION="6.6"
2828
- LARAVEL_VERSION="6.7"
2929
- LARAVEL_VERSION="6.8"
30+
- LARAVEL_VERSION="7.0"
3031

3132
#matrix:
3233
# exclude:

CHANGES.md

Lines changed: 3 additions & 0 deletions

LICENSE.md

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 1 addition & 1 deletion

composer.json

Lines changed: 2 additions & 2 deletions
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.3",
5+
"version": "7.1.0",
66
"keywords": [
77
"laravel",
88
"json",
@@ -42,7 +42,7 @@
4242
},
4343
"require": {
4444
"php": ">=7.2.0",
45-
"laravel/framework": "^6.0"
45+
"laravel/framework": ">= 6.0"
4646
},
4747
"require-dev": {
4848
"marcin-orlowski/coding-standard": "^1.3",

config/response_builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* See docs/config.md for detailed documentation
77
*
88
* @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
9-
* @copyright 2016-2019 Marcin Orlowski
9+
* @copyright 2016-2020 Marcin Orlowski
1010
* @license http://www.opensource.org/licenses/mit-license.php MIT
1111
* @link https://github.com/MarcinOrlowski/laravel-api-response-builder
1212
*/

docs/docs.md

Lines changed: 2 additions & 2 deletions

src/ApiCodesHelpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @package MarcinOrlowski\ResponseBuilder
1010
*
1111
* @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
12-
* @copyright 2016-2019 Marcin Orlowski
12+
* @copyright 2016-2020 Marcin Orlowski
1313
* @license http://www.opensource.org/licenses/mit-license.php MIT
1414
* @link https://github.com/MarcinOrlowski/laravel-api-response-builder
1515
*/

src/BaseApiCodes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @package MarcinOrlowski\ResponseBuilder
1010
*
1111
* @author Marcin Orlowski <mail (#) marcinOrlowski (.) com>
12-
* @copyright 2016-2019 Marcin Orlowski
12+
* @copyright 2016-2020 Marcin Orlowski
1313
* @license http://www.opensource.org/licenses/mit-license.php MIT
1414
* @link https://github.com/MarcinOrlowski/laravel-api-response-builder
1515
*/

0 commit comments

Comments
 (0)