Skip to content

SocialiteProviders / Apple PHP 8.3 dependency issue #1236

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

Open
tbanov opened this issue Jul 16, 2024 · 3 comments
Open

SocialiteProviders / Apple PHP 8.3 dependency issue #1236

tbanov opened this issue Jul 16, 2024 · 3 comments
Labels

Comments

@tbanov
Copy link

tbanov commented Jul 16, 2024

SocialiteProviders/Apple@6863d00

Looks like lcobucci/clock 3.0 is not working with PHP 8.3

https://packagist.org/packages/lcobucci/clock#3.0.0

@atymic
Copy link
Member

atymic commented Jul 16, 2024

Feel free to PR a fix.

Copy link

stale bot commented Apr 26, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 26, 2025
@hamrak
Copy link
Contributor

hamrak commented Apr 30, 2025

Yes, 3.0.0 is not, but latest 3.3.1 is (php: ~8.2.0 || ~8.3.0 || ~8.4.0) :
lcobucci/clock#3.3.1
and in our Apple composer.json we have:
"lcobucci/clock": "^2.0 || ^3.0",

^3.0 definition is ok, it will install 3.3.1 too

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

No branches or pull requests

3 participants