| 1234567891011121314 |
- {
- "name": "phpbenchmarks/symfony-common",
- "description": "Common repository for Symfony benchmarks on phpbenchmarks.com.",
- "license": "proprietary",
- "type": "project",
- "autoload": {
- "psr-4": {
- "PhpBenchmarksSymfony\\RestApiBundle\\": ""
- }
- },
- "require": {
- "phpbenchmarks/benchmark-rest-data": "1.1.0"
- }
- }
|