-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 761 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 761 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": "mobileka/scope-applicator",
"description": "Scope Applicator is a PHP trait that makes data filtering and sorting easy.",
"keywords": ["scopes", "filters", "filtering", "laravel", "yii"],
"license": "MIT",
"authors": [
{
"name": "Armen Markossyan",
"email": "hello@armen.im",
"homepage": "https://armen.im"
}
],
"require": {
"php": ">=5.4.0",
"mobileka/mosaic-array": "1.0.*"
},
"require-dev": {
"phpunit/phpunit": "4.1.*",
"mockery/mockery": "0.9.3",
"satooshi/php-coveralls": "0.6.1"
},
"autoload": {
"psr-4": {
"Mobileka\\ScopeApplicator\\": "src/Mobileka/ScopeApplicator"
}
}
}