Skip to content

Commit

Permalink
Fixes autoloading.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed May 24, 2019
1 parent 359902e commit ef607b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"autoload": {
"psr-4": {
"Mvdnbrk\\Gtin\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Mvdnbrk\\Gtin\\Tests\\": "tests"
},
"files": [
"src/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"Mvdnbrk\\Gtin\\Tests\\": "tests"
}
},
"scripts": {
"test": "vendor/bin/phpunit"
},
Expand Down

0 comments on commit ef607b1

Please sign in to comment.