dingo / api

A RESTful API package for the Laravel and Lumen frameworks.
BSD 3-Clause "New" or "Revised" License
9.33k stars 1.25k forks source link

Can't install: Laravel 6 + PHP 7.4 | 7.3 #1704

Closed devfelipereis closed 4 years ago

devfelipereis commented 4 years ago
Q A
Bug? yes
New Feature? no
Framework Laravel
Framework version 6.13
Package version 2.4.5
PHP version 7.4, 7.3

Actual Behaviour

When I try to install, I get this error:

Symfony\Component\Debug\Exception\FatalThrowableError : Argument 1 passed to Dingo\Api\Http\Response::setFormatters() must be of the type array, null given, called in /var/www/html/vendor/dingo/api/src/Provider/DingoServiceProvider.php on line 34

Expected Behaviour

Library to be installed successfully.

Steps to Reproduce

composer require dingo/api

I also tried the following with no success:

rm -rf vendor
composer clear-cache
composer install
composer require dingo/api
"require": {
        "php": "^7.2",
        "fideloper/proxy": "^4.0",
        "fruitcake/laravel-cors": "^1.0",
        "laravel/framework": "^6.2",
        "laravel/tinker": "^2.0"
    },
    "require-dev": {
        "facade/ignition": "^1.4",
        "fzaninotto/faker": "^1.4",
        "mockery/mockery": "^1.0",
        "nunomaduro/collision": "^3.0",
        "phpunit/phpunit": "^8.0",
        "symplify/easy-coding-standard": "^7.2"
    },

EDIT:

Tested with php 7.3 and I have the same issue.

EDIT:

It's working now. Steps to fix:

Before install:

Copy config/api.php to your project config folder. Run php artisan config:cache if you have cached configs Then composer require dingo/api

It should work now.

specialtactics commented 4 years ago

I doubt it's anything to do with Laravel version, but maybe PHP version.

I've actually been meaning to add 7.4 to automated tests, but last time I tried it didn't work and it was before final, so I will try again, just to make sure there are no incompatibilities.

Also just to confirm, can you please again state if you think there is an issue or not? And in your instructions to reproduce, can you confirm you actually followed the install instructions for this package correctly?

riseno commented 4 years ago

same here and error message is

- Installation request for laravel/framework (locked at v6.16.0, required as ^6.2) -> satisfiable by laravel/framework[v6.16.0].
JohnRoux commented 4 years ago

Same here with PHP 7.3 and laravel 6.17.0 New project, fails on composer require dingo/api

StringKe commented 4 years ago

full logs

