annotate vendor/symfony/class-loader/composer.json @ 8:50b0d041100e
Further files for download
author |
Chris Cannam |
date |
Mon, 05 Feb 2018 10:56:40 +0000 |
parents |
4c8ae668cc8c |
children |
1fec387a4317 |
rev |
line source |
Chris@0
|
1 {
|
Chris@0
|
2 "name": "symfony/class-loader",
|
Chris@0
|
3 "type": "library",
|
Chris@0
|
4 "description": "Symfony ClassLoader 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 "minimum-stability": "dev",
|
Chris@0
|
19 "require": {
|
Chris@0
|
20 "php": ">=5.5.9"
|
Chris@0
|
21 },
|
Chris@0
|
22 "require-dev": {
|
Chris@0
|
23 "symfony/finder": "~2.8|~3.0",
|
Chris@0
|
24 "symfony/polyfill-apcu": "~1.1"
|
Chris@0
|
25 },
|
Chris@0
|
26 "suggest": {
|
Chris@0
|
27 "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
|
Chris@0
|
28 },
|
Chris@0
|
29 "autoload": {
|
Chris@0
|
30 "psr-4": { "Symfony\\Component\\ClassLoader\\": "" },
|
Chris@0
|
31 "exclude-from-classmap": [
|
Chris@0
|
32 "/Tests/"
|
Chris@0
|
33 ]
|
Chris@0
|
34 },
|
Chris@0
|
35 "extra": {
|
Chris@0
|
36 "branch-alias": {
|
Chris@0
|
37 "dev-master": "3.2-dev"
|
Chris@0
|
38 }
|
Chris@0
|
39 }
|
Chris@0
|
40 }
|