We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4b1b9 commit a8ad0ffCopy full SHA for a8ad0ff
README.md
@@ -25,9 +25,9 @@ fairly straightforward code.
25
26
Boris is available for download as a Phar archive:
27
28
- - https://github.com/d11wtq/boris/releases/download/v1.0.6/boris.phar
+ - https://github.com/d11wtq/boris/releases/download/v1.0.7/boris.phar
29
30
- curl -O https://github.com/d11wtq/boris/releases/download/v1.0.6/boris.phar
+ curl -O https://github.com/d11wtq/boris/releases/download/v1.0.7/boris.phar
31
chmod +x boris.phar
32
./boris.phar
33
lib/Boris/Boris.php
@@ -8,7 +8,7 @@
8
* Boris is a tiny REPL for PHP.
9
*/
10
class Boris {
11
- const VERSION = "1.0.6";
+ const VERSION = "1.0.7";
12
13
private $_prompt;
14
private $_historyFile;
0 commit comments