➜  platform git:(master) ✗ rm -rf vendor
➜  platform git:(master) ✗ composer clear-cache
Clearing cache (cache-vcs-dir): /Users/chen/.composer/cache/vcs
Clearing cache (cache-repo-dir): /Users/chen/.composer/cache/repo
Clearing cache (cache-files-dir): /Users/chen/.composer/cache/files
Clearing cache (cache-dir): /Users/chen/.composer/cache
All caches cleared.
➜  platform git:(master) ✗ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 101 installs, 0 updates, 0 removals
  - Installing doctrine/cache (1.10.0): Downloading (100%)
  - Installing doctrine/event-manager (1.1.0): Downloading (100%)
  - Installing doctrine/inflector (1.3.1): Downloading (100%)
  - Installing doctrine/lexer (1.2.0): Downloading (100%)
  - Installing dragonmantank/cron-expression (v2.3.0): Downloading (100%)
  - Installing symfony/polyfill-mbstring (v1.14.0): Downloading (100%)
  - Installing symfony/polyfill-ctype (v1.14.0): Downloading (100%)
  - Installing symfony/dom-crawler (v5.0.5): Downloading (100%)
  - Installing phpoption/phpoption (1.7.2): Downloading (100%)
  - Installing vlucas/phpdotenv (v3.6.0): Downloading (100%)
  - Installing symfony/css-selector (v5.0.5): Downloading (100%)
  - Installing tijsverkoyen/css-to-inline-styles (2.2.2): Downloading (100%)
  - Installing symfony/polyfill-php72 (v1.14.0): Downloading (100%)
  - Installing symfony/var-dumper (v4.4.5): Downloading (100%)
  - Installing symfony/routing (v4.4.5): Downloading (100%)
  - Installing symfony/process (v4.4.5): Downloading (100%)
  - Installing symfony/polyfill-php73 (v1.14.0): Downloading (100%)
  - Installing symfony/polyfill-intl-idn (v1.14.0): Downloading (100%)
  - Installing symfony/mime (v5.0.5): Downloading (100%)
  - Installing symfony/http-foundation (v4.4.5): Downloading (100%)
  - Installing symfony/event-dispatcher-contracts (v1.1.7): Downloading (100%)
  - Installing symfony/event-dispatcher (v4.4.5): Downloading (100%)
  - Installing psr/log (1.1.2): Downloading (100%)
  - Installing symfony/debug (v4.4.5): Downloading (100%)
  - Installing symfony/error-handler (v4.4.5): Downloading (100%)
  - Installing symfony/http-kernel (v4.4.5): Downloading (100%)
  - Installing symfony/finder (v4.4.5): Downloading (100%)
  - Installing psr/container (1.0.0): Downloading (100%)
  - Installing symfony/service-contracts (v2.0.1): Downloading (100%)
  - Installing symfony/console (v4.4.5): Downloading (100%)
  - Installing symfony/polyfill-iconv (v1.14.0): Downloading (100%)
  - Installing egulias/email-validator (2.1.17): Downloading (100%)
  - Installing swiftmailer/swiftmailer (v6.2.3): Downloading (100%)
  - Installing paragonie/random_compat (v9.99.99): Downloading (100%)
  - Installing ramsey/uuid (3.9.3): Downloading (100%)
  - Installing psr/simple-cache (1.0.1): Downloading (100%)
  - Installing opis/closure (3.5.1): Downloading (100%)
  - Installing symfony/translation-contracts (v2.0.1): Downloading (100%)
  - Installing symfony/translation (v4.4.5): Downloading (100%)
  - Installing nesbot/carbon (2.30.0): Downloading (100%)
  - Installing monolog/monolog (2.0.2): Downloading (100%)
  - Installing league/flysystem (1.0.64): Downloading (100%)
  - Installing league/commonmark (1.3.1): Downloading (100%)
  - Installing laravel/framework (v6.17.1): Downloading (100%)
  - Installing doctrine/dbal (v2.10.1): Downloading (100%)
  - Installing encore/laravel-admin (v1.7.9): Downloading (100%)
  - Installing fideloper/proxy (4.3.0): Downloading (100%)
  - Installing jakub-onderka/php-console-color (v0.2): Downloading (100%)
  - Installing nikic/php-parser (v4.3.0): Downloading (100%)
  - Installing jakub-onderka/php-console-highlighter (v0.4): Downloading (100%)
  - Installing dnoegel/php-xdg-base-dir (v0.1.1): Downloading (100%)
  - Installing psy/psysh (v0.9.12): Downloading (100%)
  - Installing laravel/tinker (v2.2.0): Downloading (100%)
  - Installing symfony/filesystem (v4.4.5): Downloading (100%)
  - Installing seld/phar-utils (1.1.0): Downloading (100%)
  - Installing seld/jsonlint (1.7.2): Downloading (100%)
  - Installing justinrainbow/json-schema (5.2.9): Downloading (100%)
  - Installing composer/xdebug-handler (1.4.0): Downloading (100%)
  - Installing composer/spdx-licenses (1.5.3): Downloading (100%)
  - Installing composer/semver (1.5.1): Downloading (100%)
  - Installing composer/ca-bundle (1.2.6): Downloading (100%)
  - Installing composer/composer (1.9.3): Downloading (100%)
  - Installing barryvdh/reflection-docblock (v2.0.6): Downloading (100%)
  - Installing barryvdh/laravel-ide-helper (v2.6.7): Downloading (100%)
  - Installing scrivo/highlight.php (v9.18.1.0): Downloading (100%)
  - Installing filp/whoops (2.7.1): Downloading (100%)
  - Installing facade/ignition-contracts (1.0.0): Downloading (100%)
  - Installing facade/flare-client-php (1.3.1): Downloading (100%)
  - Installing facade/ignition (1.16.0): Downloading (100%)
  - Installing fzaninotto/faker (v1.9.1): Downloading (100%)
  - Installing hamcrest/hamcrest-php (v2.0.0): Downloading (100%)
  - Installing mockery/mockery (1.3.1): Downloading (100%)
  - Installing nunomaduro/collision (v3.0.1): Downloading (100%)
  - Installing webmozart/assert (1.7.0): Downloading (100%)
  - Installing phpdocumentor/reflection-common (2.0.0): Downloading (100%)
  - Installing phpdocumentor/type-resolver (1.1.0): Downloading (100%)
  - Installing phpdocumentor/reflection-docblock (5.1.0): Downloading (100%)
  - Installing phpunit/php-token-stream (3.1.1): Downloading (100%)
  - Installing sebastian/version (2.0.1): Downloading (100%)
  - Installing sebastian/type (1.1.3): Downloading (100%)
  - Installing sebastian/resource-operations (2.0.1): Downloading (100%)
  - Installing sebastian/recursion-context (3.0.0): Downloading (100%)
  - Installing sebastian/object-reflector (1.1.1): Downloading (100%)
  - Installing sebastian/object-enumerator (3.0.3): Downloading (100%)
  - Installing sebastian/global-state (3.0.0): Downloading (100%)
  - Installing sebastian/exporter (3.1.2): Downloading (100%)
  - Installing sebastian/environment (4.2.3): Downloading (100%)
  - Installing sebastian/diff (3.0.2): Downloading (100%)
  - Installing sebastian/comparator (3.0.2): Downloading (100%)
  - Installing phpunit/php-timer (2.1.2): Downloading (100%)
  - Installing phpunit/php-text-template (1.2.1): Downloading (100%)
  - Installing phpunit/php-file-iterator (2.0.2): Downloading (100%)
  - Installing theseer/tokenizer (1.1.3): Downloading (100%)
  - Installing sebastian/code-unit-reverse-lookup (1.0.1): Downloading (100%)
  - Installing phpunit/php-code-coverage (7.0.10): Downloading (100%)
  - Installing doctrine/instantiator (1.3.0): Downloading (100%)
  - Installing phpspec/prophecy (v1.10.2): Downloading (100%)
  - Installing phar-io/version (2.0.1): Downloading (100%)
  - Installing phar-io/manifest (1.0.3): Downloading (100%)
  - Installing myclabs/deep-copy (1.9.5): Downloading (100%)
  - Installing phpunit/phpunit (8.5.2): Downloading (100%)
