We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcf223 commit a931c87Copy full SHA for a931c87
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "phpbenchmarks/php-7-1-benchmark",
+ "name": "phpbenchmarks/php-7-1",
3
"license": "proprietary",
4
"type": "project",
5
"autoload": {
@@ -8,7 +8,7 @@
8
}
9
},
10
"require": {
11
- "php": ">=7.1",
+ "php": "^7.1",
12
"phpbenchmarks/benchmark-rest-data": "1.0.0"
13
14
rest.php
@@ -43,7 +43,8 @@ function encodeType(CommentType $type): array
43
44
return [
45
'id' => $type->getId(),
46
- 'name' => $type->getName()
+ 'name' => $type->getName(),
47
+ 'translated' => TranslationService::getTranslation('translated.3000')
48
];
49
50
0 commit comments