forked from Kit-kat1/Navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 loc) · 1.2 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
{
"name": "graham-campbell/navigation",
"description": "Navigation Is A Navigation Bar Generator For Laravel 5",
"keywords": ["laravel", "framework", "navigation generator", "navigation", "navigation bar", "Navigation", "Laravel Navigation", "Laravel-Navigation", "Graham Campbell", "GrahamCampbell"],
"license": "MIT",
"authors": [
{
"name": "Graham Campbell",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5.9",
"illuminate/contracts": "5.2.*|5.3.*",
"illuminate/http": "5.2.*|5.3.*",
"illuminate/support": "5.2.*|5.3.*"
},
"require-dev": {
"graham-campbell/testbench": "~3.0",
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^4.7.6"
},
"autoload": {
"psr-4": {
"GrahamCampbell\\Navigation\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"GrahamCampbell\\Tests\\Navigation\\": "tests/"
}
},
"config": {
"preferred-install": "dist"
},
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}