We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a0e8e commit 0de4e2cCopy full SHA for 0de4e2c
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# CHANGELOG
2
3
+## 1.2.2
4
+
5
+ * Issue #16: Command on different drive didn't work on windows
6
7
+## 1.2.1
8
9
+ * Issue #1: Command with spaces didn't work on windows
10
11
## 1.2.0
12
13
* Add option to return untrimmed output and error
src/Command.php
@@ -7,7 +7,7 @@
* This class represents a shell command.
*
* @author Michael Härtl <haertl.mike@gmail.com>
- * @version 1.2.0
+ * @version 1.2.2
* @license http://www.opensource.org/licenses/MIT
*/
class Command
0 commit comments