-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (38 loc) · 920 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
36
37
38
{
"name": "flynsarmy/orchestra-cms",
"keywords": ["laravel", "cms", "orchestra-platform", "orchestral"],
"license": "MIT",
"authors": [
{
"name": "Flyn San",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "git://github.com/orchestral/phpseclib.git"
}
],
"require": {
"php": ">=5.3.0",
"orchestra/foundation": "2.1.*"
},
"require-dev": {
"orchestra/testbench": "2.1.*",
"way/laravel-test-helpers": "dev-master",
"mockery/mockery": "0.9.*@dev"
},
"autoload": {
"classmap": [
"src/migrations"
],
"files": [
"src/Flynsarmy/OrchestraCms/helpers.php"
],
"psr-0": {
"Flynsarmy\\OrchestraCms\\": "src/"
}
},
"minimum-stability": "dev"
}