Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nhalstead committed Oct 12, 2020
1 parent b30b440 commit 7ce390f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,21 @@
"php": "^7.3",
"illuminate/database": "^7.0|^8.0"
},
"require-dev": {
"mockery/mockery": "^1.3.1",
"orchestra/testbench": "~6.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
"nhalstead\\Transferable\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"nhalstead\\Transferable\\Tests\\": "tests"
}
},
"config": {
"sort-packages": true
}
Expand Down

0 comments on commit 7ce390f

Please sign in to comment.