Mercurial > hg > cmmr2012-drupal-site
comparison vendor/symfony/class-loader/composer.json @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c75dbcec494b |
---|---|
1 { | |
2 "name": "symfony/class-loader", | |
3 "type": "library", | |
4 "description": "Symfony ClassLoader Component", | |
5 "keywords": [], | |
6 "homepage": "https://symfony.com", | |
7 "license": "MIT", | |
8 "authors": [ | |
9 { | |
10 "name": "Fabien Potencier", | |
11 "email": "fabien@symfony.com" | |
12 }, | |
13 { | |
14 "name": "Symfony Community", | |
15 "homepage": "https://symfony.com/contributors" | |
16 } | |
17 ], | |
18 "minimum-stability": "dev", | |
19 "require": { | |
20 "php": "^5.5.9|>=7.0.8" | |
21 }, | |
22 "require-dev": { | |
23 "symfony/finder": "~2.8|~3.0|~4.0", | |
24 "symfony/polyfill-apcu": "~1.1" | |
25 }, | |
26 "suggest": { | |
27 "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" | |
28 }, | |
29 "autoload": { | |
30 "psr-4": { "Symfony\\Component\\ClassLoader\\": "" }, | |
31 "exclude-from-classmap": [ | |
32 "/Tests/" | |
33 ] | |
34 }, | |
35 "extra": { | |
36 "branch-alias": { | |
37 "dev-master": "3.4-dev" | |
38 } | |
39 } | |
40 } |