{ "name": "intaro/pinboard", "description": "Web admin panel for Pinba — real-time PHP performance monitoring via MySQL storage engine.", "type": "project", "license": "MIT", "homepage": "http://intaro.github.io/pinboard/", "authors": [ { "name": "Ilyas Salikhov", "homepage": "https://intaro.ru", "email": "support@intaro.ru" }, { "name": "Arthur Khasanov", "email": "foparu68@gmail.com" }, { "name": "Oleg Ekhlakov", "email": "ekhlakov@intaro.ru" } ], "support": { "issues": "https://github.com/intaro/pinboard/issues", "source": "https://github.com/intaro/pinboard" }, "minimum-stability": "stable", "prefer-stable": true, "require": { "php": ">=8.4", "ext-ctype": "*", "ext-iconv": "*", "algo26-matthias/idna-convert": "^4.0", "doctrine/dbal": "^4.4", "doctrine/doctrine-bundle": "^3.2", "doctrine/doctrine-migrations-bundle": "^4.0", "doctrine/orm": "^3.6", "symfony/console": "8.1.*", "symfony/dotenv": "8.1.*", "symfony/expression-language": "8.1.*", "symfony/flex": "^2.10", "symfony/framework-bundle": "8.1.*", "symfony/http-foundation": "8.1.*", "symfony/mailer": "8.1.*", "symfony/monolog-bundle": "^4.0", "symfony/process": "8.1.*", "symfony/runtime": "8.1.*", "symfony/security-bundle": "8.1.*", "symfony/twig-bridge": "8.1.*", "symfony/twig-bundle": "8.1.*", "symfony/webpack-encore-bundle": "^2.4", "symfony/yaml": "8.1.*", "twig/cssinliner-extra": "^3", "twig/extra-bundle": "^3", "twig/inky-extra": "^3", "twig/markdown-extra": "^3", "twig/twig": "^3.23" }, "require-dev": { "doctrine/doctrine-fixtures-bundle": "^4.0", "friendsofphp/php-cs-fixer": "^3.70", "phpstan/phpstan": "^2.1", "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", "phpstan/phpstan-symfony": "^2.0", "phpunit/phpunit": "^13.0", "symfony/browser-kit": "8.1.*", "symfony/css-selector": "8.1.*", "symfony/debug-bundle": "8.1.*", "symfony/maker-bundle": "^1.66", "symfony/phpunit-bridge": "^8.0", "symfony/stopwatch": "8.1.*", "symfony/web-profiler-bundle": "8.1.*" }, "config": { "allow-plugins": { "php-http/discovery": true, "symfony/flex": true, "symfony/runtime": true }, "sort-packages": true }, "autoload": { "psr-4": { "App\\": "src/" } }, "autoload-dev": { "psr-4": { "App\\Tests\\": "tests/" } }, "replace": { "symfony/polyfill-ctype": "*", "symfony/polyfill-iconv": "*", "symfony/polyfill-php72": "*", "symfony/polyfill-php73": "*", "symfony/polyfill-php74": "*", "symfony/polyfill-php80": "*", "symfony/polyfill-php81": "*" }, "scripts": { "auto-scripts": { "cache:clear": "symfony-cmd", "assets:install %PUBLIC_DIR%": "symfony-cmd" }, "post-install-cmd": [ "@auto-scripts" ], "post-update-cmd": [ "@auto-scripts" ] }, "conflict": { "symfony/symfony": "*" }, "extra": { "symfony": { "allow-contrib": false, "require": "8.1.*", "docker": false } } }