You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.json 306B

1234567891011121314
  1. {
  2. "name": "phpbenchmarks/symfony",
  3. "license": "proprietary",
  4. "type": "project",
  5. "autoload": {
  6. "psr-4": {
  7. "PhpBenchmarksSymfony\\RestApiBundle\\": ""
  8. }
  9. },
  10. "require": {
  11. "php": ">=5.4.0",
  12. "phpbenchmarks/benchmark-rest-data": "1.0.0"
  13. }
  14. }