{"packages":{"psy/psysh":{"0.9.x-dev":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"0.9.x-dev","version_normalized":"0.9.9999999.9999999-dev","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"8ba1c1f72c3fdeef90ad8f4762ac3dd53e54bddb"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/8ba1c1f72c3fdeef90ad8f4762ac3dd53e54bddb","reference":"8ba1c1f72c3fdeef90ad8f4762ac3dd53e54bddb","shasum":""},"type":"library","time":"2020-03-13T11:45:35+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.4.0","ext-json":"*","ext-tokenizer":"*","symfony/console":"~2.3.10|^2.4.2|~3.0|~4.0|~5.0","symfony/var-dumper":"~2.7|~3.0|~4.0|~5.0","nikic/php-parser":"~1.3|~2.0|~3.0|~4.0","dnoegel/php-xdg-base-dir":"0.1.*","jakub-onderka/php-console-highlighter":"0.3.*|0.4.*"},"require-dev":{"phpunit/phpunit":"~4.8.35|~5.0|~6.0|~7.0","hoa/console":"~2.15|~3.16","bamarni/composer-bin-plugin":"^1.2"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":3695064},"dev-develop":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"dev-develop","version_normalized":"dev-develop","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"5f97c26be75a2334a08530e7f99ead9cf0137a21"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/5f97c26be75a2334a08530e7f99ead9cf0137a21","reference":"5f97c26be75a2334a08530e7f99ead9cf0137a21","shasum":""},"type":"library","time":"2020-04-06T05:31:46+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.10.x-dev"}},"bin":["bin/psysh"],"require":{"ext-json":"*","ext-tokenizer":"*","dnoegel/php-xdg-base-dir":"0.1.*","php":"^8.0 || ^7.0 || ^5.5.9","symfony/console":"~5.0|~4.0|~3.0|^2.4.2|~2.3.10","symfony/var-dumper":"~5.0|~4.0|~3.0|~2.7","nikic/php-parser":"~4.0|~3.0|~2.0|~1.3"},"require-dev":{"bamarni/composer-bin-plugin":"^1.2","hoa/console":"3.17.*"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":3734761},"dev-feature/require-newline-after-block":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"dev-feature/require-newline-after-block","version_normalized":"dev-feature/require-newline-after-block","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"e94691d5b9d1e10e6cc1a772caae6fc16d706abf"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/e94691d5b9d1e10e6cc1a772caae6fc16d706abf","reference":"e94691d5b9d1e10e6cc1a772caae6fc16d706abf","shasum":""},"type":"library","time":"2018-05-04T00:44:14+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.4.0","symfony/console":"~2.3.10|^2.4.2|~3.0|~4.0","symfony/var-dumper":"~2.7|~3.0|~4.0","nikic/php-parser":"~1.3|~2.0|~3.0|~4.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.8.35|~5.0|~6.0|~7.0","symfony/finder":"~2.1|~3.0|~4.0","hoa/console":"~2.15|~3.16"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":2162582},"dev-fix-require-vendor-autoload":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"dev-fix-require-vendor-autoload","version_normalized":"dev-fix-require-vendor-autoload","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"0cf32a1007b3a51c0e4d253c2aac53eedb16552c"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/0cf32a1007b3a51c0e4d253c2aac53eedb16552c","reference":"0cf32a1007b3a51c0e4d253c2aac53eedb16552c","shasum":""},"type":"library","time":"2020-08-15T16:11:50+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.10.x-dev"}},"bin":["bin/psysh"],"require":{"php":"^8.0 || ^7.0 || ^5.5.9","ext-json":"*","ext-tokenizer":"*","symfony/console":"~5.0|~4.0|~3.0|^2.4.2|~2.3.10","symfony/var-dumper":"~5.0|~4.0|~3.0|~2.7","nikic/php-parser":"~4.0|~3.0|~2.0|~1.3","dnoegel/php-xdg-base-dir":"0.1.*"},"require-dev":{"hoa/console":"3.17.*","bamarni/composer-bin-plugin":"^1.2"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":4361462},"dev-master":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"dev-master","version_normalized":"9999999-dev","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"6d42021ded3608978e4b1d7e5b1938c44dfafcbe"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/6d42021ded3608978e4b1d7e5b1938c44dfafcbe","reference":"6d42021ded3608978e4b1d7e5b1938c44dfafcbe","shasum":""},"type":"library","time":"2020-08-13T16:24:51+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.10.x-dev"}},"bin":["bin/psysh"],"default-branch":true,"require":{"php":"^8.0 || ^7.0 || ^5.5.9","ext-json":"*","ext-tokenizer":"*","symfony/console":"~5.0|~4.0|~3.0|^2.4.2|~2.3.10","symfony/var-dumper":"~5.0|~4.0|~3.0|~2.7","nikic/php-parser":"~4.0|~3.0|~2.0|~1.3","dnoegel/php-xdg-base-dir":"0.1.*"},"require-dev":{"hoa/console":"3.17.*","bamarni/composer-bin-plugin":"^1.2"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":4157843},"v0.1.0":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.1.0","version_normalized":"0.1.0.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"61b321a77f4ed2e338fb6af00b5b8b899017bd94"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/61b321a77f4ed2e338fb6af00b5b8b899017bd94","reference":"61b321a77f4ed2e338fb6af00b5b8b899017bd94","shasum":""},"type":"library","time":"2014-02-20T00:21:04+00:00","autoload":{"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.1.0-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3, >=2.3.10","nikic/php-parser":"~0.9.3"},"require-dev":{"phpunit/phpunit":"~3.7","symfony/finder":"~2.1"},"suggest":{"ext-pcntl":"Enabling the PCNTL extension makes PsySH a lot happier :)"},"uid":136014},"v0.1.1":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.1.1","version_normalized":"0.1.1.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"f0d6d0d44640e0be732fdbfc9593c2e2012366c5"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/f0d6d0d44640e0be732fdbfc9593c2e2012366c5","reference":"f0d6d0d44640e0be732fdbfc9593c2e2012366c5","shasum":""},"type":"library","time":"2014-02-26T17:10:13+00:00","autoload":{"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.1.0-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3, >=2.3.10","nikic/php-parser":"~0.9.3"},"require-dev":{"phpunit/phpunit":"~3.7","symfony/finder":"~2.1"},"suggest":{"ext-pcntl":"Enabling the PCNTL extension makes PsySH a lot happier :)"},"uid":138761},"v0.1.10":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.1.10","version_normalized":"0.1.10.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"60bf0ad0c64c3ebc753a372428a3f3a1acff18b8"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/60bf0ad0c64c3ebc753a372428a3f3a1acff18b8","reference":"60bf0ad0c64c3ebc753a372428a3f3a1acff18b8","shasum":""},"type":"library","time":"2014-06-19T19:12:44+00:00","autoload":{"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.1.0-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3, >=2.3.10","nikic/php-parser":"~0.9.3"},"require-dev":{"phpunit/phpunit":">=3.7, <4.1","symfony/finder":"~2.1"},"suggest":{"ext-pcntl":"Enabling the PCNTL extension makes PsySH a lot happier :)"},"uid":189881},"v0.1.11":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.1.11","version_normalized":"0.1.11.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"4c61cc135eda07a37d582a389b453cd4a6843834"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/4c61cc135eda07a37d582a389b453cd4a6843834","reference":"4c61cc135eda07a37d582a389b453cd4a6843834","shasum":""},"type":"library","time":"2014-06-21T03:00:51+00:00","autoload":{"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.1.0-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3, >=2.3.10","nikic/php-parser":"~0.9.3"},"require-dev":{"phpunit/phpunit":">=3.7, <4.1","symfony/finder":"~2.1"},"suggest":{"ext-pcntl":"Enabling the PCNTL extension makes PsySH a lot happier :)"},"uid":190384},"v0.1.12":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.1.12","version_normalized":"0.1.12.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"b69799e14bea3c0e3d0f3e99dabe2026303ef21f"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/b69799e14bea3c0e3d0f3e99dabe2026303ef21f","reference":"b69799e14bea3c0e3d0f3e99dabe2026303ef21f","shasum":""},"type":"library","time":"2014-08-16T06:49:39+00:00","autoload":{"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.1.0-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":">=2.3.10, <2.6.0","nikic/php-parser":"~0.9.3"},"require-dev":{"phpunit/phpunit":">=3.7, <4.1","symfony/finder":"~2.1"},"suggest":{"ext-pcntl":"Enabling the PCNTL extension makes PsySH a lot happier :)"},"uid":218338},"v0.1.2":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.1.2","version_normalized":"0.1.2.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"1fc3294b7c1cbd5e89738bc2ec40b53c59551c0a"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/1fc3294b7c1cbd5e89738bc2ec40b53c59551c0a","reference":"1fc3294b7c1cbd5e89738bc2ec40b53c59551c0a","shasum":""},"type":"library","time":"2014-03-08T15:57:43+00:00","autoload":{"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.1.0-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3, >=2.3.10","nikic/php-parser":"~0.9.3"},"require-dev":{"phpunit/phpunit":"~3.7","symfony/finder":"~2.1"},"suggest":{"ext-pcntl":"Enabling the PCNTL extension makes PsySH a lot happier :)"},"uid":142971},"v0.1.3":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.1.3","version_normalized":"0.1.3.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"8e69a26ea07a6fd98bf7a11020779a8a4c246e88"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/8e69a26ea07a6fd98bf7a11020779a8a4c246e88","reference":"8e69a26ea07a6fd98bf7a11020779a8a4c246e88","shasum":""},"type":"library","time":"2014-03-11T15:51:12+00:00","autoload":{"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.1.0-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3, >=2.3.10","nikic/php-parser":"~0.9.3"},"require-dev":{"phpunit/phpunit":"~3.7","symfony/finder":"~2.1"},"suggest":{"ext-pcntl":"Enabling the PCNTL extension makes PsySH a lot happier :)"},"uid":144099},"v0.1.4":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.1.4","version_normalized":"0.1.4.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"c88d6ab9423884f9bf7ea6eff42b949126fa5e87"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/c88d6ab9423884f9bf7ea6eff42b949126fa5e87","reference":"c88d6ab9423884f9bf7ea6eff42b949126fa5e87","shasum":""},"type":"library","time":"2014-03-11T18:22:27+00:00","autoload":{"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.1.0-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3, >=2.3.10","nikic/php-parser":"~0.9.3"},"require-dev":{"phpunit/phpunit":"~3.7","symfony/finder":"~2.1"},"suggest":{"ext-pcntl":"Enabling the PCNTL extension makes PsySH a lot happier :)"},"uid":144153},"v0.1.5":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.1.5","version_normalized":"0.1.5.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"232077017a22a8941e28c6ed771330868202d8c8"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/232077017a22a8941e28c6ed771330868202d8c8","reference":"232077017a22a8941e28c6ed771330868202d8c8","shasum":""},"type":"library","time":"2014-03-14T20:20:23+00:00","autoload":{"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.1.0-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3, >=2.3.10","nikic/php-parser":"~0.9.3"},"require-dev":{"phpunit/phpunit":"~3.7","symfony/finder":"~2.1"},"suggest":{"ext-pcntl":"Enabling the PCNTL extension makes PsySH a lot happier :)"},"uid":145586},"v0.1.6":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.1.6","version_normalized":"0.1.6.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"2543c2870cda81f47eef7620693c932487f7a389"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/2543c2870cda81f47eef7620693c932487f7a389","reference":"2543c2870cda81f47eef7620693c932487f7a389","shasum":""},"type":"library","time":"2014-03-18T15:09:26+00:00","autoload":{"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.1.0-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3, >=2.3.10","nikic/php-parser":"~0.9.3"},"require-dev":{"phpunit/phpunit":"~3.7","symfony/finder":"~2.1"},"suggest":{"ext-pcntl":"Enabling the PCNTL extension makes PsySH a lot happier :)"},"uid":146887},"v0.1.7":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.1.7","version_normalized":"0.1.7.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"636ea9b98ae228fadc3b500cb858eef0c6b63194"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/636ea9b98ae228fadc3b500cb858eef0c6b63194","reference":"636ea9b98ae228fadc3b500cb858eef0c6b63194","shasum":""},"type":"library","time":"2014-03-18T17:26:21+00:00","autoload":{"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.1.0-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3, >=2.3.10","nikic/php-parser":"~0.9.3"},"require-dev":{"phpunit/phpunit":"~3.7","symfony/finder":"~2.1"},"suggest":{"ext-pcntl":"Enabling the PCNTL extension makes PsySH a lot happier :)"},"uid":146931},"v0.1.8":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.1.8","version_normalized":"0.1.8.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"33db0d52546a2b543739eee0ec62235fa7813d35"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/33db0d52546a2b543739eee0ec62235fa7813d35","reference":"33db0d52546a2b543739eee0ec62235fa7813d35","shasum":""},"type":"library","time":"2014-04-13T01:58:29+00:00","autoload":{"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.1.0-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3, >=2.3.10","nikic/php-parser":"~0.9.3"},"require-dev":{"phpunit/phpunit":">=3.7, <4.1","symfony/finder":"~2.1"},"suggest":{"ext-pcntl":"Enabling the PCNTL extension makes PsySH a lot happier :)"},"uid":158214},"v0.1.9":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.1.9","version_normalized":"0.1.9.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"c290226c6cf155c31a2b9866561a45ba61b99f95"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/c290226c6cf155c31a2b9866561a45ba61b99f95","reference":"c290226c6cf155c31a2b9866561a45ba61b99f95","shasum":""},"type":"library","time":"2014-06-08T15:58:25+00:00","autoload":{"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.1.0-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3, >=2.3.10","nikic/php-parser":"~0.9.3"},"require-dev":{"phpunit/phpunit":">=3.7, <4.1","symfony/finder":"~2.1"},"suggest":{"ext-pcntl":"Enabling the PCNTL extension makes PsySH a lot happier :)"},"uid":184952},"v0.10.0":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.10.0","version_normalized":"0.10.0.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"e361c8b7e5114534078e0ce04ddc442b39018a3c"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/e361c8b7e5114534078e0ce04ddc442b39018a3c","reference":"e361c8b7e5114534078e0ce04ddc442b39018a3c","shasum":""},"type":"library","time":"2020-03-15T22:52:37+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.10.x-dev"}},"bin":["bin/psysh"],"require":{"php":"^8.0 || ^7.0 || ^5.5.9","ext-json":"*","ext-tokenizer":"*","symfony/console":"~5.0|~4.0|~3.0|^2.4.2|~2.3.10","symfony/var-dumper":"~5.0|~4.0|~3.0|~2.7","nikic/php-parser":"~4.0|~3.0|~2.0|~1.3","dnoegel/php-xdg-base-dir":"0.1.*","jakub-onderka/php-console-highlighter":"0.4.*|0.3.*"},"require-dev":{"hoa/console":"~3.16|~2.15","bamarni/composer-bin-plugin":"^1.2"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":3695482},"v0.10.2":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.10.2","version_normalized":"0.10.2.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"573c2362c3cdebe846b4adae4b630eecb350afd8"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/573c2362c3cdebe846b4adae4b630eecb350afd8","reference":"573c2362c3cdebe846b4adae4b630eecb350afd8","shasum":""},"type":"library","time":"2020-03-21T06:55:27+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.10.x-dev"}},"bin":["bin/psysh"],"require":{"php":"^8.0 || ^7.0 || ^5.5.9","ext-json":"*","ext-tokenizer":"*","symfony/console":"~5.0|~4.0|~3.0|^2.4.2|~2.3.10","symfony/var-dumper":"~5.0|~4.0|~3.0|~2.7","nikic/php-parser":"~4.0|~3.0|~2.0|~1.3","dnoegel/php-xdg-base-dir":"0.1.*","jakub-onderka/php-console-highlighter":"0.4.*|0.3.*"},"require-dev":{"hoa/console":"~3.16|~2.15","bamarni/composer-bin-plugin":"^1.2"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":3712568},"v0.10.3":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.10.3","version_normalized":"0.10.3.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"2bde2fa03e05dff0aee834598b951d6fc7c6fe02"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/2bde2fa03e05dff0aee834598b951d6fc7c6fe02","reference":"2bde2fa03e05dff0aee834598b951d6fc7c6fe02","shasum":""},"type":"library","time":"2020-04-07T06:44:48+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.10.x-dev"}},"bin":["bin/psysh"],"require":{"php":"^8.0 || ^7.0 || ^5.5.9","ext-json":"*","ext-tokenizer":"*","symfony/console":"~5.0|~4.0|~3.0|^2.4.2|~2.3.10","symfony/var-dumper":"~5.0|~4.0|~3.0|~2.7","nikic/php-parser":"~4.0|~3.0|~2.0|~1.3","dnoegel/php-xdg-base-dir":"0.1.*"},"require-dev":{"hoa/console":"3.17.*","bamarni/composer-bin-plugin":"^1.2"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":3762905},"v0.10.4":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.10.4","version_normalized":"0.10.4.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"a8aec1b2981ab66882a01cce36a49b6317dc3560"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/a8aec1b2981ab66882a01cce36a49b6317dc3560","reference":"a8aec1b2981ab66882a01cce36a49b6317dc3560","shasum":""},"type":"library","time":"2020-05-03T19:32:03+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.10.x-dev"}},"bin":["bin/psysh"],"require":{"php":"^8.0 || ^7.0 || ^5.5.9","ext-json":"*","ext-tokenizer":"*","symfony/console":"~5.0|~4.0|~3.0|^2.4.2|~2.3.10","symfony/var-dumper":"~5.0|~4.0|~3.0|~2.7","nikic/php-parser":"~4.0|~3.0|~2.0|~1.3","dnoegel/php-xdg-base-dir":"0.1.*"},"require-dev":{"hoa/console":"3.17.*","bamarni/composer-bin-plugin":"^1.2"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":3833735},"v0.2.0":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.2.0","version_normalized":"0.2.0.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"6672a73232c69e2da53fb09746ec7887c90eace6"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/6672a73232c69e2da53fb09746ec7887c90eace6","reference":"6672a73232c69e2da53fb09746ec7887c90eace6","shasum":""},"type":"library","time":"2014-09-10T05:21:45+00:00","autoload":{"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-master":"0.2.0-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":">=2.3.10, <2.6.0","nikic/php-parser":"~1.0@dev","dnoegel/php-xdg-base-dir":"dev-master@dev"},"require-dev":{"phpunit/phpunit":">=3.7, <4.3","symfony/finder":"~2.1"},"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."},"uid":232245},"v0.2.1":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.2.1","version_normalized":"0.2.1.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"6be7c757c04508280af1e289768c6788726558ff"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/6be7c757c04508280af1e289768c6788726558ff","reference":"6be7c757c04508280af1e289768c6788726558ff","shasum":""},"type":"library","time":"2014-10-24T15:08:55+00:00","autoload":{"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.2.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":">=2.3.10, <2.6.0","nikic/php-parser":"~1.0","dnoegel/php-xdg-base-dir":"0.1"},"require-dev":{"phpunit/phpunit":">=3.7, <4.3","symfony/finder":"~2.1"},"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."},"uid":256691},"v0.3.0":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.3.0","version_normalized":"0.3.0.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"bbd62e4c5cd2e3635d7b1ecb6b617d8daa9ea1ad"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/bbd62e4c5cd2e3635d7b1ecb6b617d8daa9ea1ad","reference":"bbd62e4c5cd2e3635d7b1ecb6b617d8daa9ea1ad","shasum":""},"type":"library","time":"2014-12-16T06:16:40+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.2.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3.10|~2.4.2|~2.5","nikic/php-parser":"~1.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"dev-master"},"require-dev":{"phpunit/phpunit":">=3.7, <4.3","symfony/finder":"~2.1","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"2.0.*@dev"},"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."},"uid":289493},"v0.3.1":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.3.1","version_normalized":"0.3.1.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"b2c76a66e8d75b8ef10847f20bc69ea9bb55bf43"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/b2c76a66e8d75b8ef10847f20bc69ea9bb55bf43","reference":"b2c76a66e8d75b8ef10847f20bc69ea9bb55bf43","shasum":""},"type":"library","time":"2014-12-27T15:07:09+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.3.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3.10|~2.4.2|~2.5","nikic/php-parser":"~1.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~3.7|~4.0","symfony/finder":"~2.1","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"~1.3"},"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."},"uid":295408},"v0.3.2":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.3.2","version_normalized":"0.3.2.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"0fc04a5d68ae53f496d45e2add601e2eac9cf4dd"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/0fc04a5d68ae53f496d45e2add601e2eac9cf4dd","reference":"0fc04a5d68ae53f496d45e2add601e2eac9cf4dd","shasum":""},"type":"library","time":"2014-12-27T15:19:19+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.3.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3.10|~2.4.2|~2.5","nikic/php-parser":"~1.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~3.7|~4.0","symfony/finder":"~2.1","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"~1.3"},"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."},"uid":295410},"v0.3.3":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.3.3","version_normalized":"0.3.3.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"0355cecab0591c83fed019a9572c510b0da29174"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/0355cecab0591c83fed019a9572c510b0da29174","reference":"0355cecab0591c83fed019a9572c510b0da29174","shasum":""},"type":"library","time":"2015-01-20T21:18:03+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.3.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3.10|~2.4.2|~2.5","nikic/php-parser":"~1.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~3.7|~4.0","symfony/finder":"~2.1","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"~1.3"},"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."},"uid":310694},"v0.3.4":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"https://github.com/bobthecow/psysh","version":"v0.3.4","version_normalized":"0.3.4.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"218ea9e49c9fe21e28fce6cf77f22615af92daef"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/218ea9e49c9fe21e28fce6cf77f22615af92daef","reference":"218ea9e49c9fe21e28fce6cf77f22615af92daef","shasum":""},"type":"library","time":"2015-02-12T05:21:32+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.3.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3.10|~2.4.2|~2.5","nikic/php-parser":"~1.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~3.7|~4.0","symfony/finder":"~2.1","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"~1.3"},"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."},"uid":329180},"v0.3.5":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.3.5","version_normalized":"0.3.5.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"2ce0e8f3020fd292c2ad2a496c5d83939823f642"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/2ce0e8f3020fd292c2ad2a496c5d83939823f642","reference":"2ce0e8f3020fd292c2ad2a496c5d83939823f642","shasum":""},"type":"library","time":"2015-02-12T19:35:52+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.3.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3.10|~2.4.2|~2.5","nikic/php-parser":"~1.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~3.7|~4.0","symfony/finder":"~2.1","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"~1.3"},"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."},"uid":329962},"v0.4.0":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.4.0","version_normalized":"0.4.0.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"eee16e9525405b32646b5a0f8a12fb84d566905d"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/eee16e9525405b32646b5a0f8a12fb84d566905d","reference":"eee16e9525405b32646b5a0f8a12fb84d566905d","shasum":""},"type":"library","time":"2015-02-23T21:21:17+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.3.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3.10|~2.4.2|~2.5","nikic/php-parser":"~1.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~3.7|~4.0","symfony/finder":"~2.1","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"~1.3"},"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."},"uid":339141},"v0.4.1":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.4.1","version_normalized":"0.4.1.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"3787f3436f4fd898e0ac1eb6f5abd2ab6b24085b"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/3787f3436f4fd898e0ac1eb6f5abd2ab6b24085b","reference":"3787f3436f4fd898e0ac1eb6f5abd2ab6b24085b","shasum":""},"type":"library","time":"2015-02-25T20:35:54+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.3.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3.10|~2.4.2|~2.5","nikic/php-parser":"~1.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~3.7|~4.0","symfony/finder":"~2.1","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"~1.3"},"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."},"uid":341579},"v0.4.2":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.4.2","version_normalized":"0.4.2.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"e50a63b4e4971041fda993b0dd6977fc60bc39d4"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/e50a63b4e4971041fda993b0dd6977fc60bc39d4","reference":"e50a63b4e4971041fda993b0dd6977fc60bc39d4","shasum":""},"type":"library","time":"2015-03-14T17:29:14+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.4.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3.10|~2.4.2|~2.5","nikic/php-parser":"~1.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~3.7|~4.0","symfony/finder":"~2.1|~3.0","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"~1.5"},"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."},"uid":356335},"v0.4.3":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.4.3","version_normalized":"0.4.3.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"b5dd7660c0ef38e96cd8cd8fa924b6be0e53906a"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/b5dd7660c0ef38e96cd8cd8fa924b6be0e53906a","reference":"b5dd7660c0ef38e96cd8cd8fa924b6be0e53906a","shasum":""},"type":"library","time":"2015-03-17T15:17:33+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.4.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3.10|~2.4.2|~2.5","nikic/php-parser":"~1.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~3.7|~4.0","symfony/finder":"~2.1|~3.0","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"~1.5"},"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."},"uid":359348},"v0.4.4":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.4.4","version_normalized":"0.4.4.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"489816db71649bd95b416e3ed9062d40528ab0ac"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/489816db71649bd95b416e3ed9062d40528ab0ac","reference":"489816db71649bd95b416e3ed9062d40528ab0ac","shasum":""},"type":"library","time":"2015-03-26T18:43:54+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.4.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.0","symfony/console":"~2.3.10|~2.4.2|~2.5","nikic/php-parser":"~1.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~3.7|~4.0","symfony/finder":"~2.1|~3.0","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"~1.5"},"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."},"uid":367063},"v0.5.0":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.5.0","version_normalized":"0.5.0.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"a626a965f4f0154b37b002d986212687db785608"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/a626a965f4f0154b37b002d986212687db785608","reference":"a626a965f4f0154b37b002d986212687db785608","shasum":""},"type":"library","time":"2015-07-03T16:18:32+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.6.x-dev"}},"bin":["bin/psysh"],"require":{"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","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~3.7|~4.0","symfony/finder":"~2.1|~3.0","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"~1.5"},"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."},"uid":451942},"v0.5.1":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.5.1","version_normalized":"0.5.1.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"e5a46a767928e85f1f47dda654beda8c680ddd94"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/e5a46a767928e85f1f47dda654beda8c680ddd94","reference":"e5a46a767928e85f1f47dda654beda8c680ddd94","shasum":""},"type":"library","time":"2015-07-03T16:48:00+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.6.x-dev"}},"bin":["bin/psysh"],"require":{"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","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~3.7|~4.0","symfony/finder":"~2.1|~3.0","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"~1.5"},"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."},"uid":451977},"v0.5.2":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.5.2","version_normalized":"0.5.2.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"aaf8772ade08b5f0f6830774a5d5c2f800415975"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/aaf8772ade08b5f0f6830774a5d5c2f800415975","reference":"aaf8772ade08b5f0f6830774a5d5c2f800415975","shasum":""},"type":"library","time":"2015-07-16T15:26:57+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-0":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.6.x-dev"}},"bin":["bin/psysh"],"require":{"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","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~3.7|~4.0","symfony/finder":"~2.1|~3.0","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"~1.5"},"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."},"uid":463839},"v0.6.0":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.6.0","version_normalized":"0.6.0.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"cab3aa3750d451c6e8d002433af583d88fd64862"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/cab3aa3750d451c6e8d002433af583d88fd64862","reference":"cab3aa3750d451c6e8d002433af583d88fd64862","shasum":""},"type":"library","time":"2015-11-08T22:24:35+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.7.x-dev"}},"bin":["bin/psysh"],"require":{"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","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~3.7|~4.0|~5.0","symfony/finder":"~2.1|~3.0","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"~1.5"},"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."},"uid":578274},"v0.6.1":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.6.1","version_normalized":"0.6.1.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"0f04df0b23663799a8941fae13cd8e6299bde3ed"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/0f04df0b23663799a8941fae13cd8e6299bde3ed","reference":"0f04df0b23663799a8941fae13cd8e6299bde3ed","shasum":""},"type":"library","time":"2015-11-12T16:18:56+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.7.x-dev"}},"bin":["bin/psysh"],"require":{"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","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~3.7|~4.0|~5.0","symfony/finder":"~2.1|~3.0","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"~1.5"},"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."},"uid":583512},"v0.7.0":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.7.0","version_normalized":"0.7.0.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"1573b36948a32bdaf43db525edf5e95d5a08ed06"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/1573b36948a32bdaf43db525edf5e95d5a08ed06","reference":"1573b36948a32bdaf43db525edf5e95d5a08ed06","shasum":""},"type":"library","time":"2016-02-20T16:27:05+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.7.x-dev"}},"bin":["bin/psysh"],"require":{"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","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~3.7|~4.0|~5.0","symfony/finder":"~2.1|~3.0","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"~1.5"},"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."},"uid":706258},"v0.7.1":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.7.1","version_normalized":"0.7.1.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"5e8cedbe0a3681f18782594eefc78423f8401fc8"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/5e8cedbe0a3681f18782594eefc78423f8401fc8","reference":"5e8cedbe0a3681f18782594eefc78423f8401fc8","shasum":""},"type":"library","time":"2016-02-27T18:59:18+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.8.x-dev"}},"bin":["bin/psysh"],"require":{"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","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~3.7|~4.0|~5.0","symfony/finder":"~2.1|~3.0","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"~1.5"},"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."},"uid":715695},"v0.7.2":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.7.2","version_normalized":"0.7.2.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"e64e10b20f8d229cac76399e1f3edddb57a0f280"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280","reference":"e64e10b20f8d229cac76399e1f3edddb57a0f280","shasum":""},"type":"library","time":"2016-03-09T05:03:14+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.8.x-dev"}},"bin":["bin/psysh"],"require":{"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","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~3.7|~4.0|~5.0","symfony/finder":"~2.1|~3.0","squizlabs/php_codesniffer":"~2.0","fabpot/php-cs-fixer":"~1.5"},"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."},"uid":729699},"v0.8.0":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.0","version_normalized":"0.8.0.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"4a8860e13aa68a4bbf2476c014f8a1f14f1bf991"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/4a8860e13aa68a4bbf2476c014f8a1f14f1bf991","reference":"4a8860e13aa68a4bbf2476c014f8a1f14f1bf991","shasum":""},"type":"library","time":"2016-12-07T17:15:07+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.8.x-dev"}},"bin":["bin/psysh"],"require":{"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.3|~2.0|~3.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.4|~5.0","symfony/finder":"~2.1|~3.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":1116742},"v0.8.1":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.1","version_normalized":"0.8.1.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"701e8a1cc426ee170f1296f5d9f6b8a26ad25c4a"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/701e8a1cc426ee170f1296f5d9f6b8a26ad25c4a","reference":"701e8a1cc426ee170f1296f5d9f6b8a26ad25c4a","shasum":""},"type":"library","time":"2017-01-15T17:54:13+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"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.3|~2.0|~3.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.4|~5.0","symfony/finder":"~2.1|~3.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":1174175},"v0.8.10":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.10","version_normalized":"0.8.10.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"7ab97e5a32202585309f3ee35a0c08d2a8e588b1"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/7ab97e5a32202585309f3ee35a0c08d2a8e588b1","reference":"7ab97e5a32202585309f3ee35a0c08d2a8e588b1","shasum":""},"type":"library","time":"2017-07-22T15:14:19+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.8.x-dev"}},"bin":["bin/psysh"],"require":{"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.3|~2.0|~3.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.4|~5.0","symfony/finder":"~2.1|~3.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":1513548},"v0.8.11":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.11","version_normalized":"0.8.11.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"b193cd020e8c6b66cea6457826ae005e94e6d2c0"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/b193cd020e8c6b66cea6457826ae005e94e6d2c0","reference":"b193cd020e8c6b66cea6457826ae005e94e6d2c0","shasum":""},"type":"library","time":"2017-07-29T19:30:02+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.8.x-dev"}},"bin":["bin/psysh"],"require":{"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.3|~2.0|~3.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.4|~5.0","symfony/finder":"~2.1|~3.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":1526352},"v0.8.12":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.12","version_normalized":"0.8.12.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"1502354ebc70d59d8e3a87c325b0eb78a79da25b"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/1502354ebc70d59d8e3a87c325b0eb78a79da25b","reference":"1502354ebc70d59d8e3a87c325b0eb78a79da25b","shasum":""},"type":"library","time":"2017-10-14T17:14:13+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.8.x-dev"}},"bin":["bin/psysh"],"require":{"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.3|~2.0|~3.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.4|~5.0","symfony/finder":"~2.1|~3.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":1665801},"v0.8.13":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.13","version_normalized":"0.8.13.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"cdb5593c3684bab74e10fcfffe4a0c8d1c39695d"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/cdb5593c3684bab74e10fcfffe4a0c8d1c39695d","reference":"cdb5593c3684bab74e10fcfffe4a0c8d1c39695d","shasum":""},"type":"library","time":"2017-10-19T06:13:20+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.8.x-dev"}},"bin":["bin/psysh"],"require":{"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.3|~2.0|~3.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.4|~5.0","symfony/finder":"~2.1|~3.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":1674412},"v0.8.14":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.14","version_normalized":"0.8.14.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"91e53c16560bdb8b9592544bb38429ae00d6baee"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/91e53c16560bdb8b9592544bb38429ae00d6baee","reference":"91e53c16560bdb8b9592544bb38429ae00d6baee","shasum":""},"type":"library","time":"2017-11-04T16:06:49+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.8.x-dev"}},"bin":["bin/psysh"],"require":{"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.3|~2.0|~3.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.4|~5.0","symfony/finder":"~2.1|~3.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":1705145},"v0.8.15":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.15","version_normalized":"0.8.15.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"b1d289c2cb03a2f8249912c53e96ced38f879926"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/b1d289c2cb03a2f8249912c53e96ced38f879926","reference":"b1d289c2cb03a2f8249912c53e96ced38f879926","shasum":""},"type":"library","time":"2017-11-16T14:29:51+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.8.x-dev"}},"bin":["bin/psysh"],"require":{"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.3|~2.0|~3.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"^4.8.35|^5.4.3","symfony/finder":"~2.1|~3.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":1730791},"v0.8.16":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.16","version_normalized":"0.8.16.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"d4c8eab0683dc056f2ca54ca67f5388527c068b1"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/d4c8eab0683dc056f2ca54ca67f5388527c068b1","reference":"d4c8eab0683dc056f2ca54ca67f5388527c068b1","shasum":""},"type":"library","time":"2017-12-10T21:49:27+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.8.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.9","symfony/console":"~2.3.10|^2.4.2|~3.0|~4.0","symfony/var-dumper":"~2.7|~3.0|~4.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":"^4.8.35|^5.4.3","symfony/finder":"~2.1|~3.0|~4.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":1776671},"v0.8.17":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.17","version_normalized":"0.8.17.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"5069b70e8c4ea492c2b5939b6eddc78bfe41cfec"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/5069b70e8c4ea492c2b5939b6eddc78bfe41cfec","reference":"5069b70e8c4ea492c2b5939b6eddc78bfe41cfec","shasum":""},"type":"library","time":"2017-12-28T16:14:16+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.8.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.9","symfony/console":"~2.3.10|^2.4.2|~3.0|~4.0","symfony/var-dumper":"~2.7|~3.0|~4.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":"^4.8.35|^5.4.3","symfony/finder":"~2.1|~3.0|~4.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":1813689},"v0.8.18":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.18","version_normalized":"0.8.18.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"5357b1cffc8fb375d6a9e3c86d5c82dd38a40834"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/5357b1cffc8fb375d6a9e3c86d5c82dd38a40834","reference":"5357b1cffc8fb375d6a9e3c86d5c82dd38a40834","shasum":""},"type":"library","time":"2018-04-02T05:41:44+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.8.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.3.9","symfony/console":"~2.3.10|^2.4.2|~3.0|~4.0","symfony/var-dumper":"~2.7|~3.0|~4.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":"^4.8.35|^5.4.3","symfony/finder":"~2.1|~3.0|~4.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":2056588},"v0.8.2":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.2","version_normalized":"0.8.2.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"97113db4107a4126bef933b60fea6dbc9f615d41"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/97113db4107a4126bef933b60fea6dbc9f615d41","reference":"97113db4107a4126bef933b60fea6dbc9f615d41","shasum":""},"type":"library","time":"2017-03-01T00:13:29+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"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.3|~2.0|~3.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.4|~5.0","symfony/finder":"~2.1|~3.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":1258657},"v0.8.3":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.3","version_normalized":"0.8.3.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e","reference":"1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e","shasum":""},"type":"library","time":"2017-03-19T21:40:44+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"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.3|~2.0|~3.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.4|~5.0","symfony/finder":"~2.1|~3.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":1294785},"v0.8.4":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.4","version_normalized":"0.8.4.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"17cf432bb80d9198df239b80d00a29155bd74d82"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/17cf432bb80d9198df239b80d00a29155bd74d82","reference":"17cf432bb80d9198df239b80d00a29155bd74d82","shasum":""},"type":"library","time":"2017-05-12T15:41:55+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"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.3|~2.0|~3.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.4|~5.0","symfony/finder":"~2.1|~3.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":1392260},"v0.8.5":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.5","version_normalized":"0.8.5.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"38a9d21406597a0440690eafbcb0222f528c8ac6"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/38a9d21406597a0440690eafbcb0222f528c8ac6","reference":"38a9d21406597a0440690eafbcb0222f528c8ac6","shasum":""},"type":"library","time":"2017-05-17T06:49:19+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"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.3|~2.0|~3.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.4|~5.0","symfony/finder":"~2.1|~3.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":1399078},"v0.8.6":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.6","version_normalized":"0.8.6.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"7028d6d525fb183d50b249b7c07598e3d386b27d"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/7028d6d525fb183d50b249b7c07598e3d386b27d","reference":"7028d6d525fb183d50b249b7c07598e3d386b27d","shasum":""},"type":"library","time":"2017-06-04T10:34:20+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.8.x-dev"}},"bin":["bin/psysh"],"require":{"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.3|~2.0|~3.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.4|~5.0","symfony/finder":"~2.1|~3.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":1427003},"v0.8.7":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.7","version_normalized":"0.8.7.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"be969b9dc89dcaefdb9a3117fa91fa38bca19f50"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/be969b9dc89dcaefdb9a3117fa91fa38bca19f50","reference":"be969b9dc89dcaefdb9a3117fa91fa38bca19f50","shasum":""},"type":"library","time":"2017-06-20T12:51:31+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.8.x-dev"}},"bin":["bin/psysh"],"require":{"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.3|~2.0|~3.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.4|~5.0","symfony/finder":"~2.1|~3.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":1454120},"v0.8.8":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.8","version_normalized":"0.8.8.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"fe65c30cbc55c71e61ba3a38b5a581149be31b8e"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/fe65c30cbc55c71e61ba3a38b5a581149be31b8e","reference":"fe65c30cbc55c71e61ba3a38b5a581149be31b8e","shasum":""},"type":"library","time":"2017-06-24T06:16:19+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.8.x-dev"}},"bin":["bin/psysh"],"require":{"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.3|~2.0|~3.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.4|~5.0","symfony/finder":"~2.1|~3.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":1461446},"v0.8.9":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.8.9","version_normalized":"0.8.9.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"58a31cc4404c8f632d8c557bc72056af2d3a83db"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/58a31cc4404c8f632d8c557bc72056af2d3a83db","reference":"58a31cc4404c8f632d8c557bc72056af2d3a83db","shasum":""},"type":"library","time":"2017-07-06T14:53:52+00:00","autoload":{"files":["src/Psy/functions.php"],"psr-4":{"Psy\\":"src/Psy/"}},"extra":{"branch-alias":{"dev-develop":"0.8.x-dev"}},"bin":["bin/psysh"],"require":{"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.3|~2.0|~3.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.4|~5.0","symfony/finder":"~2.1|~3.0","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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":1486611},"v0.9.0":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.9.0","version_normalized":"0.9.0.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"b8ea8820cd6ea4ea60a40b86ca16aa4c1a237152"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/b8ea8820cd6ea4ea60a40b86ca16aa4c1a237152","reference":"b8ea8820cd6ea4ea60a40b86ca16aa4c1a237152","shasum":""},"type":"library","time":"2018-04-15T21:07:52+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.4.0","symfony/console":"^2.4.2|~3.0|~4.0","symfony/var-dumper":"~2.7|~3.0|~4.0","nikic/php-parser":"~2.0|~3.0|~4.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.4|~5.0|~6.0|~7.0","symfony/finder":"~2.1|~3.0|~4.0","hoa/console":"~2.15|~3.16"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":2099672},"v0.9.1":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.9.1","version_normalized":"0.9.1.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"bcdf0b50395750bc916a0685e5a570dca0487dbf"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/bcdf0b50395750bc916a0685e5a570dca0487dbf","reference":"bcdf0b50395750bc916a0685e5a570dca0487dbf","shasum":""},"type":"library","time":"2018-04-15T22:53:05+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.4.0","symfony/console":"~2.3.10|^2.4.2|~3.0|~4.0","symfony/var-dumper":"~2.7|~3.0|~4.0","nikic/php-parser":"~2.0|~3.0|~4.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.4|~5.0|~6.0|~7.0","symfony/finder":"~2.1|~3.0|~4.0","hoa/console":"~2.15|~3.16"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":2099811},"v0.9.11":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.9.11","version_normalized":"0.9.11.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"75d9ac1c16db676de27ab554a4152b594be4748e"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/75d9ac1c16db676de27ab554a4152b594be4748e","reference":"75d9ac1c16db676de27ab554a4152b594be4748e","shasum":""},"type":"library","time":"2019-11-27T22:44:29+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.4.0","ext-json":"*","ext-tokenizer":"*","symfony/console":"~2.3.10|^2.4.2|~3.0|~4.0|~5.0","symfony/var-dumper":"~2.7|~3.0|~4.0|~5.0","nikic/php-parser":"~1.3|~2.0|~3.0|~4.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*|0.4.*"},"require-dev":{"phpunit/phpunit":"~4.8.35|~5.0|~6.0|~7.0","hoa/console":"~2.15|~3.16","bamarni/composer-bin-plugin":"^1.2"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":3415115},"v0.9.12":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.9.12","version_normalized":"0.9.12.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"90da7f37568aee36b116a030c5f99c915267edd4"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/90da7f37568aee36b116a030c5f99c915267edd4","reference":"90da7f37568aee36b116a030c5f99c915267edd4","shasum":""},"type":"library","time":"2019-12-06T14:19:43+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.4.0","ext-json":"*","ext-tokenizer":"*","symfony/console":"~2.3.10|^2.4.2|~3.0|~4.0|~5.0","symfony/var-dumper":"~2.7|~3.0|~4.0|~5.0","nikic/php-parser":"~1.3|~2.0|~3.0|~4.0","dnoegel/php-xdg-base-dir":"0.1.*","jakub-onderka/php-console-highlighter":"0.3.*|0.4.*"},"require-dev":{"phpunit/phpunit":"~4.8.35|~5.0|~6.0|~7.0","hoa/console":"~2.15|~3.16","bamarni/composer-bin-plugin":"^1.2"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":3438407},"v0.9.2":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.9.2","version_normalized":"0.9.2.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"4d542c66d93a4ac47e006ad25fb1f058a73b9b10"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/4d542c66d93a4ac47e006ad25fb1f058a73b9b10","reference":"4d542c66d93a4ac47e006ad25fb1f058a73b9b10","shasum":""},"type":"library","time":"2018-04-17T13:27:48+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.4.0","symfony/console":"~2.3.10|^2.4.2|~3.0|~4.0","symfony/var-dumper":"~2.7|~3.0|~4.0","nikic/php-parser":"~1.3|~2.0|~3.0|~4.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.8.35|~5.0|~6.0|~7.0","symfony/finder":"~2.1|~3.0|~4.0","hoa/console":"~2.15|~3.16"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":2105264},"v0.9.3":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.9.3","version_normalized":"0.9.3.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"79c280013cf0b30fa23f3ba8bd3649218075adf4"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/79c280013cf0b30fa23f3ba8bd3649218075adf4","reference":"79c280013cf0b30fa23f3ba8bd3649218075adf4","shasum":""},"type":"library","time":"2018-04-18T12:32:50+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.4.0","symfony/console":"~2.3.10|^2.4.2|~3.0|~4.0","symfony/var-dumper":"~2.7|~3.0|~4.0","nikic/php-parser":"~1.3|~2.0|~3.0|~4.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.8.35|~5.0|~6.0|~7.0","symfony/finder":"~2.1|~3.0|~4.0","hoa/console":"~2.15|~3.16"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":2108808},"v0.9.4":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.9.4","version_normalized":"0.9.4.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"4d969a0e08e1e05e7207c07cb4207017ecc9a331"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/4d969a0e08e1e05e7207c07cb4207017ecc9a331","reference":"4d969a0e08e1e05e7207c07cb4207017ecc9a331","shasum":""},"type":"library","time":"2018-05-22T06:48:07+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.4.0","symfony/console":"~2.3.10|^2.4.2|~3.0|~4.0","symfony/var-dumper":"~2.7|~3.0|~4.0","nikic/php-parser":"~1.3|~2.0|~3.0|~4.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.8.35|~5.0|~6.0|~7.0","hoa/console":"~2.15|~3.16","bamarni/composer-bin-plugin":"^1.2"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":2215914},"v0.9.5":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.9.5","version_normalized":"0.9.5.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"0951e91ac04ca28cf317f3997a0adfc319e80106"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/0951e91ac04ca28cf317f3997a0adfc319e80106","reference":"0951e91ac04ca28cf317f3997a0adfc319e80106","shasum":""},"type":"library","time":"2018-06-02T16:39:22+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.4.0","symfony/console":"~2.3.10|^2.4.2|~3.0|~4.0","symfony/var-dumper":"~2.7|~3.0|~4.0","nikic/php-parser":"~1.3|~2.0|~3.0|~4.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.8.35|~5.0|~6.0|~7.0","hoa/console":"~2.15|~3.16","bamarni/composer-bin-plugin":"^1.2"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":2237143},"v0.9.6":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.9.6","version_normalized":"0.9.6.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"4a2ce86f199d51b6e2524214dc06835e872f4fce"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/4a2ce86f199d51b6e2524214dc06835e872f4fce","reference":"4a2ce86f199d51b6e2524214dc06835e872f4fce","shasum":""},"type":"library","time":"2018-06-10T17:57:20+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.4.0","symfony/console":"~2.3.10|^2.4.2|~3.0|~4.0","symfony/var-dumper":"~2.7|~3.0|~4.0","nikic/php-parser":"~1.3|~2.0|~3.0|~4.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.8.35|~5.0|~6.0|~7.0","hoa/console":"~2.15|~3.16","bamarni/composer-bin-plugin":"^1.2"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":2252560},"v0.9.7":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.9.7","version_normalized":"0.9.7.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"4f5b6c090948773a8bfeea6a0f07ab7d0b24e932"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/4f5b6c090948773a8bfeea6a0f07ab7d0b24e932","reference":"4f5b6c090948773a8bfeea6a0f07ab7d0b24e932","shasum":""},"type":"library","time":"2018-08-11T15:54:43+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.4.0","ext-json":"*","ext-tokenizer":"*","symfony/console":"~2.3.10|^2.4.2|~3.0|~4.0","symfony/var-dumper":"~2.7|~3.0|~4.0","nikic/php-parser":"~1.3|~2.0|~3.0|~4.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.8.35|~5.0|~6.0|~7.0","hoa/console":"~2.15|~3.16","bamarni/composer-bin-plugin":"^1.2"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":2395965},"v0.9.8":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.9.8","version_normalized":"0.9.8.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"ed3c32c4304e1a678a6e0f9dc11dd2d927d89555"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/ed3c32c4304e1a678a6e0f9dc11dd2d927d89555","reference":"ed3c32c4304e1a678a6e0f9dc11dd2d927d89555","shasum":""},"type":"library","time":"2018-09-05T11:40:09+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.4.0","ext-json":"*","ext-tokenizer":"*","symfony/console":"~2.3.10|^2.4.2|~3.0|~4.0","symfony/var-dumper":"~2.7|~3.0|~4.0","nikic/php-parser":"~1.3|~2.0|~3.0|~4.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*"},"require-dev":{"phpunit/phpunit":"~4.8.35|~5.0|~6.0|~7.0","hoa/console":"~2.15|~3.16","bamarni/composer-bin-plugin":"^1.2"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":2445236},"v0.9.9":{"name":"psy/psysh","description":"An interactive shell for modern PHP.","keywords":["console","shell","interactive","REPL"],"homepage":"http://psysh.org","version":"v0.9.9","version_normalized":"0.9.9.0","license":["MIT"],"authors":[{"name":"Justin Hileman","email":"justin@justinhileman.info","homepage":"http://justinhileman.com"}],"source":{"type":"git","url":"https://github.com/bobthecow/psysh.git","reference":"9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"},"dist":{"type":"zip","url":"https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e","reference":"9aaf29575bb8293206bb0420c1e1c87ff2ffa94e","shasum":""},"type":"library","time":"2018-10-13T15:16:03+00:00","autoload":{"files":["src/functions.php"],"psr-4":{"Psy\\":"src/"}},"extra":{"branch-alias":{"dev-develop":"0.9.x-dev"}},"bin":["bin/psysh"],"require":{"php":">=5.4.0","ext-json":"*","ext-tokenizer":"*","symfony/console":"~2.3.10|^2.4.2|~3.0|~4.0","symfony/var-dumper":"~2.7|~3.0|~4.0","nikic/php-parser":"~1.3|~2.0|~3.0|~4.0","dnoegel/php-xdg-base-dir":"0.1","jakub-onderka/php-console-highlighter":"0.3.*|0.4.*"},"require-dev":{"phpunit/phpunit":"~4.8.35|~5.0|~6.0|~7.0","hoa/console":"~2.15|~3.16","bamarni/composer-bin-plugin":"^1.2"},"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.","hoa/console":"A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."},"uid":2520120}}}}