okta-sdk-php icon indicating copy to clipboard operation
okta-sdk-php copied to clipboard

Problem with composer require

Open MeerKatDev opened this issue 3 years ago • 8 comments

- Only one of these can be installed: illuminate/collections[dev-master, v8.0.0, ..., 8.x-dev], laravel/framework[v8.50.0, 8.x-dev]. laravel/framework replaces illuminate/collections and thus cannot coexist with it.
- okta/sdk 1.3.0 requires illuminate/collections 8.29.0 -> satisfiable by illuminate/collections[v8.29.0].
- Root composer.json requires okta/sdk ^1.3 -> satisfiable by okta/sdk[1.3.0].
- Root composer.json requires laravel/framework ^8.50 -> satisfiable by laravel/framework[v8.50.0, 8.x-dev].

MeerKatDev avatar Jul 16 '21 10:07 MeerKatDev