Skip to content

Commit f804cb7

Browse files
Merge pull request #9 from RhubarbPHP/hotfix/GiveProgress
Hotfix/give progress
2 parents 63b8bd0 + 0e6ed91 commit f804cb7

26 files changed

+1156
-2377
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Change log
2+
### 2.0
23

3-
### 1.0.x
4-
5-
* TODO: Windows support
6-
* TODO: Restore PhpIdeConfig setting to allow debugging of running background tasks
4+
* CHANGED: Moved to using ajax trigger with JSON streaming instead of process forking.
75

86
### 1.1.2
97

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
}
1212
},
1313
"require": {
14+
"php": ">=7.0.0",
1415
"rhubarbphp/rhubarb": "^1.1.0",
1516
"rhubarbphp/module-stem": "^1.1.0",
16-
"rhubarbphp/module-leaf": "*"
17+
"rhubarbphp/module-leaf": "^1.3"
1718
},
1819
"require-dev": {
1920
"codeception/codeception": "^2.1.0"

0 commit comments

Comments
 (0)