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
Bug:
Running composer install with ufirst/lang-import-export ^8.1.0 on Laravel 10.x app alongside Statamic CMS 4.x produces an error.
My guess is that Statamic dependes on laravel/framework:^10.0 while this package depends on illuminate/support:^10.0 which cannot coexist together (as said in the output below).
Bug:
Running
composer install
withufirst/lang-import-export ^8.1.0
on Laravel 10.x app alongside Statamic CMS 4.x produces an error.My guess is that Statamic dependes on
laravel/framework:^10.0
while this package depends onilluminate/support:^10.0
which cannot coexist together (as said in the output below).PHP version: 8.2.8
Composer version: 2.5.5
Full
composer install
output:The text was updated successfully, but these errors were encountered: