Skip to content

Commit

Permalink
Update composer for PSR-4 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahony0 authored Aug 26, 2020
1 parent 13b5fcf commit 6810738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"autoload": {
"psr-4": {
"": "src/"
"Iyzipay\\": "src/Iyzipay/"
}
},
"autoload-dev": {
Expand All @@ -41,4 +41,4 @@
"scripts": {
"test": "vendor/bin/phpunit --colors"
}
}
}

0 comments on commit 6810738

Please sign in to comment.