composer.json 285 B

1234567891011
  1. {
  2. "name": "symfony/profiler-pack",
  3. "type": "symfony-pack",
  4. "license": "MIT",
  5. "description": "A pack for the Symfony web profiler",
  6. "require": {
  7. "symfony/stopwatch": "*",
  8. "symfony/twig-bundle": "*",
  9. "symfony/web-profiler-bundle": "*"
  10. }
  11. }