Skip to content

Commit ae57d79

Browse files
committed
1.1 release
1 parent 3c07f08 commit ae57d79

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
}
1212
},
1313
"require": {
14-
"rhubarbphp/module-restapi": "*",
15-
"rhubarbphp/module-stem": "*",
16-
"rhubarbphp/rhubarb": "*"
14+
"rhubarbphp/module-restapi": "^1.0",
15+
"rhubarbphp/module-stem": "^1.1",
16+
"rhubarbphp/rhubarb": "^1.1"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "4.*",
20-
"codeception/codeception": "*"
20+
"codeception/codeception": "^2.0.0"
2121
}
2222
}
2323

0 commit comments

Comments
 (0)