Skip to content

Commit

Permalink
fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
jhowbhz committed Jan 8, 2022
1 parent a5e372e commit 6c96a1e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,20 @@
},
"autoload": {
"psr-4": {
"ApiGratis\\": "src"
"ApiGratis\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"ApiGratis\\": "src"
"ApiGratis\\": "src/"
}
},
"suggest": {
"ext-curl": "Required by ApiBrasil\\ to requests in services."
},
"config": {
"sort-packages": true
"sort-packages": true,
"optimize-autoloader": true,
"preferred-install": "dist"
}
}

0 comments on commit 6c96a1e

Please sign in to comment.