-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
49 lines (49 loc) · 1.32 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "presentation/laravel",
"description": "Laravel 4 & 5 Presentation Framework Integration",
"keywords": [
"laravel",
"laravel-5",
"laravel5"
],
"homepage": "https://github.com/presentation-framework/laravel",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Vitalii [Nayjest] Stepanenko",
"email": "mail@vitaliy.in",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"presentation/framework": "*"
},
"require-dev": {
"phpunit/phpunit": "4.6.*",
"filp/whoops": "~1",
"codeception/codeception": "2.0.*",
"vlucas/phpdotenv" : "~1",
"ext-curl": "*",
"laravel/framework":"^4|^5",
"presentation/grids":"*"
},
"autoload": {
"psr-4": {
"Presentation\\Laravel\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Presentation\\Laravel\\Test\\": "tests/phpunit",
"Presentation\\Laravel\\Demo\\": "tests/webapp"
}
},
"support": {
"email": "mail@vitaliy.in",
"source": "https://github.com/presentation-framework/laravel",
"issues": "https://github.com/presentation-framework/laravel/issues"
},
"minimum-stability": "dev"
}