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 372B

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. }