PHPSocialNetwork / phpfastcache

A high-performance backend cache system. It is intended for use in speeding up dynamic web applications by alleviating database load. Well implemented, it can drops the database load to almost nothing, yielding faster page load times for users, better resource utilization. It is simple yet powerful.
https://www.phpfastcache.com
MIT License
2.36k stars 452 forks source link

Can´t retrieve phpfastcache 9.1.3 thru composer #896

Closed marcos-guerrero closed 1 year ago

marcos-guerrero commented 1 year ago

What type of issue is this?

Incorrect/unexpected/unexplainable behavior

Operating system + version

ubuntu 22.04

PHP version

8.2.3

Connector/Database version (if applicable)

No response

Phpfastcache version

9.1.3 ✅

Composer version

2.5.4 2023-02-15 13:10:06

Describe the issue you're facing

Trying to update phpfastcache version (from 9.1.2) I did a composer update on my project. I obtained several updates from other packages but phpfastcache didn't update to 9.1.3 I tried in an empty directory "composer require phpfastcache/phpfastche" and composer downloaded 9.1.2 again

Expected behavior

No response

Code sample (optional)

No response

Suggestion to fix the issue (optional)

No response

References (optional)

No response

Do you have anything more you want to share? (optional)

No response

Have you searched in our Wiki before posting ?

Geolim4 commented 1 year ago

Weird, I'll take a look tonight. I might know what happened with packagist.

Geolim4 commented 1 year ago

Can you try again now ?

marcos-guerrero commented 1 year ago

In a empty folder, still downloading 9.1.2

ubuntu@MGGPC101184:~/test-composer-phpfastcache$ composer require phpfastcache/phpfastcache
Info from https://repo.packagist.org: #StandWithUkraine
./composer.json has been created
Running composer update phpfastcache/phpfastcache
Loading composer repositories with package information
Updating dependencies
Lock file operations: 3 installs, 0 updates, 0 removals
  - Locking phpfastcache/phpfastcache (9.1.2)
  - Locking psr/cache (3.0.0)
  - Locking psr/simple-cache (3.0.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 3 installs, 0 updates, 0 removals
  - Installing psr/simple-cache (3.0.0): Extracting archive
  - Installing psr/cache (3.0.0): Extracting archive
  - Installing phpfastcache/phpfastcache (9.1.2): Extracting archive
19 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
1 package you are using is looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found
Using version ^9.1 for phpfastcache/phpfastcache
marcos-guerrero commented 1 year ago

In a empty folder if I try to force 9.1.3 the output could be helpful to you (sorry, I'm googling and trying to understand if it's my problem and how to solve) , but I have no custom settings, is a empty project and don't know why is complaining about my minimum-stability

ubuntu@MGGPC101184:~/test-composer-phpfastcache$ composer require phpfastcache/phpfastcache:9.1.3
Info from https://repo.packagist.org: #StandWithUkraine
./composer.json has been created
Running composer update phpfastcache/phpfastcache
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires phpfastcache/phpfastcache 9.1.3 -> satisfiable by phpfastcache/phpfastcache[9.1.3].
    - phpfastcache/phpfastcache 9.1.3 requires doctrine/couchdb dev-master -> found doctrine/couchdb[dev-master, 1.0.x-dev (alias of dev-master)] but it does not match your minimum-stability.

Installation failed, deleting ./composer.json.
Geolim4 commented 1 year ago

Can you try again ?

marcos-guerrero commented 1 year ago

Hi! Now is working, I've got 9.1.3 Thank you very much for your help!

Geolim4 commented 1 year ago

Thanks !