Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #17 from stripe/larry-use-stable
Browse files Browse the repository at this point in the history
update to always use latest stable
  • Loading branch information
larry-stripe committed Nov 29, 2016
2 parents 6fa48da + 76b81e4 commit 652b080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ Assuming you have installed Composer, add Stripe to your `composer.json` file (i

{
"require": {
"stripe/stripe-php": "2.*"
"stripe/stripe-php": "@stable"
}
}

Expand Down
2 changes: 1 addition & 1 deletion public/composer.json
@@ -1,5 +1,5 @@
{
"require": {
"stripe/stripe-php": "2.*"
"stripe/stripe-php": "@stable"
}
}

0 comments on commit 652b080

Please sign in to comment.