Skip to content

Commit 036c66f

Browse files
author
Nicolas Boisvert
committed
Getting package to work
1 parent 72cf040 commit 036c66f

File tree

6 files changed

+1322
-13
lines changed

6 files changed

+1322
-13
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
1313
],
1414
"autoload": {
1515
"psr-4": {
16-
"Nicklayb\\LaravelDbImport\\": "src/",
17-
},
16+
"Nicklayb\\LaravelDbImport\\": "src/"
17+
}
18+
},
19+
"require-dev": {
20+
"phpunit/phpunit": "^6.0"
1821
}
1922
}
20-
Nicklayb\LaravelDbImport

0 commit comments

Comments
 (0)