-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathcomposer.json
37 lines (36 loc) · 937 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
{
"name": "raftalks/ravel",
"description": "CMS Package for Laravel 4 powered with Angularjs",
"keywords": ["ravel","laravel","cms"],
"license": "BSD",
"authors": [
{
"name": "Raf",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.0",
"laravel/framework": "4.0.*",
"raftalks/form": "1.3.*",
"mockery/mockery": "0.7.2",
"intervention/image": "1.4.*"
},
"autoload": {
"classmap": [
"src/controllers",
"src/models",
"src/migrations",
"src/database/seeds",
"src/commands",
"tests/RavelTestCase.php"
],
"files":[
"src/Raftalks/Ravel/RavelHelpers.php"
],
"psr-0": {
"Raftalks\\Ravel": "src/"
}
},
"minimum-stability": "dev"
}