Skip to content

Commit

Permalink
[composer] fix accidentaly commited payum/core 0.8 requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Jan 20, 2014
1 parent c6491ee commit 742d7f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.7.3 (2014-01-20)

* fix composer requires payum/core 0.8.

## 0.7.2 (2014-01-16)

* [notify] add posiblity to track unsafe notifications (one without token).
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
],
"require": {
"php": ">=5.3.2",
"payum/core": "0.8.*@dev",
"payum/core": "0.7.*",
"symfony/framework-bundle": "~2.0",
"twig/twig": "*"
},
"require-dev": {
"phpunit/phpunit": "*",
"doctrine/orm": "*",
"payum/payum": "0.8.*@dev",
"payum/core": "0.7.*",
"symfony/browser-kit": "~2.0",
"symfony/class-loader": "~2.0"
},
Expand All @@ -58,7 +58,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.8-dev"
"dev-master": "0.7-dev"
}
},
"config": {
Expand Down

0 comments on commit 742d7f8

Please sign in to comment.