123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "symfony/web-profiler-bundle",
- "type": "symfony-bundle",
- "description": "Provides a development tool that gives detailed information about the execution of any request",
- "keywords": [],
- "homepage": "https://symfony.com",
- "license": "MIT",
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "require": {
- "php": ">=7.2.5",
- "symfony/config": "^4.4|^5.0",
- "symfony/framework-bundle": "^5.1",
- "symfony/http-kernel": "^5.2",
- "symfony/routing": "^4.4|^5.0",
- "symfony/twig-bundle": "^4.4|^5.0",
- "twig/twig": "^2.13|^3.0.4"
- },
- "require-dev": {
- "symfony/browser-kit": "^4.4|^5.0",
- "symfony/console": "^4.4|^5.0",
- "symfony/css-selector": "^4.4|^5.0",
- "symfony/stopwatch": "^4.4|^5.0"
- },
- "conflict": {
- "symfony/form": "<4.4",
- "symfony/messenger": "<4.4",
- "symfony/dependency-injection": "<5.2"
- },
- "autoload": {
- "psr-4": { "Symfony\\Bundle\\WebProfilerBundle\\": "" },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "minimum-stability": "dev"
- }
|