-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 761 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 761 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
{
"name": "yocmen/blade-components",
"description": "This package introduces the concept of components in blade templating, take it from L5.4 for L5.1 LTS",
"keywords": ["laravel", "l5", "html", "component", "blade"],
"homepage": "https://github.com/yocmen/blade-components",
"license": "MIT",
"authors": [
{
"name": "Yocsel Mendoza",
"email": "yocmen@gmail.com"
},
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"require": {
"php": ">=5.5.38",
"illuminate/support": "5.1.x"
},
"autoload": {
"psr-0": {
"Yocmen\\BladeComponents": "src/"
}
},
"minimum-stability": "stable"
}