We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c07f08 commit ae57d79Copy full SHA for ae57d79
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+# Change Log
2
+
3
+### 1.1.0
4
5
+* Added: Changelog
6
+* Changed: Support for Rhubarb 1.1
composer.json
@@ -11,13 +11,13 @@
11
}
12
},
13
"require": {
14
- "rhubarbphp/module-restapi": "*",
15
- "rhubarbphp/module-stem": "*",
16
- "rhubarbphp/rhubarb": "*"
+ "rhubarbphp/module-restapi": "^1.0",
+ "rhubarbphp/module-stem": "^1.1",
+ "rhubarbphp/rhubarb": "^1.1"
17
18
"require-dev": {
19
"phpunit/phpunit": "4.*",
20
- "codeception/codeception": "*"
+ "codeception/codeception": "^2.0.0"
21
22
23
0 commit comments