Skip to content

Commit

Permalink
Bump minimum fractal version
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebeaudoin committed Sep 11, 2017
1 parent a77c69c commit 1e6936b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"require": {
"php": ">=5.4.0",
"league/fractal": "~0.13"
"league/fractal": "~0.17"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand All @@ -38,7 +38,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.15-dev"
"dev-master": "0.16-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Contracts/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function setStatusCode($statusCode);
*
* @param array $array
* @param array $headers
* @param $json_options @link http://php.net/manual/en/function.json-encode.php
* @param int $json_options @link http://php.net/manual/en/function.json-encode.php
* @return
*/
public function withArray(array $array, array $headers = [], $json_options = 0);
Expand Down

0 comments on commit 1e6936b

Please sign in to comment.