forked from puphpet/puphpet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 1.07 KB
/
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
32
33
{
"require": {
"php": ">=5.4.0",
"silex/silex": "1.0.*",
"twig/twig": "1.*",
"symfony/http-foundation": "2.2.*",
"symfony/http-kernel": "2.2.*",
"symfony/twig-bridge": "2.2.*",
"symfony/property-access": "2.2.*",
"symfony/yaml": "2.2.*",
"igorw/config-service-provider": "1.2.*",
"jtreminio/vagrant-puppet-lamp": "1.*@dev",
"jfryman/puppet-nginx": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "3.8.*@dev",
"whatthejeff/nyancat-phpunit-resultprinter": "1.0.*@dev",
"symfony/browser-kit": "2.2.*",
"symfony/css-selector": "2.2.*"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"Puphpet": "src/"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/frastel/puppet-nginx"
}
]
}