-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
41 lines (41 loc) · 985 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
39
40
41
{
"name": "spotonlive/sl-entrust-doctrine-orm",
"type": "library",
"description": "Doctrine2 ORM - Zizco Entrust (Laravel 5.1) for Zizco Entrust",
"keywords": [
"doctrine",
"orm",
"doctrine2",
"entrust",
"laravel"
],
"homepage": "https://github.com/spotonlive/sl-entrust-doctrine-orm",
"license": "MIT",
"authors": [
{
"name": "Nikolaj Petersen",
"email": "[email protected]",
"homepage": "http://spotonmarketing.dk"
}
],
"require": {
"php": ">=5.4.0",
"zizaco/entrust": "~1.4.1",
"ramsey/uuid": "2.8.*"
},
"require-dev": {
"doctrine/orm": "~2.5.1",
"phpunit/phpunit": "~4.0",
"laravel/framework": "~5.1",
"zizaco/entrust": "~1.4.1",
"ramsey/uuid": "2.8.*",
"mockery/mockery": "~0.9.4"
},
"autoload": {
"psr-4": {
"SpotOnLive\\EntrustDoctrineORM\\": "src/SpotOnLive/EntrustDoctrineORM/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}