您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314
  1. {
  2. "name": "phpbenchmarks/symfony-common",
  3. "description": "Common repository for Symfony benchmarks on phpbenchmarks.com.",
  4. "license": "proprietary",
  5. "type": "project",
  6. "autoload": {
  7. "psr-4": {
  8. "PhpBenchmarksSymfony\\RestApiBundle\\": ""
  9. }
  10. },
  11. "require": {
  12. "phpbenchmarks/benchmark-rest-data": "1.1.0"
  13. }
  14. }