forked from pingpong-labs/widget
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 725 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 725 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": "pingpong/widget",
"description": "Laravel 4 - Simple Widget System",
"keywords": ["widget", "laravel", "pingpong"],
"homepage": "http://www.gravitano.com/simple-widget-system-for-laravel-4",
"license": "The MIT License (MIT)",
"authors": [
{
"name": "PiNGPONG Labs",
"email": "pingpong.labs@gmail.com"
}
],
"require": {
"php": ">=5.3.0",
"laravel/framework": ">=4.1.0"
},
"require-dev": {
"mockery/mockery": "dev-master",
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-4": {
"Pingpong\\Widget\\": "src/Pingpong/Widget"
}
},
"minimum-stability": "stable"
}