We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8809e5 commit 4b240fcCopy full SHA for 4b240fc
composer.json
@@ -23,7 +23,7 @@
23
"laravel/ui": "^1.0",
24
"mockery/mockery": "^1.0",
25
"nunomaduro/collision": "^3.0",
26
- "phpunit/phpunit": "^7.5",
+ "phpunit/phpunit": "^7.5"
27
},
28
"config": {
29
"optimize-autoloader": true,
local.txt
@@ -0,0 +1,9 @@
1
+"repositories": [
2
+ {
3
+ "type": "path",
4
+ "url": "../laravel-vue-datatable",
5
+ "options": {
6
+ "symlink": true
7
+ }
8
9
+],
0 commit comments