forked from L5Modular/L5Modular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 710 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 710 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
{
"name": "artem-schander/l5-modular",
"description": "Modular pattern generator for Laravel 5",
"keywords": ["laravel", "modular", "modules", "module", "structure", "pattern", "Artem", "Schander", "l5modular", "artisan", "generator"],
"homepage": "https://github.com/Artem-Schander/L5Modular",
"license": "MIT",
"version": "1.3.4",
"authors": [
{
"name": "Artem Schander",
"email": "a.schander@vanameland.de"
}
],
"require": {
"php": ">=5.4.0",
"laravel/framework": ">=5.1"
},
"autoload": {
"psr-4": {
"ArtemSchander\\L5Modular\\": "src/"
}
},
"minimum-stability": "dev"
}