-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
35 lines (35 loc) · 872 Bytes
/
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
{
"name": "tao2581/workflow",
"description": "this is a workflow package for laravel5",
"keywords": ["laravel","workflow"],
"homepage": "https://github.com/davin-bao/workflow",
"license": "MIT",
"authors": [
{
"name": "davin-bao",
"email": "[email protected]",
"homepage": "http://davinbao.blog.com/",
"role": "Developer"
}
],
"repositories": [
{
"type": "vcs",
"url": "git://github.com/orchestral/phpseclib.git"
}
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "5.1.*",
"laravelbook/ardent": "dev-master"
},
"autoload": {
"classmap": [
"src/migrations"
],
"psr-0": {
"DavinBao\\Workflow\\": "src/"
}
},
"minimum-stability": "dev"
}