Conflict with Version ^8.0 requires illuminate/console ^9.0 -> found illuminate/console[v9.0.0-beta.1, 9.x-dev]. How can i fix it? #1447
Answered
by
erikn69
wemersonrv
asked this question in
Q&A
-
Hello guys, I am trying to install the package on a Laravel 8.x app, that was recently upgraded from a previous Laravel version. and it gives me the conflict below: Problem 1
- Root composer.json requires spatie/laravel-backup ^8.0 -> satisfiable by spatie/laravel-backup[8.0.0].
- spatie/laravel-backup 8.0.0 requires illuminate/console ^9.0 -> found illuminate/console[v9.0.0-beta.1, 9.x-dev] but these were not loaded, likely because it conflicts with another require. How can i fix it? here my dependencies: {
"require": {
"php": "^8.0",
"fideloper/proxy": "^4.4",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.4",
"laravel/framework": "^8.0",
"laravel/helpers": "^1.5",
"laravel/nova": "^3.30",
"laravel/tinker": "^2.7"
},
"require-dev": {
"facade/ignition": "^2.5",
"fzaninotto/faker": "^1.9.1",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^5.10",
"phpunit/phpunit": "^9.5.10"
},
} |
Beta Was this translation helpful? Give feedback.
Answered by
erikn69
Jan 15, 2022
Replies: 1 comment 2 replies
-
Lines 23 to 28 in 20ac14e For laravel 8 use spatie/laravel-backup ^7.0
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
wemersonrv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spatie/laravel-backup ^8.0
only supports laravel 9laravel-backup/composer.json
Lines 23 to 28 in 20ac14e
For laravel 8 use
spatie/laravel-backup ^7.0