Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderwar committed Feb 27, 2018
1 parent 832796e commit b296f4d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
"stripe/stripe-php": "^6.3"
},
"require-dev": {
"phpunit/PHPUnit": "^5.7"
"phpunit/PHPUnit": "^5.7",
"squizlabs/php_codesniffer": "3.*"
},
"autoload": {
"psr-4": {
"Vulcan\\StripeWebhook\\": "src/"
"Vulcan\\StripeWebhook\\": "src/",
"Vulcan\\StripeWebhook\\Tests\\": "tests/"
}
},
"minimum-stability": "dev"
Expand Down

0 comments on commit b296f4d

Please sign in to comment.