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

12345678910
  1. {
  2. "name": "phpbenchmarks/symfony-common",
  3. "license": "proprietary",
  4. "type": "project",
  5. "autoload": {
  6. "psr-4": {
  7. "PhpBenchmarksSymfony\\": ""
  8. }
  9. }
  10. }