iAmKevinMcKee / teamsy

A sample multi-tenant application for Laravel using a single database. Watch the Laracasts series to see how this was built.
62 stars 69 forks source link

composer install fails #13

Open tailorbuilt opened 3 years ago

tailorbuilt commented 3 years ago

after cloning the repo, I ran composer install

but get the following error:

➜ teamsy git:(master) composer install Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you runcomposer updateorcomposer update `. Your lock file does not contain a compatible set of packages. Please run composer update.

Problem 1

so I ran composer update

and get this:

`Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

So, I'm guessing php 8 is not supported?

iAmKevinMcKee commented 3 years ago

Correct. Although I believe it should be a simple update in the composer file as all the code should be compatible with PHP 8. Feel free to submit a PR.