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 69f83c8 commit b4ebcf8Copy full SHA for b4ebcf8
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# 1.0.1 - 2015-02-21
2
3
* Fixed autoloader
4
+* Support atoum 1.0 & 2.0
5
6
# 1.0.0 - 2014-12-01
composer.json
@@ -12,7 +12,7 @@
12
}
13
],
14
"require": {
15
- "atoum/atoum": "~1.0",
+ "atoum/atoum": "<3.0",
16
"justinrainbow/json-schema": "*"
17
},
18
"require-dev": {
0 commit comments