Mercurial > hg > isophonics-drupal-site
annotate vendor/symfony/event-dispatcher/composer.json @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 1fec387a4317 |
children |
rev | line source |
---|---|
Chris@0 | 1 { |
Chris@0 | 2 "name": "symfony/event-dispatcher", |
Chris@0 | 3 "type": "library", |
Chris@0 | 4 "description": "Symfony EventDispatcher Component", |
Chris@0 | 5 "keywords": [], |
Chris@0 | 6 "homepage": "https://symfony.com", |
Chris@0 | 7 "license": "MIT", |
Chris@0 | 8 "authors": [ |
Chris@0 | 9 { |
Chris@0 | 10 "name": "Fabien Potencier", |
Chris@0 | 11 "email": "fabien@symfony.com" |
Chris@0 | 12 }, |
Chris@0 | 13 { |
Chris@0 | 14 "name": "Symfony Community", |
Chris@0 | 15 "homepage": "https://symfony.com/contributors" |
Chris@0 | 16 } |
Chris@0 | 17 ], |
Chris@0 | 18 "require": { |
Chris@14 | 19 "php": "^5.5.9|>=7.0.8" |
Chris@0 | 20 }, |
Chris@0 | 21 "require-dev": { |
Chris@14 | 22 "symfony/dependency-injection": "~3.3|~4.0", |
Chris@14 | 23 "symfony/expression-language": "~2.8|~3.0|~4.0", |
Chris@14 | 24 "symfony/config": "~2.8|~3.0|~4.0", |
Chris@14 | 25 "symfony/stopwatch": "~2.8|~3.0|~4.0", |
Chris@0 | 26 "psr/log": "~1.0" |
Chris@0 | 27 }, |
Chris@14 | 28 "conflict": { |
Chris@14 | 29 "symfony/dependency-injection": "<3.3" |
Chris@14 | 30 }, |
Chris@0 | 31 "suggest": { |
Chris@0 | 32 "symfony/dependency-injection": "", |
Chris@0 | 33 "symfony/http-kernel": "" |
Chris@0 | 34 }, |
Chris@0 | 35 "autoload": { |
Chris@0 | 36 "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" }, |
Chris@0 | 37 "exclude-from-classmap": [ |
Chris@0 | 38 "/Tests/" |
Chris@0 | 39 ] |
Chris@0 | 40 }, |
Chris@0 | 41 "minimum-stability": "dev", |
Chris@0 | 42 "extra": { |
Chris@0 | 43 "branch-alias": { |
Chris@14 | 44 "dev-master": "3.4-dev" |
Chris@0 | 45 } |
Chris@0 | 46 } |
Chris@0 | 47 } |