Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa0505 committed Apr 6, 2019
1 parent 667b56a commit 9d0c494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": ">=5.5.9",
"symfony/console": ">=3.1",
"verbalexpressions/php-verbal-expressions": "^1.0.0"
"cawa0505/verbal-expressions-php": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
Expand Down
3 changes: 2 additions & 1 deletion src/Support/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

use Vulcan\Rivescript\Support\Logger;
use Vulcan\Rivescript\Support\Str;
use VerbalExpressions\PHPVerbalExpressions\VerbalExpressions;
use Vulcan\VerbalExpressions\VerbalExpressions;


/**
* Dump the passed variable(s) and end the script.
Expand Down

0 comments on commit 9d0c494

Please sign in to comment.