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
I got this error message when running composer update with Laravel 5, not 4. A little investigation into it, would seem it's trying to load different versions of Support?
"illuminate/support": "~4.1"
..but my project is requiring Laravel 5. Is there any way around this? Does the provider not work in 5 yet?
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Conclusion: don't install laravel/framework v5.0.27
- Conclusion: don't install laravel/framework v5.0.26
- Conclusion: don't install laravel/framework v5.0.25
- Conclusion: don't install laravel/framework v5.0.24
- Conclusion: remove laravel/framework v5.0.23
- Conclusion: don't install laravel/framework v5.0.23
- Conclusion: don't install laravel/framework v5.0.22
- Conclusion: don't install laravel/framework v5.0.21
...
The text was updated successfully, but these errors were encountered:
I got this error message when running
composer update
with Laravel 5, not 4. A little investigation into it, would seem it's trying to load different versions of Support?"illuminate/support": "~4.1"
..but my project is requiring Laravel 5. Is there any way around this? Does the provider not work in 5 yet?
The text was updated successfully, but these errors were encountered: