Skip to content

Commit 1e6936b

Browse files
Bump minimum fractal version
1 parent a77c69c commit 1e6936b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"php": ">=5.4.0",
25-
"league/fractal": "~0.13"
25+
"league/fractal": "~0.17"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "~4.0",
@@ -38,7 +38,7 @@
3838
},
3939
"extra": {
4040
"branch-alias": {
41-
"dev-master": "0.15-dev"
41+
"dev-master": "0.16-dev"
4242
}
4343
}
4444
}

src/Contracts/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function setStatusCode($statusCode);
4141
*
4242
* @param array $array
4343
* @param array $headers
44-
* @param $json_options @link http://php.net/manual/en/function.json-encode.php
44+
* @param int $json_options @link http://php.net/manual/en/function.json-encode.php
4545
* @return
4646
*/
4747
public function withArray(array $array, array $headers = [], $json_options = 0);

0 commit comments

Comments
 (0)