We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779678b commit b0de2b2Copy full SHA for b0de2b2
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.8.0 (2014-04-02)
4
+
5
+* [klarna][doc] add a klarna purchase example doc
6
+* [security] add functional test for TokenFactory.
7
+* [security] extend TokenFactory from GenericTokenFactory.
8
9
## 0.7.3 (2014-01-20)
10
11
* fix composer requires payum/core 0.8.
composer.json
@@ -33,7 +33,7 @@
33
],
34
"require": {
35
"php": ">=5.3.2",
36
- "payum/core": "0.8.*@dev",
+ "payum/core": "0.8.*",
37
"symfony/framework-bundle": "~2.0",
38
"twig/twig": "*"
39
},
0 commit comments