harish81 / digidocu

Open Source Documents Management System Built with Laravel 6
https://nandoliyaharish.gitbook.io/digidocu/
GNU General Public License v3.0
107 stars 64 forks source link

composer install error #34

Open SHJordan opened 6 months ago

SHJordan commented 6 months ago
Details

> composer install > Installing dependencies from lock file (including require-dev) > Verifying lock file contents can be installed on current platform. > Your lock file does not contain a compatible set of packages. Please run composer update. > > Problem 1 > - ezyang/htmlpurifier is locked to version v4.16.0 and an update of this package was not requested. > - ezyang/htmlpurifier v4.16.0 requires php ~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 -> your php version (8.3.3) does not satisfy that requirement. > Problem 2 > - nette/schema is locked to version v1.2.3 and an update of this package was not requested. > - nette/schema v1.2.3 requires php >=7.1 <8.3 -> your php version (8.3.3) does not satisfy that requirement. > Problem 3 > - nette/utils is locked to version v4.0.0 and an update of this package was not requested. > - nette/utils v4.0.0 requires php >=8.0 <8.3 -> your php version (8.3.3) does not satisfy that requirement. > Problem 4 > - nette/schema v1.2.3 requires php >=7.1 <8.3 -> your php version (8.3.3) does not satisfy that requirement. > - league/config v1.2.0 requires nette/schema ^1.2 -> satisfiable by nette/schema[v1.2.3]. > - league/config is locked to version v1.2.0 and an update of this package was not requested. >

Can you bump de composer.json reqs?

SHJordan commented 6 months ago

Can I make a PR with my fixes to this? I got to make some changes on package.json and composer.json basically.