Skip to content

Commit aa675e3

Browse files
committed
Updated dependency to nilportugues/api-transformer ~1.2
1 parent c0583ad commit aa675e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": ">=5.5.0",
17-
"nilportugues/api-transformer": "~1.1"
17+
"nilportugues/api-transformer": "~1.2"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "4.4.*",

tests/Dummy/ComplexObject/Post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Post
2020
private $content;
2121
private $author;
2222
private $comments;
23-
23+
2424
/**
2525
* @param PostId $id
2626
* @param $title

0 commit comments

Comments
 (0)