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

PHP 8.1 error in nategood/httpful: "Httpful\Response\Headers::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool" #120

Open
mattinglot opened this issue Sep 20, 2023 · 7 comments

Comments

@mattinglot
Copy link

PHP 8.1+ throws a deprecation warning due to compatibility issues in nategood/httpful

It looks like that package hasn't had a release since 2020, so might be a good idea to replace this library with something else?

@TheMY3
Copy link
Contributor

TheMY3 commented Oct 26, 2023

@mattinglot you can read this answer, but I think it is not true :(
#104 (comment)

@chalda-pnuzig
Copy link
Contributor

Any news? @jv-asana ?
Also, curious to know if the project is still active or if there are any plans for future updates.

@jv-asana
Copy link
Contributor

jv-asana commented Jan 5, 2024

Hi @chalda-pnuzig, at the moment our development for PHP is on pause while we focus our efforts on a new stable version of our node and python client libraries.

@mahouha
Copy link

mahouha commented Sep 30, 2024

Hi @jv-asana, is there any updates about PHP development plans ?

@janmyszkier
Copy link

janmyszkier commented Oct 18, 2024

@mahouha this particular issue seems to be updated in the master branch:

https://github.com/Asana/php-asana/commit/960b551ea1e2befdd94f762d14ef0886bf98de21

but didn't get it's own release tag and composer cannot catch up easily.
either fork that commit, make a fork and use
repositories composer node like this

"repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/mygithub/php-asana.git"
    }
  ]

or you have to wait till they release a new tag.

@TheMY3
Copy link
Contributor

TheMY3 commented Oct 18, 2024

960b551

Link not working

@janmyszkier
Copy link

@TheMY3 looks like github links to wrong sha, I have updated the link above to full one ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

6 participants