Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkelso authored Feb 19, 2024
1 parent 0e0ca62 commit 14720a1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,13 @@
},
"autoload": {
"psr-4": {
"BlastCloud\\Guzzler\\": "src/"
"BlastCloud\\Guzzler\\": "src/",
"Tests\\": "tests/"
},
"files": [
"src/Helpers/macros.php"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"prefer-stable": true,
"require-dev": {
}
Expand Down

0 comments on commit 14720a1

Please sign in to comment.