Closed debiprasad closed 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"
}
]
}
Apologies for the delay, this has been merged and should be available shortly as 0.27.0
Apologies for the delay, this has been merged and should be available shortly as 0.27.0
No issues. Thank you.
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.