Skip to content

Commit e8809e5

Browse files
committed
Corrections to example.
1 parent e014294 commit e8809e5

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

composer.json

+1-11
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,8 @@
1414
"fideloper/proxy": "^4.0",
1515
"laravel/framework": "6.0.*",
1616
"laravel/tinker": "^1.0",
17-
"jamesdordoy/laravelvuedatatable": "^1.1.2"
17+
"jamesdordoy/laravelvuedatatable": "^1.2.0"
1818
},
19-
"repositories": [
20-
{
21-
"type": "path",
22-
"url": "../laravel-vue-datatable",
23-
"options": {
24-
"symlink": true
25-
}
26-
}
27-
],
2819
"require-dev": {
2920
"beyondcode/laravel-dump-server": "^1.0",
3021
"filp/whoops": "^2.0",
@@ -33,7 +24,6 @@
3324
"mockery/mockery": "^1.0",
3425
"nunomaduro/collision": "^3.0",
3526
"phpunit/phpunit": "^7.5",
36-
"jamesdordoy/laravelvuedatatable": "@dev"
3727
},
3828
"config": {
3929
"optimize-autoloader": true,

0 commit comments

Comments
 (0)