Skip to content

Commit e8c6b9e

Browse files
authored
Merge pull request #8 from RhubarbPHP/Stem1.1Support
Supporting Stem and Rhubarb 1.1
2 parents 5ed35c0 + a1652b5 commit e8c6b9e

File tree

4 files changed

+517
-368
lines changed

4 files changed

+517
-368
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
* TODO: Windows support
66
* TODO: Restore PhpIdeConfig setting to allow debugging of running background tasks
77

8+
### 1.1.0
9+
* UPDATED: Stem 1.1 Support
10+
811
### 1.0.0
912

1013
* ADDED: Codeception instead of PHP unit

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}
1212
},
1313
"require": {
14-
"rhubarbphp/rhubarb": "^1.0.0",
15-
"rhubarbphp/module-stem": "^1.0.0",
14+
"rhubarbphp/rhubarb": "^1.1.0",
15+
"rhubarbphp/module-stem": "^1.1.0",
1616
"rhubarbphp/module-leaf": "*"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)