Skip to content

Commit c0583ad

Browse files
committed
api-transformer from 1.0 to 1.1
1 parent 2a94480 commit c0583ad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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.0"
17+
"nilportugues/api-transformer": "~1.1"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "4.4.*",

tests/Dummy/ComplexObject/Post.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515

1616
class Post
1717
{
18+
private $postId;
19+
private $title;
20+
private $content;
21+
private $author;
22+
private $comments;
23+
1824
/**
1925
* @param PostId $id
2026
* @param $title

0 commit comments

Comments
 (0)