doctrine/cache suggests installing alcaeus/mongo-php-adapter (Required to use legacy MongoDB driver)
symfony/routing suggests installing doctrine/annotations (For using the annotation loader)
symfony/routing suggests installing symfony/config (For using the all-in-one router or any loader)
symfony/routing suggests installing symfony/expression-language (For using expression matching)
symfony/routing suggests installing symfony/yaml (For using the YAML loader)
symfony/event-dispatcher-contracts suggests installing psr/event-dispatcher
symfony/event-dispatcher suggests installing symfony/dependency-injection
symfony/http-kernel suggests installing symfony/browser-kit
symfony/http-kernel suggests installing symfony/config
symfony/http-kernel suggests installing symfony/dependency-injection
symfony/service-contracts suggests installing symfony/service-implementation
symfony/console suggests installing symfony/lock
swiftmailer/swiftmailer suggests installing true/punycode (Needed to support internationalized email addresses, if ext-intl is not installed)
paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
ramsey/uuid suggests installing ext-libsodium (Provides the PECL libsodium extension for use with the SodiumRandomGenerator)
ramsey/uuid suggests installing ext-uuid (Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator)
ramsey/uuid suggests installing moontoast/math (Provides support for converting UUID to 128-bit integer (in string form).)
ramsey/uuid suggests installing paragonie/random-lib (Provides RandomLib for use with the RandomLibAdapter)
ramsey/uuid suggests installing ramsey/uuid-console (A console application for generating UUIDs with ramsey/uuid)
ramsey/uuid suggests installing ramsey/uuid-doctrine (Allows the use of Ramsey\Uuid\Uuid as Doctrine field type.)
symfony/translation suggests installing symfony/config
symfony/translation suggests installing symfony/yaml
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 elasticsearch/elasticsearch (Allow sending log messages to an Elasticsearch server via official client)
monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
monolog/monolog suggests installing ext-mongodb (Allow sending log messages to a MongoDB server (via driver))
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 library))
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)
league/flysystem suggests installing league/flysystem-aws-s3-v2 (Allows you to use S3 storage with AWS SDK v2)
league/flysystem suggests installing league/flysystem-aws-s3-v3 (Allows you to use S3 storage with AWS SDK v3)
league/flysystem suggests installing league/flysystem-azure (Allows you to use Windows Azure Blob storage)
league/flysystem suggests installing league/flysystem-cached-adapter (Flysystem adapter decorator for metadata caching)
league/flysystem suggests installing league/flysystem-eventable-filesystem (Allows you to use EventableFilesystem)
league/flysystem suggests installing league/flysystem-rackspace (Allows you to use Rackspace Cloud Files)
league/flysystem suggests installing league/flysystem-sftp (Allows you to use SFTP server storage via phpseclib)
league/flysystem suggests installing league/flysystem-webdav (Allows you to use WebDAV storage)
league/flysystem suggests installing league/flysystem-ziparchive (Allows you to use ZipArchive adapter)
league/flysystem suggests installing spatie/flysystem-dropbox (Allows you to use Dropbox storage)
league/flysystem suggests installing srmklive/flysystem-dropbox-v2 (Allows you to use Dropbox storage for PHP 5 applications)
laravel/framework suggests installing aws/aws-sdk-php (Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).)
laravel/framework suggests installing ext-memcached (Required to use the memcache cache driver.)
laravel/framework suggests installing guzzlehttp/guzzle (Required to use the Mailgun mail driver and the ping methods on schedules (^6.0|^7.0).)
laravel/framework suggests installing league/flysystem-aws-s3-v3 (Required to use the Flysystem S3 driver (^1.0).)
laravel/framework suggests installing league/flysystem-cached-adapter (Required to use the Flysystem cache (^1.0).)
laravel/framework suggests installing league/flysystem-sftp (Required to use the Flysystem SFTP driver (^1.0).)
laravel/framework suggests installing moontoast/math (Required to use ordered UUIDs (^1.1).)
laravel/framework suggests installing nyholm/psr7 (Required to use PSR-7 bridging features (^1.2).)
laravel/framework suggests installing pda/pheanstalk (Required to use the beanstalk queue driver (^4.0).)
laravel/framework suggests installing psr/http-message (Required to allow Storage::put to accept a StreamInterface (^1.0).)
laravel/framework suggests installing pusher/pusher-php-server (Required to use the Pusher broadcast driver (^4.0).)
laravel/framework suggests installing symfony/cache (Required to PSR-6 cache bridge (^4.3.4).)
laravel/framework suggests installing symfony/psr-http-message-bridge (Required to use PSR-7 bridging features (^1.2).)
laravel/framework suggests installing wildbit/swiftmailer-postmark (Required to use Postmark mail driver (^3.0).)
encore/laravel-admin suggests installing intervention/image (Required to handling and manipulation upload images (~2.3).)
encore/laravel-admin suggests installing spatie/eloquent-sortable (Required to built orderable gird.)
psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.)
barryvdh/reflection-docblock suggests installing dflydev/markdown (~1.0)
barryvdh/reflection-docblock suggests installing erusev/parsedown (~1.0)
filp/whoops suggests installing whoops/soap (Formats errors as SOAP responses)
facade/ignition suggests installing laravel/telescope (^2.0)
sebastian/global-state suggests installing ext-uopz (*)
phpunit/php-code-coverage suggests installing ext-xdebug (^2.7.2)
phpunit/phpunit suggests installing ext-xdebug (*)
phpunit/phpunit suggests installing phpunit/php-invoker (^2.0.0)
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: encore/laravel-admin
Discovered Package: facade/ignition
Discovered Package: fideloper/proxy
Discovered Package: laravel/tinker
Discovered Package: nesbot/carbon
Discovered Package: nunomaduro/collision
Package manifest generated successfully.
> composer up
> php artisan ide-helper:meta
A new meta file was written to .phpstorm.meta.php
> php artisan ide-helper:models -W
Written new phpDocBlock to /Users/chen/Projects/company/platform/app/Models/User.php
> php artisan ide-helper:generate
A new helper file was written to _ide_helper.php
➜  platform git:(master) ✗ composer require dingo/api
Using version ^2.4 for dingo/api
./composer.json has been updated
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 dingo/api v2.4.5
    - Conclusion: don't install dingo/api v2.4.4
    - Conclusion: don't install dingo/api v2.4.3
    - Conclusion: don't install dingo/api v2.4.2
    - Conclusion: don't install dingo/api v2.4.1
    - Conclusion: don't install dingo/api v2.4.0
    - Conclusion: don't install dingo/api v2.4.0-rc2
    - Conclusion: don't install dingo/blueprint 0.2.x-dev
    - Conclusion: remove laravel/framework v6.17.1
    - Conclusion: don't install dingo/api v2.4.5|remove phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.5|don't install phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.5|remove phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.5|don't install phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.4|remove phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.4|don't install phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.4|remove phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.4|don't install phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.3|remove phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.3|don't install phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.3|remove phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.3|don't install phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.2|remove phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.2|don't install phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.2|remove phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.2|don't install phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.1|remove phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.1|don't install phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.1|remove phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.1|don't install phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.0|remove phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.0|don't install phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.0|remove phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.0|don't install phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.0-rc2|remove phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.0-rc2|don't install phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.0-rc2|remove phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/api v2.4.0-rc2|don't install phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Installation request for dingo/api ^2.4 -> satisfiable by dingo/api[v2.4.0, v2.4.0-rc1, v2.4.0-rc2, v2.4.1, v2.4.2, v2.4.3, v2.4.4, v2.4.5].
    - Conclusion: don't install dingo/blueprint 0.2.x-dev|remove phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/blueprint 0.2.x-dev|don't install phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Installation request for phpdocumentor/reflection-common (locked at 2.0.0) -> satisfiable by phpdocumentor/reflection-common[2.0.0].
    - Conclusion: don't install dingo/blueprint 0.2.x-dev|remove phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Conclusion: don't install dingo/blueprint 0.2.x-dev|don't install phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1
    - Installation request for phpdocumentor/reflection-docblock (locked at 5.1.0) -> satisfiable by phpdocumentor/reflection-docblock[5.1.0].
    - Conclusion: don't install laravel/framework v6.17.1
    - dingo/api v2.4.0-rc1 requires dingo/blueprint ^0.2 -> satisfiable by dingo/blueprint[0.2.2, 0.2.x-dev, v0.2.0, v0.2.1, v0.2.3, v0.2.4].
    - dingo/blueprint v0.2.3 requires illuminate/filesystem ^5.1 -> satisfiable by laravel/framework[5.5.x-dev, 5.6.x-dev, 5.7.x-dev, 5.8.x-dev], illuminate/filesystem[5.1.x-dev, 5.2.x-dev, 5.3.x-dev, 5.4.x-dev, 5.5.x-dev, 5.6.x-dev, 5.7.17, 5.7.18, 5.7.19, 5.7.x-dev, 5.8.x-dev, v5.1.1, v5.1.13, v5.1.16, v5.1.2, v5.1.20, v5.1.22, v5.1.25, v5.1.28, v5.1.30, v5.1.31, v5.1.41, v5.1.6, v5.1.8, v5.2.0, v5.2.19, v5.2.21, v5.2.24, v5.2.25, v5.2.26, v5.2.27, v5.2.28, v5.2.31, v5.2.32, v5.2.37, v5.2.43, v5.2.45, v5.2.6, v5.2.7, v5.3.0, v5.3.16, v5.3.23, v5.3.4, v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.36, v5.4.9, v5.5.0, v5.5.16, v5.5.17, v5.5.2, v5.5.28, v5.5.33, v5.5.34, v5.5.35, v5.5.36, v5.5.37, v5.5.39, v5.5.40, v5.5.41, v5.5.43, v5.5.44, v5.6.0, v5.6.1, v5.6.10, v5.6.11, v5.6.12, v5.6.13, v5.6.14, v5.6.15, v5.6.16, v5.6.17, v5.6.19, v5.6.2, v5.6.20, v5.6.21, v5.6.22, v5.6.23, v5.6.24, v5.6.25, v5.6.26, v5.6.27, v5.6.28, v5.6.29, v5.6.3, v5.6.30, v5.6.31, v5.6.32, v5.6.33, v5.6.34, v5.6.35, v5.6.36, v5.6.37, v5.6.38, v5.6.39, v5.6.4, v5.6.5, v5.6.6, v5.6.7, v5.6.8, v5.6.9, v5.7.0, v5.7.1, v5.7.10, v5.7.11, v5.7.15, v5.7.2, v5.7.20, v5.7.21, v5.7.22, v5.7.23, v5.7.26, v5.7.27, v5.7.28, v5.7.3, v5.7.4, v5.7.5, v5.7.6, v5.7.7, v5.7.8, v5.7.9, v5.8.0, v5.8.11, v5.8.12, v5.8.14, v5.8.15, v5.8.17, v5.8.18, v5.8.19, v5.8.2, v5.8.20, v5.8.22, v5.8.24, v5.8.27, v5.8.28, v5.8.29, v5.8.3, v5.8.30, v5.8.31, v5.8.32, v5.8.33, v5.8.34, v5.8.35, v5.8.36, v5.8.4, v5.8.8, v5.8.9].
    - dingo/blueprint v0.2.4 requires illuminate/filesystem ^5.1 -> satisfiable by laravel/framework[5.5.x-dev, 5.6.x-dev, 5.7.x-dev, 5.8.x-dev], illuminate/filesystem[5.1.x-dev, 5.2.x-dev, 5.3.x-dev, 5.4.x-dev, 5.5.x-dev, 5.6.x-dev, 5.7.17, 5.7.18, 5.7.19, 5.7.x-dev, 5.8.x-dev, v5.1.1, v5.1.13, v5.1.16, v5.1.2, v5.1.20, v5.1.22, v5.1.25, v5.1.28, v5.1.30, v5.1.31, v5.1.41, v5.1.6, v5.1.8, v5.2.0, v5.2.19, v5.2.21, v5.2.24, v5.2.25, v5.2.26, v5.2.27, v5.2.28, v5.2.31, v5.2.32, v5.2.37, v5.2.43, v5.2.45, v5.2.6, v5.2.7, v5.3.0, v5.3.16, v5.3.23, v5.3.4, v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.36, v5.4.9, v5.5.0, v5.5.16, v5.5.17, v5.5.2, v5.5.28, v5.5.33, v5.5.34, v5.5.35, v5.5.36, v5.5.37, v5.5.39, v5.5.40, v5.5.41, v5.5.43, v5.5.44, v5.6.0, v5.6.1, v5.6.10, v5.6.11, v5.6.12, v5.6.13, v5.6.14, v5.6.15, v5.6.16, v5.6.17, v5.6.19, v5.6.2, v5.6.20, v5.6.21, v5.6.22, v5.6.23, v5.6.24, v5.6.25, v5.6.26, v5.6.27, v5.6.28, v5.6.29, v5.6.3, v5.6.30, v5.6.31, v5.6.32, v5.6.33, v5.6.34, v5.6.35, v5.6.36, v5.6.37, v5.6.38, v5.6.39, v5.6.4, v5.6.5, v5.6.6, v5.6.7, v5.6.8, v5.6.9, v5.7.0, v5.7.1, v5.7.10, v5.7.11, v5.7.15, v5.7.2, v5.7.20, v5.7.21, v5.7.22, v5.7.23, v5.7.26, v5.7.27, v5.7.28, v5.7.3, v5.7.4, v5.7.5, v5.7.6, v5.7.7, v5.7.8, v5.7.9, v5.8.0, v5.8.11, v5.8.12, v5.8.14, v5.8.15, v5.8.17, v5.8.18, v5.8.19, v5.8.2, v5.8.20, v5.8.22, v5.8.24, v5.8.27, v5.8.28, v5.8.29, v5.8.3, v5.8.30, v5.8.31, v5.8.32, v5.8.33, v5.8.34, v5.8.35, v5.8.36, v5.8.4, v5.8.8, v5.8.9].
    - dingo/blueprint 0.2.2 requires illuminate/filesystem 5.1.* || 5.2.* || 5.3.* || 5.4.* -> satisfiable by illuminate/filesystem[5.1.x-dev, 5.2.x-dev, 5.3.x-dev, 5.4.x-dev, v5.1.1, v5.1.13, v5.1.16, v5.1.2, v5.1.20, v5.1.22, v5.1.25, v5.1.28, v5.1.30, v5.1.31, v5.1.41, v5.1.6, v5.1.8, v5.2.0, v5.2.19, v5.2.21, v5.2.24, v5.2.25, v5.2.26, v5.2.27, v5.2.28, v5.2.31, v5.2.32, v5.2.37, v5.2.43, v5.2.45, v5.2.6, v5.2.7, v5.3.0, v5.3.16, v5.3.23, v5.3.4, v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.36, v5.4.9].
    - dingo/blueprint v0.2.0 requires illuminate/filesystem 5.1.* || 5.2.* || 5.3.* -> satisfiable by illuminate/filesystem[5.1.x-dev, 5.2.x-dev, 5.3.x-dev, v5.1.1, v5.1.13, v5.1.16, v5.1.2, v5.1.20, v5.1.22, v5.1.25, v5.1.28, v5.1.30, v5.1.31, v5.1.41, v5.1.6, v5.1.8, v5.2.0, v5.2.19, v5.2.21, v5.2.24, v5.2.25, v5.2.26, v5.2.27, v5.2.28, v5.2.31, v5.2.32, v5.2.37, v5.2.43, v5.2.45, v5.2.6, v5.2.7, v5.3.0, v5.3.16, v5.3.23, v5.3.4].
    - dingo/blueprint v0.2.1 requires illuminate/filesystem 5.1.* || 5.2.* || 5.3.* -> satisfiable by illuminate/filesystem[5.1.x-dev, 5.2.x-dev, 5.3.x-dev, v5.1.1, v5.1.13, v5.1.16, v5.1.2, v5.1.20, v5.1.22, v5.1.25, v5.1.28, v5.1.30, v5.1.31, v5.1.41, v5.1.6, v5.1.8, v5.2.0, v5.2.19, v5.2.21, v5.2.24, v5.2.25, v5.2.26, v5.2.27, v5.2.28, v5.2.31, v5.2.32, v5.2.37, v5.2.43, v5.2.45, v5.2.6, v5.2.7, v5.3.0, v5.3.16, v5.3.23, v5.3.4].
    - Can only install one of: laravel/framework[5.5.x-dev, v6.17.1].
    - Can only install one of: laravel/framework[5.6.x-dev, v6.17.1].
    - Can only install one of: laravel/framework[5.7.x-dev, v6.17.1].
    - Can only install one of: laravel/framework[5.8.x-dev, v6.17.1].
    - don't install illuminate/filesystem 5.5.x-dev|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem 5.6.x-dev|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem 5.7.17|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem 5.7.18|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem 5.7.19|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem 5.7.x-dev|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem 5.8.x-dev|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.5.0|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.5.16|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.5.17|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.5.2|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.5.28|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.5.33|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.5.34|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.5.35|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.5.36|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.5.37|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.5.39|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.5.40|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.5.41|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.5.43|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.5.44|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.0|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.1|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.10|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.11|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.12|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.13|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.14|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.15|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.16|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.17|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.19|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.2|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.20|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.21|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.22|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.23|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.24|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.25|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.26|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.27|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.28|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.29|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.3|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.30|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.31|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.32|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.33|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.34|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.35|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.36|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.37|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.38|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.39|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.4|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.5|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.6|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.7|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.8|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.6.9|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.0|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.1|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.10|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.11|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.15|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.2|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.20|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.21|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.22|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.23|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.26|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.27|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.28|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.3|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.4|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.5|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.6|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.7|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.8|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.7.9|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.0|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.11|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.12|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.14|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.15|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.17|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.18|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.19|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.2|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.20|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.22|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.24|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.27|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.28|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.29|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.3|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.30|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.31|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.32|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.33|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.34|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.35|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.36|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.4|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.8|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.8.9|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem 5.1.x-dev|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem 5.2.x-dev|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem 5.3.x-dev|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem 5.4.x-dev|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.1.1|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.1.13|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.1.16|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.1.2|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.1.20|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.1.22|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.1.25|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.1.28|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.1.30|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.1.31|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.1.41|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.1.6|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.1.8|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.2.0|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.2.19|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.2.21|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.2.24|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.2.25|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.2.26|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.2.27|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.2.28|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.2.31|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.2.32|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.2.37|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.2.43|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.2.45|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.2.6|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.2.7|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.3.0|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.3.16|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.3.23|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.3.4|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.4.0|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.4.13|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.4.17|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.4.19|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.4.27|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.4.36|don't install laravel/framework v6.17.1
    - don't install illuminate/filesystem v5.4.9|don't install laravel/framework v6.17.1
    - Installation request for laravel/framework (locked at v6.17.1, required as ^6.2) -> satisfiable by laravel/framework[v6.17.1].

