You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm using Larvel 8 actually and when i try to add package in my project, i get this error :
Problem 1
- donmbelembe/laravel-facebook-catalog[1.0.0, ..., 1.0.1] require illuminate/contracts ^9.0 -> found illuminate/contracts[v9.0.0-beta.1, ..., 9.x-dev] but these were not loaded, likely because it conflicts with another require.
- donmbelembe/laravel-facebook-catalog[dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-5, dev-dependabot/github_actions/actions/checkout-4, dev-main, 2.0.0, ..., 2.0.1] require illuminate/contracts ^10.0 -> found illuminate/contracts[v10.0.0, ..., 10.x-dev] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires donmbelembe/laravel-facebook-catalog * -> satisfiable by donmbelembe/laravel-facebook-catalog[dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-5, dev-dependabot/github_actions/actions/checkout-4, dev-main, 1.0.0, 1.0.1, 2.0.0, 2.0.1, 9999999-dev].
When i try to install just the version 2.0, i get this error :
Problem 1
- Root composer.json requires donmbelembe/laravel-facebook-catalog ^2.0 -> satisfiable by donmbelembe/laravel-facebook-catalog[2.0.0, 2.0.1].
- donmbelembe/laravel-facebook-catalog[2.0.0, ..., 2.0.1] require illuminate/contracts ^10.0 -> found illuminate/contracts[v10.0.0, ..., 10.x-dev] but these were not loaded, likely because it conflicts with another require.
Please help me to install your package in my laravel 8.
The text was updated successfully, but these errors were encountered:
Hello,
I'm using Larvel 8 actually and when i try to add package in my project, i get this error :
Problem 1
- donmbelembe/laravel-facebook-catalog[1.0.0, ..., 1.0.1] require illuminate/contracts ^9.0 -> found illuminate/contracts[v9.0.0-beta.1, ..., 9.x-dev] but these were not loaded, likely because it conflicts with another require.
- donmbelembe/laravel-facebook-catalog[dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-5, dev-dependabot/github_actions/actions/checkout-4, dev-main, 2.0.0, ..., 2.0.1] require illuminate/contracts ^10.0 -> found illuminate/contracts[v10.0.0, ..., 10.x-dev] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires donmbelembe/laravel-facebook-catalog * -> satisfiable by donmbelembe/laravel-facebook-catalog[dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-5, dev-dependabot/github_actions/actions/checkout-4, dev-main, 1.0.0, 1.0.1, 2.0.0, 2.0.1, 9999999-dev].
When i try to install just the version 2.0, i get this error :
Problem 1
- Root composer.json requires donmbelembe/laravel-facebook-catalog ^2.0 -> satisfiable by donmbelembe/laravel-facebook-catalog[2.0.0, 2.0.1].
- donmbelembe/laravel-facebook-catalog[2.0.0, ..., 2.0.1] require illuminate/contracts ^10.0 -> found illuminate/contracts[v10.0.0, ..., 10.x-dev] but these were not loaded, likely because it conflicts with another require.
Please help me to install your package in my laravel 8.
The text was updated successfully, but these errors were encountered: