Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / ajgl / breakpoint-twig-extension / composer.json
1 {
2     "name": "ajgl/breakpoint-twig-extension",
3     "description": "Twig extension to set breakpoints",
4     "keywords": ["twig", "xdebug", "breakpoint"],
5     "homepage": "https://github.com/ajgarlag/AjglBreakpointTwigExtension",
6     "license": "MIT",
7     "authors": [
8       {
9         "name": "Antonio J. GarcĂ­a Lagar",
10         "email": "aj@garcialagar.es",
11         "homepage": "http://aj.garcialagar.es",
12         "role": "developer"
13       }
14     ],
15     "autoload": {
16         "psr-4": { "Ajgl\\Twig\\Extension\\": "src/" }
17     },
18     "autoload-dev": {
19         "psr-4": { "Ajgl\\Twig\\Extension\\Tests\\": "tests/" }
20     },
21     "require": {
22         "php": ">=5.4.0",
23         "twig/twig": "^1.14"
24     },
25     "require-dev": {
26         "symfony/framework-bundle": "^2.3",
27         "symfony/twig-bundle": "^2.3"
28     },
29     "suggest": {
30         "ext-xdebug": "The Xdebug extension is required for the breakpoint to work",
31         "symfony/framework-bundle": "The framework bundle to integrate the extension into Symfony",
32         "symfony/twig-bundle": "The twig bundle to integrate the extension into Symfony"
33     },
34     "extra": {
35         "branch-alias": {
36             "dev-master": "0.4.x-dev"
37         }
38     }
39 }