Installation failed, reverting ./composer.json to its original content.
➜  platform git:(master) ✗
specialtactics commented 4 years ago

@StringKe From your logs, it looks like the package phpdocumentor/reflection-docblock is for some reason forcing an outdated version of dingo/api, which is causing this problem.

- Conclusion: don't install dingo/api v2.4.5|remove phpdocumentor/reflection-docblock 5.1.0|install phpdocumentor/reflection-docblock 3.1.0|install phpdocumentor/reflection-docblock 3.1.1|install phpdocumentor/reflection-docblock 3.2.0|install phpdocumentor/reflection-docblock 3.2.1|install phpdocumentor/reflection-docblock 3.2.2|install phpdocumentor/reflection-docblock 3.2.3|install phpdocumentor/reflection-docblock 3.3.0|install phpdocumentor/reflection-docblock 3.3.2|install phpdocumentor/reflection-docblock 4.1.0|install phpdocumentor/reflection-docblock 4.1.1|install phpdocumentor/reflection-docblock 4.2.0|install phpdocumentor/reflection-docblock 4.3.0|install phpdocumentor/reflection-docblock 4.3.1

nextusro commented 4 years ago

For Laravel 6, a quick fix is to add manually in your composer.json: "dingo/api": "^2.4", "dingo/blueprint": "^0.3",

Note: 2.4.7 is the latest stable version for Laravel 6 https://packagist.org/packages/dingo/api

hellowords commented 4 years ago

@devfelipereis thanks It's work

Copy config/api.php to your project config folder. Run php artisan config:cache if you have cached configs Then composer require dingo/api