Skip to content

Commit

Permalink
Prepare v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Aug 4, 2015
1 parent 4c88f7d commit 408a3f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
._*
.~lock.*
.idea/*
data/
vendor/
composer.lock
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.0

* [BC] The module now relies on ZfrStripe 3.x

## 3.0

* [BC] The module now relies on ZfrStripe 2.x
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": ">=5.4",
"zfr/zfr-stripe": "~2.0",
"zfr/zfr-stripe": "~3.0",
"zendframework/zend-modulemanager": "~2.0",
"zendframework/zend-servicemanager": "~2.0"
},
Expand Down

0 comments on commit 408a3f4

Please sign in to comment.