Skip to content

Commit

Permalink
change composer json , add auto loader class
Browse files Browse the repository at this point in the history
  • Loading branch information
agoalofalife committed Jun 28, 2018
1 parent 736fb63 commit a8f7d9f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shnellpavel/yandex-mone-payout",
"name": "agoalofalife/yandex-mone-payout",
"description": "Module for integration with YandexMoney Payouts. See https://tech.yandex.ru/money/doc/payment-solution/payout/",
"minimum-stability": "stable",
"minimum-stability": "dev",
"license": "MIT",
"authors": [
{
Expand All @@ -11,5 +11,10 @@
],
"require-dev": {
"phpunit/phpunit": "5.3.*"
},
"autoload": {
"psr-4": {
"YandexMoney\\": "lib/"
}
}
}

0 comments on commit a8f7d9f

Please sign in to comment.