Skip to content

Commit 4b240fc

Browse files
committed
Another correction to composer file.
1 parent e8809e5 commit 4b240fc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"laravel/ui": "^1.0",
2424
"mockery/mockery": "^1.0",
2525
"nunomaduro/collision": "^3.0",
26-
"phpunit/phpunit": "^7.5",
26+
"phpunit/phpunit": "^7.5"
2727
},
2828
"config": {
2929
"optimize-autoloader": true,

local.txt

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)