Skip to content

Commit

Permalink
Updated composer.json to stop using mailchimp/mailchimp dev-master
Browse files Browse the repository at this point in the history
  • Loading branch information
hugofirth committed Sep 19, 2013
1 parent 423d849 commit a50be6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.0.x",
"mailchimp/mailchimp": "dev-master"
"illuminate/support": "4.0.*",
"mailchimp/mailchimp": "2.0.*"
},
"autoload": {
"psr-0": {
"Hugofirth\\Mailchimp": "src/"
}
},
"minimum-stability": "dev"
}
}

0 comments on commit a50be6d

Please sign in to comment.