Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjust CI and composer.json #154

Closed
wants to merge 3 commits into from
Closed

Conversation

LordSimal
Copy link

@LordSimal LordSimal commented May 24, 2023

Fixes #152

adjusted the PR to only contain composer.json and CI changes.
The 8.2 deprecation is caused by JanePHP

Copy link
Member

@damienalexandre damienalexandre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm happy with the two first changes, but the one on generated classes cannot be applied.

We may have to upgrade JanePHP maybe? @Korbeil what do you think about the suggested change?

@@ -17,6 +17,8 @@ class ChatPostMessage extends \JoliCode\Slack\Api\Runtime\Client\BaseEndpoint im
{
use \JoliCode\Slack\Api\Runtime\Client\EndpointTrait;

protected array $formParameters;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sadly this file cannot be edited, it's generated by JanePHP.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I can tell we are already using the latest Jane 7.5 version so I will create an issue in that repo 👍🏻

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so... its been over a month and no one seems to care in the JanePHP repo about this issue...

@LordSimal LordSimal changed the title fix PHP 8.2 deprecations adjust CI and composer.json May 24, 2023
@LordSimal LordSimal closed this Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Creation of dynamic property JoliCode\Slack\Api\Endpoint\ChatPostMessage::$formParameters is deprecated
2 participants