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

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "phpbenchmarks/symfony-4-0",
  3. "license": "proprietary",
  4. "type": "project",
  5. "require": {
  6. "php": "^7.1.3",
  7. "symfony/console": "^4.0",
  8. "symfony/flex": "^1.0",
  9. "symfony/framework-bundle": "^4.0",
  10. "symfony/lts": "^4@dev",
  11. "symfony/yaml": "^4.0",
  12. "phpbenchmarks/symfony": "1.0.1"
  13. },
  14. "config": {
  15. "preferred-install": {
  16. "*": "dist"
  17. },
  18. "sort-packages": true
  19. },
  20. "autoload": {
  21. "psr-4": {
  22. "App\\": "src/"
  23. }
  24. },
  25. "scripts": {
  26. "auto-scripts": {
  27. "cache:clear": "symfony-cmd"
  28. },
  29. "post-install-cmd": [
  30. "@auto-scripts"
  31. ],
  32. "post-update-cmd": [
  33. "@auto-scripts"
  34. ]
  35. },
  36. "conflict": {
  37. "symfony/symfony": "*"
  38. },
  39. "extra": {
  40. "symfony": {
  41. "id": "01C08XYTMWXHCW3KKR4WEESEAV",
  42. "allow-contrib": false
  43. }
  44. }
  45. }