diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-09 11:30:50 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-09 11:30:50 +0100 |
commit | d9f0cccabcfe85060d3550d97418acff27bf77e5 (patch) | |
tree | 532706e4abd4c8c4628f97b8813c3bc1bd430712 /composer.json | |
parent | 70d9f5ad0aa5b22f1526f383c6e75a9ac0859ade (diff) |
psysh: 0.8.0
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/composer.json b/composer.json index fd3b477..17926ef 100644 --- a/composer.json +++ b/composer.json @@ -16,21 +16,22 @@ "php": ">=5.3.9", "symfony/console": "~2.3.10|^2.4.2|~3.0", "symfony/var-dumper": "~2.7|~3.0", - "nikic/php-parser": "^1.2.1|~2.0", + "nikic/php-parser": "~1.3|~2.0|~3.0", "dnoegel/php-xdg-base-dir": "0.1", "jakub-onderka/php-console-highlighter": "0.3.*" }, "require-dev": { - "phpunit/phpunit": "~3.7|~4.0|~5.0", + "phpunit/phpunit": "~4.4|~5.0", "symfony/finder": "~2.1|~3.0", - "squizlabs/php_codesniffer": "~2.0", - "fabpot/php-cs-fixer": "~1.5" + "friendsofphp/php-cs-fixer": "~1.11", + "hoa/console": "~3.16|~1.14" }, "suggest": { "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.", - "ext-pdo-sqlite": "The doc command requires SQLite to work." + "ext-pdo-sqlite": "The doc command requires SQLite to work.", + "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit." }, "autoload": { "files": ["src/Psy/functions.php"], |