-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 901 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 901 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
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "archfizz/website-version-zero",
"description": "The 2009 version of the website",
"require": {
"php": "^7.2",
"silex/silex": "~2.0",
"symfony/http-foundation": "3.2.*",
"symfony/twig-bridge": "3.2.*",
"symfony/yaml": "3.2.*",
"twig/twig": "~1.0",
"symfony/flex": "^1.1"
},
"require-dev": {
"behat/behat": "~3.0",
"behat/mink-extension": "*",
"behat/mink-goutte-driver": "*"
},
"license": "proprietary",
"authors": [
{
"name": "Adam Elsodaney",
"email": "adam.elso@gmail.com"
}
],
"autoload": {
"psr-4": {
"ArchFizz\\Prototype\\": "src/"
}
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-install-cmd": []
}
}