corcel / corcel

Use WordPress backend with Laravel or any PHP application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hautelook dependency not found

elv1s opened this issue · comments

commented
  • Corcel Version: 5.0.0
  • Framework Name & Version: NA
  • PHP Version: 7.3.26
  • Database Driver & Version: NA

Description:

Hautelook password hashing dependency not found which fails composer install

Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 1 install, 0 updates, 0 removals
  - Downloading hautelook/phpass (0.3.5)
    Failed to download hautelook/phpass from dist: The "https://api.github.com/repos/hautelook/phpass/zipball/b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd" file could not be downloaded (HTTP/2 404 )
    Now trying to download from source
  - Installing hautelook/phpass (0.3.5): Cloning b4cbd9b67e
    Install of hautelook/phpass failed
                                                                                                                                                                                                                    
  [RuntimeException]

Steps To Reproduce:

In a project that requires corcel v5 run:
rm -rf vendor && composer install --no-cache

I was facing the same problem on one of my repositories, so I've forked the original Repository.
https://github.com/bordoni/phpass

I am facing the similar issue causing my website to go down. I hope there is an update soon. In the meantime I have downloaded the package version which I had in my local and uploaded manually to the website to fix it and made some changes to composer.json.

I was facing the same problem on one of my repositories, so I've forked the original Repository.
https://github.com/bordoni/phpass

Tnx, this is a lifesaver

Just run composer require bordoni/phpass and magic will happen

Can we get an update to composer dependencies for all corcel versions from "hautelook/phpass": "0.3.*", to "bordoni/phpass": "dev-main" I'm on corcel ^3.0.0 and ran a shift to ^4.0.0 but both fail due to that package.