-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathcomposer.json
31 lines (31 loc) · 1019 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "tombzombie/php-dependency-injection-benchmarks",
"description": "Benchmarks of PHP DI Contaners",
"license": "BSD-2-Clause",
"homepage": "https://github.com/TomBZombie/php-dependency-injection-benchmarks",
"keywords": ["Dependency injection container benchmarks", "ioc benchmarks", "Dependency injection container performance", "DI"],
"authors": [
{
"name": "Tom Butler",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.6.0",
"level-2/Dice": "*",
"rdlowrey/auryn": "*",
"pimple/pimple": "*",
"aura/di": "*",
"illuminate/container": "*",
"nette/di": "*",
"njasm/container": "*",
"league/container": "*",
"php-di/php-di": "*",
"doctrine/cache": "*",
"symfony/dependency-injection": "*",
"symfony/config": "*",
"symfony/proxy-manager-bridge": "*",
"zendframework/zend-di": "*",
"zendframework/zend-servicemanager": "*"
}
}