Skip to content

Commit

Permalink
Merge pull request #11 from meteorid-labs/helper/phone
Browse files Browse the repository at this point in the history
Move helper to autoload
  • Loading branch information
Aslam97 authored Dec 19, 2022
2 parents 0cdb4fe + 48a1b17 commit 285f616
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 285f616

Please sign in to comment.