-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with referenced package version roave/better-reflection ^4.0 - should be ^3.5 #5
Comments
How to reproduce:
Replace require and require-dev key with following contents: "require": {
"php": ">=7.3",
"ext-json": "*",
"bensampo/laravel-enum": "^1.26",
"bschmitt/laravel-amqp": "^2.0",
"fideloper/proxy": "^4.0",
"laravel/framework": "^6.0",
"laravel/tinker": "^1.0",
"league/flysystem-aws-s3-v3": "^1.0",
"pion/laravel-chunk-upload": "^1.3",
"predis/predis": "^1.1",
"vladimir-yuldashev/laravel-queue-rabbitmq": "^10.1",
"vyuldashev/laravel-openapi": "^0.18.1"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^2.6",
"brainmaestro/composer-git-hooks": "^2.8",
"facade/ignition": "^1.4",
"fzaninotto/faker": "^1.4",
"haydenpierce/class-finder": "^0.4.0",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^3.0",
"nunomaduro/larastan": "^0.4.3",
"pdepend/pdepend": "^2.5",
"phing/phing": "^2.16",
"phploc/phploc": "^5.0",
"phpmd/phpmd": "^2.7",
"phpunit/php-code-coverage": "^7.0",
"phpunit/phpunit": "^8.0",
"renepardon/laravel-code-generator": "^1.0",
"renepardon/laravel-code-generator-swagger": "^1.0",
"sebastian/phpcpd": "^4.1",
"squizlabs/php_codesniffer": "^3.5"
}, rm -rf vendor/ composer.lock
composer install |
Try latest version, please |
Thank you @vyuldashev , works! :) |
andrewminion-luminfire
pushed a commit
to macbookandrew/vyuldashev-laravel-openapi
that referenced
this issue
Jul 19, 2024
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Used packages:
Dev:
The package roave/better-reflection has no version/tag 4.* so it uses dev-master for installation and this is the result:
My packages at all:
The text was updated successfully, but these errors were encountered: