okta-sdk-php
okta-sdk-php copied to clipboard
Laravel 9 support
Need laravel 9 support. At least "illuminate/collections": "^9.0", probably "php": "^8.0", maybe something more
Hi @AndrewHnidets,
Thanks for your request. I'll let the corresponding team know and prioritize accordingly.
I'm having the same issue on Laravel 8. Specifically version 8.54
@laura-rodriguez Any update on this? I am trying to install it but getting conflicts same as #123
@laura-rodriguez Need update on this. Cannot install in laravel 9 due to dependencies.
Problem 1 - Only one of these can be installed: illuminate/collections[v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev], laravel/framework[v9.19.0, ..., 9.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 ^9.19 -> satisfiable by laravel/framework[v9.19.0, ..., 9.x-dev].
Hi there! I'm currently waiting for details from our team. We'll respond as soon as there is more information to share.
@devilwacause Thank you for reaching out about the desire for Laravel 9. At this point, our PHP repositories and libraries have been placed on security patch only mode.
We're excited about the acquisition of Auth0 to bring you better support in PHP. This repo will be placed into security patch only mode and we will not be adding any further features. If you are looking for an API that is not supported in this library, please call the API directly. Our documentation for the supported Management APIs are located here: https://developer.okta.com/docs/reference/core-okta-api/. Please reach out to the DevForum for any questions.
For your needs, what I can suggest to get you unblocked is creating a fork of this library. If you have further questions or need some assistance, You can always reach out to [email protected]
@laura-rodriguez
I am also facing this issue. Is there any update on this? Problem 1
- Only one of these can be installed: illuminate/collections[v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev], laravel/framework[v9.19.0, ..., 9.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 ^9.19 -> satisfiable by laravel/framework[v9.19.0, ..., 9.x-dev].
@RajulaRafi - I ultimately had to build out my own API Wrappers. I dont believe we are going to see much movement on this by Okta.
I had forked the okta package and updated the composer.json to laravel 9 then tried to add that to my laravel 9 app , but was getting errors.
Can anyone help with an updated package which suits laravel 9 ? Thanks in advance.