{ "name": "ajgl/breakpoint-twig-extension", "description": "Twig extension to set breakpoints", "keywords": ["twig", "xdebug", "breakpoint"], "homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension", "license": "MIT", "authors": [ { "name": "Antonio J. GarcĂ­a Lagar", "email": "aj@garcialagar.es", "homepage": "http://aj.garcialagar.es", "role": "developer" } ], "autoload": { "psr-4": { "Ajgl\\Twig\\Extension\\": "src/" } }, "autoload-dev": { "psr-4": { "Ajgl\\Twig\\Extension\\Tests\\": "tests/" } }, "require": { "php": ">=5.6", "twig/twig": "^1.34|^2.0|^3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.18", "symfony/framework-bundle": "^2.7|^3.4|^4.4|^5.2", "symfony/phpunit-bridge": "^4.4|^5.2", "symfony/twig-bundle": "^2.7|^3.4|^4.4|^5.2" }, "suggest": { "ext-xdebug": "The Xdebug extension is required for the breakpoint to work", "symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony", "symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony" }, "scripts": { "fix-cs": [ "vendor/bin/php-cs-fixer fix --ansi" ], "lint": [ "vendor/bin/php-cs-fixer fix --dry-run --ansi" ], "test": [ "vendor/bin/simple-phpunit --colors=always" ] }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "0.3.x-dev" } } }