maclof / kubernetes-client

A simple yet elegant client for accessing and controlling a Kubernetes cluster (https://github.com/kubernetes/kubernetes)
MIT License
231 stars 82 forks source link

[urgent] Add support for Laravel 10.x #119

Closed debiprasad closed 1 year ago

debiprasad commented 1 year ago

As Laravel 10.x has released 3 weeks ago, it's essential to add support for Laravel 10.x in this package. Please accept PR urgently.

debiprasad commented 1 year ago

If anyone wants to use maclof/kubernetes-client with Laravel 10.x, they can load the package from the VCS repository until this PR is not merged and published.

{
    ...
    "require": {
        ...
        "maclof/kubernetes-client": "dev-patch-1",
        ...
    }
    ...
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/debiprasad/kubernetes-client"
        }
    ]
}
maclof commented 1 year ago

Apologies for the delay, this has been merged and should be available shortly as 0.27.0

debiprasad commented 1 year ago

Apologies for the delay, this has been merged and should be available shortly as 0.27.0

No issues. Thank you.