Skip to content

Commit

Permalink
Move helper to autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslam97 committed Dec 19, 2022
1 parent 37b8f9b commit 48a1b17
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 @@ -13,16 +13,16 @@
"autoload": {
"psr-4": {
"Meteor\\Shipper\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Meteor\\Shipper\\Tests\\": "tests"
},
"files": [
"src/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"Meteor\\Shipper\\Tests\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
Expand Down

0 comments on commit 48a1b17

Please sign in to comment.