Skip to content

Conversation

@Synida
Copy link
Contributor

@Synida Synida commented Mar 6, 2023

  • switching composer to use composer v2 instead of the old one
  • Fix in PHP 8.1, 8.2 for the following error: [Reference: Return type of ... should either be compatible with ..., or the #[\ReturnTypeWillChange] attribute should be used](https://stackoverflow.com/questions/71133749/reference-return-type-of-should-either-be-compatible-with-or-the-re).
    This update will only suppress the deprecation error, which is backwards compatible with the old PHP versions as well.
    As of PHP 9 the return types will have to be declared, meaning that support have to drop for <7.0 PHP versions.

@batyrmastyr batyrmastyr merged commit 2e76036 into consultnn:master Mar 12, 2023
@batyrmastyr
Copy link
Contributor

@Synida merged but consultnn is not longer maintained so feel free to switch to your own fork.

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.

2 participants