Skip to content

Commit

Permalink
fix autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafakucuk committed Sep 2, 2024
1 parent 51174b3 commit a691d4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"require-dev": {
"guzzlehttp/guzzle": "^7.9"
},
"autoload": {
"psr-4": {
"GooglePlaces\\": "src/"
}
},
"license": "MIT",
"authors": [
{
Expand Down
File renamed without changes.

0 comments on commit a691d4f

Please sign in to comment.