[GH-ISSUE #118] composer.lock outdated #137

Closed
opened 2026-03-01 17:45:09 +03:00 by kerem · 5 comments
Owner

Originally created by @crazy-max on GitHub (Jan 6, 2021).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/118

Composer lock is outdated in the latest release:

#6 4.336 Installing dependencies from lock file
#6 4.344 Verifying lock file contents can be installed on current platform.
#6 4.365 Your lock file does not contain a compatible set of packages. Please run composer update.
#6 4.365 
#6 4.365   Problem 1
#6 4.365     - lcobucci/clock is locked to version 2.0.0 and an update of this package was not requested.
#6 4.365     - lcobucci/clock 2.0.0 requires php ^7.4 || ^8.0 -> your php version (7.3.25) does not satisfy that requirement.
#6 4.365   Problem 2
#6 4.365     - lcobucci/jwt is locked to version 4.0.0 and an update of this package was not requested.
#6 4.365     - lcobucci/jwt 4.0.0 requires php ^7.4 || ^8.0 -> your php version (7.3.25) does not satisfy that requirement.
#6 4.365   Problem 3
#6 4.365     - lcobucci/jwt 4.0.0 requires php ^7.4 || ^8.0 -> your php version (7.3.25) does not satisfy that requirement.
#6 4.365     - league/oauth2-server 8.2.4 requires lcobucci/jwt ^3.4 || ^4.0 -> satisfiable by lcobucci/jwt[4.0.0].
#6 4.365     - league/oauth2-server is locked to version 8.2.4 and an update of this package was not requested.
Originally created by @crazy-max on GitHub (Jan 6, 2021). Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/118 Composer lock is outdated in the latest release: ``` #6 4.336 Installing dependencies from lock file #6 4.344 Verifying lock file contents can be installed on current platform. #6 4.365 Your lock file does not contain a compatible set of packages. Please run composer update. #6 4.365 #6 4.365 Problem 1 #6 4.365 - lcobucci/clock is locked to version 2.0.0 and an update of this package was not requested. #6 4.365 - lcobucci/clock 2.0.0 requires php ^7.4 || ^8.0 -> your php version (7.3.25) does not satisfy that requirement. #6 4.365 Problem 2 #6 4.365 - lcobucci/jwt is locked to version 4.0.0 and an update of this package was not requested. #6 4.365 - lcobucci/jwt 4.0.0 requires php ^7.4 || ^8.0 -> your php version (7.3.25) does not satisfy that requirement. #6 4.365 Problem 3 #6 4.365 - lcobucci/jwt 4.0.0 requires php ^7.4 || ^8.0 -> your php version (7.3.25) does not satisfy that requirement. #6 4.365 - league/oauth2-server 8.2.4 requires lcobucci/jwt ^3.4 || ^4.0 -> satisfiable by lcobucci/jwt[4.0.0]. #6 4.365 - league/oauth2-server is locked to version 8.2.4 and an update of this package was not requested. ```
kerem closed this issue 2026-03-01 17:45:09 +03:00
Author
Owner

@willbrowningme commented on GitHub (Jan 6, 2021):

It looks like some of the packages now require a minimum version of PHP 7.4. Is it possible to update it on the Docker image?

<!-- gh-comment-id:755240060 --> @willbrowningme commented on GitHub (Jan 6, 2021): It looks like some of the packages now require a minimum version of PHP 7.4. Is it possible to update it on the Docker image?
Author
Owner

@crazy-max commented on GitHub (Jan 6, 2021):

Hum yes you're right I will take a look.

<!-- gh-comment-id:755242340 --> @crazy-max commented on GitHub (Jan 6, 2021): Hum yes you're right I will take a look.
Author
Owner

@crazy-max commented on GitHub (Jan 6, 2021):

Looks good now

<!-- gh-comment-id:755336624 --> @crazy-max commented on GitHub (Jan 6, 2021): Looks good now
Author
Owner

@fouedd9 commented on GitHub (Jan 7, 2021):

i have the some probems, can you help me how you fixe that ?
Thank you :)

<!-- gh-comment-id:756376452 --> @fouedd9 commented on GitHub (Jan 7, 2021): i have the some probems, can you help me how you fixe that ? Thank you :)
Author
Owner

@willbrowningme commented on GitHub (Jan 8, 2021):

@fouedd9 Are you running a lower version of php?

What do you get if you type php -v in the terminal?

<!-- gh-comment-id:756680364 --> @willbrowningme commented on GitHub (Jan 8, 2021): @fouedd9 Are you running a lower version of php? What do you get if you type `php -v` in the terminal?
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/anonaddy#137
No description provided.