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
When I attempt to install this with Laravel 9, I get the following error(s):
Problem 1
- laravel-frontend-presets/zurb-foundation[v2.1.0, ..., v2.1.1] require laravel/framework ^5.5 -> found laravel/framework[v5.5.0, ..., 5.8.x-dev] but it conflicts with your root composer.json require (^9.11).
- laravel-frontend-presets/zurb-foundation v2.1.2 requires laravel/framework ^5.5|^7.0 -> found laravel/framework[v5.5.0, ..., 5.8.x-dev, v7.0.0, ..., 7.x-dev] but it conflicts with your root composer.json require (^9.11).
- Root composer.json requires laravel-frontend-presets/zurb-foundation ^2.1 -> satisfiable by laravel-frontend-presets/zurb-foundation[v2.1.0, v2.1.1, v2.1.2].
Can you update the composer.json file to support Laravel 9?
The text was updated successfully, but these errors were encountered:
When I attempt to install this with Laravel 9, I get the following error(s):
Problem 1
- laravel-frontend-presets/zurb-foundation[v2.1.0, ..., v2.1.1] require laravel/framework ^5.5 -> found laravel/framework[v5.5.0, ..., 5.8.x-dev] but it conflicts with your root composer.json require (^9.11).
- laravel-frontend-presets/zurb-foundation v2.1.2 requires laravel/framework ^5.5|^7.0 -> found laravel/framework[v5.5.0, ..., 5.8.x-dev, v7.0.0, ..., 7.x-dev] but it conflicts with your root composer.json require (^9.11).
- Root composer.json requires laravel-frontend-presets/zurb-foundation ^2.1 -> satisfiable by laravel-frontend-presets/zurb-foundation[v2.1.0, v2.1.1, v2.1.2].
Can you update the composer.json file to support Laravel 9?
The text was updated successfully, but these errors were encountered: