Skip to content

Instantly share code, notes, and snippets.

@chocopowwwa
Last active May 25, 2017 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chocopowwwa/8b3fe8cf246039cefdf0fbf91c805003 to your computer and use it in GitHub Desktop.
Save chocopowwwa/8b3fe8cf246039cefdf0fbf91c805003 to your computer and use it in GitHub Desktop.
output
#php --version
#composer --version
#cd /tmp
#git clone https://github.com/justinrainbow/json-schema.git
#cd json-schema
#git checkout origin/6.0.0-dev
#grep phpdocumentor composer.json
#composer install
#rm -rf vendor composer.lock
#git checkout 5.x.x
#grep phpdocumentor composer.json
#composer install
chocopowwwa at localhost in /tmp/tmp
$ php --version
PHP 7.1.5 (cli) (built: May 9 2017 16:55:02) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
with Xdebug v2.5.4, Copyright (c) 2002-2017, by Derick Rethans
chocopowwwa at localhost in /tmp/tmp
$ composer --version
Composer version 1.4.2 2017-05-17 08:17:52
chocopowwwa at localhost in /tmp/tmp
$ cd /tmp/tmp
chocopowwwa at localhost in /tmp/tmp
$ git clone https://github.com/justinrainbow/json-schema.git
Cloning into 'json-schema'...
remote: Counting objects: 3449, done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 3449 (delta 2), reused 3 (delta 0), pack-reused 3437
Receiving objects: 100% (3449/3449), 706.42 KiB | 510.00 KiB/s, done.
Resolving deltas: 100% (1843/1843), done.
chocopowwwa at localhost in /tmp/tmp
$ cd json-schema
chocopowwwa at localhost in /tmp/tmp/json-schema on master
$ git checkout origin/6.0.0-dev
Note: checking out 'origin/6.0.0-dev'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at 2d404b8... [BUGFIX] Split "uri" format into "uri" & "uri-reference", fix meta-schema bug (#419)
chocopowwwa at localhost in /tmp/tmp/json-schema on (no branch)△
$ grep phpdocumentor composer.json
"phpdocumentor/phpdocumentor": "^2.7"
chocopowwwa at localhost in /tmp/tmp/json-schema on (no branch)△
$ composer install
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Conclusion: don't install phpdocumentor/phpdocumentor v2.9.0
- phpdocumentor/phpdocumentor v2.7.0 requires phpdocumentor/fileset ~1.0 -> satisfiable by phpdocumentor/fileset[1.0.0].
- phpdocumentor/phpdocumentor v2.7.1 requires phpdocumentor/fileset ~1.0 -> satisfiable by phpdocumentor/fileset[1.0.0].
- phpdocumentor/phpdocumentor v2.8.0 requires phpdocumentor/fileset ~1.0 -> satisfiable by phpdocumentor/fileset[1.0.0].
- phpdocumentor/phpdocumentor v2.8.1 requires phpdocumentor/fileset ~1.0 -> satisfiable by phpdocumentor/fileset[1.0.0].
- phpdocumentor/phpdocumentor v2.8.2 requires phpdocumentor/fileset ~1.0 -> satisfiable by phpdocumentor/fileset[1.0.0].
- phpdocumentor/phpdocumentor v2.8.3 requires phpdocumentor/fileset ~1.0 -> satisfiable by phpdocumentor/fileset[1.0.0].
- phpdocumentor/phpdocumentor v2.8.4 requires phpdocumentor/fileset ~1.0 -> satisfiable by phpdocumentor/fileset[1.0.0].
- phpdocumentor/phpdocumentor v2.8.5 requires phpdocumentor/fileset ~1.0 -> satisfiable by phpdocumentor/fileset[1.0.0].
- Conclusion: don't install phpdocumentor/fileset 1.0.0|install phpdocumentor/phpdocumentor v2.9.0
- Installation request for phpdocumentor/phpdocumentor ^2.7 -> satisfiable by phpdocumentor/phpdocumentor[v2.7.0, v2.7.1, v2.8.0, v2.8.1, v2.8.2, v2.8.3, v2.8.4, v2.8.5, v2.9.0].
chocopowwwa at localhost in /tmp/tmp/json-schema on (no branch)△
$ git diff origin/6.0.0-dev 6.0.0-dev
chocopowwwa at localhost in /tmp/tmp/json-schema on (no branch)△
$
#php --version
#composer --version
#cd /tmp
#git clone https://github.com/justinrainbow/json-schema.git
#cd json-schema
#git checkout 6.0.0-dev
#grep phpdocumentor composer.json
#composer install
#rm -rf vendor composer.lock
#git checkout 5.x.x
#grep phpdocumentor composer.json
#composer install
chocopowwwa at localhost in /tmp/tmp
$ php --version
PHP 7.1.5 (cli) (built: May 9 2017 16:55:02) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
with Xdebug v2.5.4, Copyright (c) 2002-2017, by Derick Rethans
chocopowwwa at localhost in /tmp/tmp
$ composer --version
Composer version 1.4.2 2017-05-17 08:17:52
chocopowwwa at localhost in /tmp/tmp
$ cd /tmp
chocopowwwa at localhost in /tmp
$ git clone https://github.com/justinrainbow/json-schema.git
Cloning into 'json-schema'...
remote: Counting objects: 3449, done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 3449 (delta 2), reused 3 (delta 0), pack-reused 3437
Receiving objects: 100% (3449/3449), 706.42 KiB | 358.00 KiB/s, done.
Resolving deltas: 100% (1843/1843), done.
chocopowwwa at localhost in /tmp
$ cd json-schema
chocopowwwa at localhost in /tmp/json-schema on master
$ git checkout 6.0.0-dev
Branch 6.0.0-dev set up to track remote branch 6.0.0-dev from origin.
Switched to a new branch '6.0.0-dev'
chocopowwwa at localhost in /tmp/json-schema on 6.0.0-dev
$ grep phpdocumentor composer.json
"phpdocumentor/phpdocumentor": "^2.7"
chocopowwwa at localhost in /tmp/json-schema on 6.0.0-dev
$ composer install
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 86 installs, 0 updates, 0 removals
- Installing phpdocumentor/unified-asset-installer (1.1.1): Loading from cache
- Installing marc-mabe/php-enum (v2.3.1): Loading from cache
- Installing json-schema/json-schema-test-suite (1.2.0): Cloning 1.2.0 from cache
- Installing symfony/stopwatch (v2.8.20): Loading from cache
- Installing symfony/process (v2.8.20): Loading from cache
- Installing symfony/polyfill-xml (v1.3.0): Loading from cache
- Installing paragonie/random_compat (v2.0.10): Loading from cache
- Installing symfony/polyfill-php70 (v1.3.0): Loading from cache
- Installing ircmaxell/password-compat (v1.0.4): Loading from cache
- Installing symfony/polyfill-php55 (v1.3.0): Loading from cache
- Installing symfony/polyfill-php54 (v1.3.0): Loading from cache
- Installing symfony/options-resolver (v3.2.8): Loading from cache
- Installing symfony/finder (v2.8.20): Loading from cache
- Installing symfony/filesystem (v3.0.9): Loading from cache
- Installing symfony/event-dispatcher (v2.8.20): Loading from cache
- Installing psr/log (1.0.2): Loading from cache
- Installing symfony/debug (v3.0.9): Loading from cache
- Installing symfony/polyfill-mbstring (v1.3.0): Loading from cache
- Installing symfony/console (v2.8.20): Loading from cache
- Installing sebastian/diff (1.4.3): Loading from cache
- Installing gecko-packages/gecko-php-unit (v2.0): Loading from cache
- Installing doctrine/lexer (v1.0.1): Loading from cache
- Installing doctrine/annotations (v1.4.0): Loading from cache
- Installing friendsofphp/php-cs-fixer (v2.2.4): Loading from cache
- Installing zetacomponents/base (1.9): Loading from cache
- Installing zetacomponents/document (1.3.1): Loading from cache
- Installing zendframework/zend-stdlib (2.7.7): Loading from cache
- Installing zendframework/zend-hydrator (1.1.0): Loading from cache
- Installing psr/container (1.0.0): Loading from cache
- Installing container-interop/container-interop (1.2.0): Loading from cache
- Installing zendframework/zend-servicemanager (2.7.8): Loading from cache
- Installing zendframework/zend-json (3.0.0): Loading from cache
- Installing zendframework/zend-serializer (2.8.0): Loading from cache
- Installing zendframework/zend-i18n (2.7.4): Loading from cache
- Installing zendframework/zend-filter (2.7.2): Loading from cache
- Installing zendframework/zend-config (2.6.0): Loading from cache
- Installing zendframework/zend-eventmanager (3.1.0): Loading from cache
- Installing zendframework/zend-cache (2.7.2): Loading from cache
- Installing twig/twig (v1.33.2): Loading from cache
- Installing symfony/translation (v3.0.9): Loading from cache
- Installing symfony/validator (v2.8.20): Loading from cache
- Installing symfony/config (v2.8.20): Loading from cache
- Installing phpdocumentor/template-abstract (1.2.2): Loading from cache
- Installing phpdocumentor/template-zend (1.3.2): Loading from cache
- Installing phpdocumentor/template-xml (1.2.0): Loading from cache
- Installing phpdocumentor/template-responsive-twig (1.2.5): Loading from cache
- Installing phpdocumentor/template-responsive (1.3.5): Loading from cache
- Installing phpdocumentor/template-old-ocean (1.3.2): Loading from cache
- Installing phpdocumentor/template-new-black (1.3.2): Loading from cache
- Installing phpdocumentor/template-clean (1.0.6): Loading from cache
- Installing phpdocumentor/template-checkstyle (1.2.1): Loading from cache
- Installing phpdocumentor/reflection-docblock (2.0.4): Loading from cache
- Installing nikic/php-parser (v0.9.5): Loading from cache
- Installing phpdocumentor/reflection (1.0.7): Loading from cache
- Installing phpdocumentor/graphviz (1.0.4): Loading from cache
- Installing phpdocumentor/fileset (1.0.0): Loading from cache
- Installing monolog/monolog (1.22.1): Loading from cache
- Installing knplabs/knp-menu (v1.1.2): Loading from cache
- Installing phpoption/phpoption (1.5.0): Loading from cache
- Installing phpcollection/phpcollection (0.5.0): Loading from cache
- Installing jms/parser-lib (1.0.0): Loading from cache
- Installing jms/metadata (1.6.0): Loading from cache
- Installing jms/serializer (0.16.0): Loading from cache
- Installing erusev/parsedown (1.6.2): Loading from cache
- Installing phenx/php-font-lib (0.2.2): Loading from cache
- Installing dompdf/dompdf (v0.6.2): Loading from cache
- Installing pimple/pimple (v1.1.1): Loading from cache
- Installing cilex/console-service-provider (1.0.0): Loading from cache
- Installing cilex/cilex (1.1.0): Loading from cache
- Installing phpdocumentor/phpdocumentor (v2.7.1): Loading from cache
- Installing symfony/yaml (v3.2.8): Loading from cache
- Installing sebastian/version (1.0.6): Loading from cache
- Installing sebastian/global-state (1.1.1): Loading from cache
- Installing sebastian/recursion-context (1.0.5): Loading from cache
- Installing sebastian/exporter (1.2.2): Loading from cache
- Installing sebastian/environment (1.3.8): Loading from cache
- Installing sebastian/comparator (1.2.4): Loading from cache
- Installing doctrine/instantiator (1.0.5): Loading from cache
- Installing phpunit/php-text-template (1.2.1): Loading from cache
- Installing phpunit/phpunit-mock-objects (2.3.8): Loading from cache
- Installing phpunit/php-timer (1.0.9): Loading from cache
- Installing phpunit/php-file-iterator (1.4.2): Loading from cache
- Installing phpunit/php-token-stream (1.4.11): Loading from cache
- Installing phpunit/php-code-coverage (2.2.4): Loading from cache
- Installing phpspec/prophecy (v1.7.0): Loading from cache
- Installing phpunit/phpunit (4.8.35): Loading from cache
paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
symfony/event-dispatcher suggests installing symfony/dependency-injection ()
symfony/event-dispatcher suggests installing symfony/http-kernel ()
zendframework/zend-servicemanager suggests installing ocramius/proxy-manager (ProxyManager 0.5.* to handle lazy initialization of services)
zendframework/zend-servicemanager suggests installing zendframework/zend-di (Zend\Di component)
zendframework/zend-json suggests installing zendframework/zend-json-server (For implementing JSON-RPC servers)
zendframework/zend-json suggests installing zendframework/zend-xml2json (For converting XML documents to JSON)
zendframework/zend-serializer suggests installing zendframework/zend-math ((^2.6 || ^3.0) To support Python Pickle serialization)
zendframework/zend-i18n suggests installing zendframework/zend-i18n-resources (Translation resources)
zendframework/zend-i18n suggests installing zendframework/zend-validator (You should install this package to use the provided validators)
zendframework/zend-i18n suggests installing zendframework/zend-view (You should install this package to use the provided view helpers)
zendframework/zend-filter suggests installing zendframework/zend-crypt (Zend\Crypt component, for encryption filters)
zendframework/zend-filter suggests installing zendframework/zend-uri (Zend\Uri component, for the UriNormalize filter)
zendframework/zend-cache suggests installing zendframework/zend-session (Zend\Session component)
zendframework/zend-cache suggests installing ext-apc (APC or compatible extension, to use the APC storage adapter)
zendframework/zend-cache suggests installing ext-apcu (APCU >= 5.1.0, to use the APCu storage adapter)
zendframework/zend-cache suggests installing ext-dba (DBA, to use the DBA storage adapter)
zendframework/zend-cache suggests installing ext-mongo (Mongo, to use MongoDb storage adapter)
zendframework/zend-cache suggests installing ext-redis (Redis, to use Redis storage adapter)
zendframework/zend-cache suggests installing ext-wincache (WinCache, to use the WinCache storage adapter)
zendframework/zend-cache suggests installing ext-xcache (XCache, to use the XCache storage adapter)
zendframework/zend-cache suggests installing mongofill/mongofill (Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement)
symfony/validator suggests installing doctrine/cache (For using the default cached annotation reader and metadata cache.)
symfony/validator suggests installing egulias/email-validator (Strict (RFC compliant) email validation)
symfony/validator suggests installing symfony/expression-language (For using the 2.4 Expression validator)
symfony/validator suggests installing symfony/http-foundation ()
symfony/validator suggests installing symfony/intl ()
symfony/validator suggests installing symfony/property-access (For using the 2.4 Validator API)
phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0)
monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)
monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
monolog/monolog suggests installing mongodb/mongodb (Allow sending log messages to a MongoDB server via PHP Driver)
monolog/monolog suggests installing php-amqplib/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
monolog/monolog suggests installing php-console/php-console (Allow sending log messages to Google Chrome)
monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
monolog/monolog suggests installing sentry/sentry (Allow sending log messages to a Sentry server)
knplabs/knp-menu suggests installing silex/silex (for the integration with your silex application)
phpdocumentor/phpdocumentor suggests installing ext-twig (Enabling the twig extension improves the generation of twig based templates.)
phpdocumentor/phpdocumentor suggests installing ext-xslcache (Enabling the XSLCache extension improves the generation of xml based templates.)
sebastian/global-state suggests installing ext-uopz (*)
phpunit/phpunit-mock-objects suggests installing ext-soap (*)
phpunit/phpunit suggests installing phpunit/php-invoker (~1.1)
Package phpdocumentor/template-abstract is abandoned, you should avoid using it. No replacement was suggested.
Package phpdocumentor/template-zend is abandoned, you should avoid using it. No replacement was suggested.
Package phpdocumentor/template-xml is abandoned, you should avoid using it. No replacement was suggested.
Package phpdocumentor/template-responsive-twig is abandoned, you should avoid using it. No replacement was suggested.
Package phpdocumentor/template-responsive is abandoned, you should avoid using it. No replacement was suggested.
Package phpdocumentor/template-old-ocean is abandoned, you should avoid using it. No replacement was suggested.
Package phpdocumentor/template-new-black is abandoned, you should avoid using it. No replacement was suggested.
Package phpdocumentor/template-clean is abandoned, you should avoid using it. No replacement was suggested.
Package phpdocumentor/template-checkstyle is abandoned, you should avoid using it. No replacement was suggested.
Writing lock file
Generating autoload files
chocopowwwa at localhost in /tmp/json-schema on 6.0.0-dev
$ rm -rf vendor composer.lock
chocopowwwa at localhost in /tmp/json-schema on 6.0.0-dev
$ git checkout 5.x.x
Branch 5.x.x set up to track remote branch 5.x.x from origin.
Switched to a new branch '5.x.x'
chocopowwwa at localhost in /tmp/json-schema on 5.x.x
$ grep phpdocumentor composer.json
"phpdocumentor/phpdocumentor": "^2.7"
chocopowwwa at localhost in /tmp/json-schema on 5.x.x
$ composer install
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 85 installs, 0 updates, 0 removals
- Installing phpdocumentor/unified-asset-installer (1.1.1): Loading from cache
- Installing json-schema/json-schema-test-suite (1.2.0): Cloning 1.2.0 from cache
- Installing symfony/stopwatch (v2.8.20): Loading from cache
- Installing symfony/process (v2.8.20): Loading from cache
- Installing symfony/polyfill-xml (v1.3.0): Loading from cache
- Installing paragonie/random_compat (v2.0.10): Loading from cache
- Installing symfony/polyfill-php70 (v1.3.0): Loading from cache
- Installing ircmaxell/password-compat (v1.0.4): Loading from cache
- Installing symfony/polyfill-php55 (v1.3.0): Loading from cache
- Installing symfony/polyfill-php54 (v1.3.0): Loading from cache
- Installing symfony/options-resolver (v3.2.8): Loading from cache
- Installing symfony/finder (v2.8.20): Loading from cache
- Installing symfony/filesystem (v3.0.9): Loading from cache
- Installing symfony/event-dispatcher (v2.8.20): Loading from cache
- Installing psr/log (1.0.2): Loading from cache
- Installing symfony/debug (v3.0.9): Loading from cache
- Installing symfony/polyfill-mbstring (v1.3.0): Loading from cache
- Installing symfony/console (v2.8.20): Loading from cache
- Installing sebastian/diff (1.4.3): Loading from cache
- Installing gecko-packages/gecko-php-unit (v2.0): Loading from cache
- Installing doctrine/lexer (v1.0.1): Loading from cache
- Installing doctrine/annotations (v1.4.0): Loading from cache
- Installing friendsofphp/php-cs-fixer (v2.2.4): Loading from cache
- Installing zetacomponents/base (1.9): Loading from cache
- Installing zetacomponents/document (1.3.1): Loading from cache
- Installing zendframework/zend-stdlib (2.7.7): Loading from cache
- Installing zendframework/zend-hydrator (1.1.0): Loading from cache
- Installing psr/container (1.0.0): Loading from cache
- Installing container-interop/container-interop (1.2.0): Loading from cache
- Installing zendframework/zend-servicemanager (2.7.8): Loading from cache
- Installing zendframework/zend-json (3.0.0): Loading from cache
- Installing zendframework/zend-serializer (2.8.0): Loading from cache
- Installing zendframework/zend-i18n (2.7.4): Loading from cache
- Installing zendframework/zend-filter (2.7.2): Loading from cache
- Installing zendframework/zend-config (2.6.0): Loading from cache
- Installing zendframework/zend-eventmanager (3.1.0): Loading from cache
- Installing zendframework/zend-cache (2.7.2): Loading from cache
- Installing twig/twig (v1.33.2): Loading from cache
- Installing symfony/translation (v3.0.9): Loading from cache
- Installing symfony/validator (v2.8.20): Loading from cache
- Installing symfony/config (v2.8.20): Loading from cache
- Installing phpdocumentor/template-abstract (1.2.2): Loading from cache
- Installing phpdocumentor/template-zend (1.3.2): Loading from cache
- Installing phpdocumentor/template-xml (1.2.0): Loading from cache
- Installing phpdocumentor/template-responsive-twig (1.2.5): Loading from cache
- Installing phpdocumentor/template-responsive (1.3.5): Loading from cache
- Installing phpdocumentor/template-old-ocean (1.3.2): Loading from cache
- Installing phpdocumentor/template-new-black (1.3.2): Loading from cache
- Installing phpdocumentor/template-clean (1.0.6): Loading from cache
- Installing phpdocumentor/template-checkstyle (1.2.1): Loading from cache
- Installing phpdocumentor/reflection-docblock (2.0.4): Loading from cache
- Installing nikic/php-parser (v0.9.5): Loading from cache
- Installing phpdocumentor/reflection (1.0.7): Loading from cache
- Installing phpdocumentor/graphviz (1.0.4): Loading from cache
- Installing phpdocumentor/fileset (1.0.0): Loading from cache
- Installing monolog/monolog (1.22.1): Loading from cache
- Installing knplabs/knp-menu (v1.1.2): Loading from cache
- Installing phpoption/phpoption (1.5.0): Loading from cache
- Installing phpcollection/phpcollection (0.5.0): Loading from cache
- Installing jms/parser-lib (1.0.0): Loading from cache
- Installing jms/metadata (1.6.0): Loading from cache
- Installing jms/serializer (0.16.0): Loading from cache
- Installing erusev/parsedown (1.6.2): Loading from cache
- Installing phenx/php-font-lib (0.2.2): Loading from cache
- Installing dompdf/dompdf (v0.6.2): Loading from cache
- Installing pimple/pimple (v1.1.1): Loading from cache
- Installing cilex/console-service-provider (1.0.0): Loading from cache
- Installing cilex/cilex (1.1.0): Loading from cache
- Installing phpdocumentor/phpdocumentor (v2.7.1): Loading from cache
- Installing symfony/yaml (v3.2.8): Loading from cache
- Installing sebastian/version (1.0.6): Loading from cache
- Installing sebastian/global-state (1.1.1): Loading from cache
- Installing sebastian/recursion-context (1.0.5): Loading from cache
- Installing sebastian/exporter (1.2.2): Loading from cache
- Installing sebastian/environment (1.3.8): Loading from cache
- Installing sebastian/comparator (1.2.4): Loading from cache
- Installing doctrine/instantiator (1.0.5): Loading from cache
- Installing phpunit/php-text-template (1.2.1): Loading from cache
- Installing phpunit/phpunit-mock-objects (2.3.8): Loading from cache
- Installing phpunit/php-timer (1.0.9): Loading from cache
- Installing phpunit/php-file-iterator (1.4.2): Loading from cache
- Installing phpunit/php-token-stream (1.4.11): Loading from cache
- Installing phpunit/php-code-coverage (2.2.4): Loading from cache
- Installing phpspec/prophecy (v1.7.0): Loading from cache
- Installing phpunit/phpunit (4.8.35): Loading from cache
paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
symfony/event-dispatcher suggests installing symfony/dependency-injection ()
symfony/event-dispatcher suggests installing symfony/http-kernel ()
zendframework/zend-servicemanager suggests installing ocramius/proxy-manager (ProxyManager 0.5.* to handle lazy initialization of services)
zendframework/zend-servicemanager suggests installing zendframework/zend-di (Zend\Di component)
zendframework/zend-json suggests installing zendframework/zend-json-server (For implementing JSON-RPC servers)
zendframework/zend-json suggests installing zendframework/zend-xml2json (For converting XML documents to JSON)
zendframework/zend-serializer suggests installing zendframework/zend-math ((^2.6 || ^3.0) To support Python Pickle serialization)
zendframework/zend-i18n suggests installing zendframework/zend-i18n-resources (Translation resources)
zendframework/zend-i18n suggests installing zendframework/zend-validator (You should install this package to use the provided validators)
zendframework/zend-i18n suggests installing zendframework/zend-view (You should install this package to use the provided view helpers)
zendframework/zend-filter suggests installing zendframework/zend-crypt (Zend\Crypt component, for encryption filters)
zendframework/zend-filter suggests installing zendframework/zend-uri (Zend\Uri component, for the UriNormalize filter)
zendframework/zend-cache suggests installing zendframework/zend-session (Zend\Session component)
zendframework/zend-cache suggests installing ext-apc (APC or compatible extension, to use the APC storage adapter)
zendframework/zend-cache suggests installing ext-apcu (APCU >= 5.1.0, to use the APCu storage adapter)
zendframework/zend-cache suggests installing ext-dba (DBA, to use the DBA storage adapter)
zendframework/zend-cache suggests installing ext-mongo (Mongo, to use MongoDb storage adapter)
zendframework/zend-cache suggests installing ext-redis (Redis, to use Redis storage adapter)
zendframework/zend-cache suggests installing ext-wincache (WinCache, to use the WinCache storage adapter)
zendframework/zend-cache suggests installing ext-xcache (XCache, to use the XCache storage adapter)
zendframework/zend-cache suggests installing mongofill/mongofill (Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement)
symfony/validator suggests installing doctrine/cache (For using the default cached annotation reader and metadata cache.)
symfony/validator suggests installing egulias/email-validator (Strict (RFC compliant) email validation)
symfony/validator suggests installing symfony/expression-language (For using the 2.4 Expression validator)
symfony/validator suggests installing symfony/http-foundation ()
symfony/validator suggests installing symfony/intl ()
symfony/validator suggests installing symfony/property-access (For using the 2.4 Validator API)
phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0)
monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)
monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
monolog/monolog suggests installing mongodb/mongodb (Allow sending log messages to a MongoDB server via PHP Driver)
monolog/monolog suggests installing php-amqplib/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
monolog/monolog suggests installing php-console/php-console (Allow sending log messages to Google Chrome)
monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
monolog/monolog suggests installing sentry/sentry (Allow sending log messages to a Sentry server)
knplabs/knp-menu suggests installing silex/silex (for the integration with your silex application)
phpdocumentor/phpdocumentor suggests installing ext-twig (Enabling the twig extension improves the generation of twig based templates.)
phpdocumentor/phpdocumentor suggests installing ext-xslcache (Enabling the XSLCache extension improves the generation of xml based templates.)
sebastian/global-state suggests installing ext-uopz (*)
phpunit/phpunit-mock-objects suggests installing ext-soap (*)
phpunit/phpunit suggests installing phpunit/php-invoker (~1.1)
Package phpdocumentor/template-abstract is abandoned, you should avoid using it. No replacement was suggested.
Package phpdocumentor/template-zend is abandoned, you should avoid using it. No replacement was suggested.
Package phpdocumentor/template-xml is abandoned, you should avoid using it. No replacement was suggested.
Package phpdocumentor/template-responsive-twig is abandoned, you should avoid using it. No replacement was suggested.
Package phpdocumentor/template-responsive is abandoned, you should avoid using it. No replacement was suggested.
Package phpdocumentor/template-old-ocean is abandoned, you should avoid using it. No replacement was suggested.
Package phpdocumentor/template-new-black is abandoned, you should avoid using it. No replacement was suggested.
Package phpdocumentor/template-clean is abandoned, you should avoid using it. No replacement was suggested.
Package phpdocumentor/template-checkstyle is abandoned, you should avoid using it. No replacement was suggested.
Writing lock file
Generating autoload files
chocopowwwa at localhost in /tmp/json-schema on 5.x.x
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment