forked from boxfrommars/rutorika-sortable
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
31 lines (31 loc) · 907 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
{
"name": "alexcrawford/lexorank-sortable",
"description": "Adds sortable behavior and ordering to Laravel Eloquent models. Grouping and many to many supported.",
"keywords": ["laravel", "sort", "sortable", "orderable", "sorting", "order", "ordering", "eloquent", "laravel5", "laravel4"],
"license": "MIT",
"authors": [
{
"name": "Dmitry Groza",
"email": "[email protected]"
},
{
"name": "Alex Crawford",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.2.5",
"laravel/framework": "*",
"alexcrawford/lexorank-php": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "~8",
"orchestra/testbench": "~5"
},
"autoload": {
"psr-0": {
"AlexCrawford\\Sortable": "src/"
}
},
"minimum-stability": "stable"
}