-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.12 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
34
35
36
37
38
{
"name": "theahmadzai/immortal-application",
"description": "Immortal Application (Project) http://www.codeinvoker.com",
"type": "project",
"keywords": ["immortal", "application"],
"homepage": "https://github.com/theahmadzai/immortal-application",
"license": "MIT",
"authors": [{
"name": "Javed Ahmadzai",
"email": "theahmadzai@hotmail.com",
"homepage": "http://www.codeinvoker.com",
"role": "Developer"
}],
"support": {
"email": "theahmadzai@hotmail.com",
"issues": "https://github.com/theahmadzai/immortal-application/issues",
"source": "https://github.com/theahmadzai/immortal-application"
},
"require": {
"php": ">=5.6.0",
"theahmadzai/immortal-framework": "dev-master",
"twig/twig": "^2.1",
"illuminate/database": "^5.3"
},
"require-dev": {},
"autoload": {
"psr-4": {
"App\\": "Immortal"
}
},
"autoload-dev": {},
"config": {
"sort-packages": true
},
"scripts": {
"serve": "php -S 127.0.0.1:8080 -t public public/index.php"
}
}