Error install script
Hi i try install one of script "geekshop" and get this error. when i run composer install
In RootPackageLoader.php line 160:
require.voyager-themes is invalid, it should have a vendor name, a forward slash, and a package name. The vendor and package name can be words separated by -, . or . The complete name should match "^a-z0-9*/[a-z0-9](([.]?|-{0,2})[
a-z0-9]+)*$".
Hi there,
There was recently a similar question here:
https://devdojo.com/question/some-questions
As a quick fix for the GeekShop installation, you can edit the composer.json file, find the following line:
"voyager-themes": "^0.11.0",
And then change it to:
"thedevdojo/voyager-themes": "^0.11.0",
Let me kno how it goes!
No problem! Happy to hear that it is working!
Hello, I did that too but continue to get these errors on my server. I think im missing somthing:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires thedevdojo/voyager-themes, it could not be found in any version, there may be a typo in the package name.
Problem 2
- phpunit/phpunit[6.0.0, ..., 6.5.14] require php ^7.0 -> your php version (8.1.22) does not satisfy that requirement.
- Root composer.json requires phpunit/phpunit 6.* -> satisfiable by phpunit/phpunit[6.0.0, ..., 6.5.14].
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
- It's a private package and you forgot to add a custom repository to find it
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
Any advice would be super appreciated. Thank you
Hey, just a quick update here, this has now been sorted out. Let me know if anything else pops up.