-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 822 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 822 Bytes
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
{
"name": "phpbench/benchmark-containers",
"comments": [
"Doctrine Cache is for PHP-DI",
"Symfony Config is for Symfony Dependency Injection (for the cache)"
],
"require": {
"php-di/php-di": "^5.0.0",
"symfony/dependency-injection": "^2.7.0",
"pimple/pimple": "^3.0.0",
"illuminate/container": "^5.0.0",
"doctrine/cache": "@stable",
"symfony/config": "^2.7.0",
"symfony/filesystem": "^2.7.0",
"phpbench/phpbench": "^0.11.1",
"league/container": "^2.2",
"zendframework/zend-servicemanager": "^3.0",
"aura/di": "^3.0"
},
"autoload": {
"psr-4": {
"PhpBench\\Benchmarks\\Container\\": "benchmarks",
"PhpBench\\Benchmarks\\Container\\Acme\\": "lib"
}
}
}