Composer create-project fails with "Could not find package farmos/project with stability stable." Fixes farmOS/composer-project#10

See https://github.com/farmOS/composer-project/issues/10
This commit is contained in:
Michael Stenta 2023-12-27 12:35:00 -05:00
parent 9f44c64e99
commit 61845e53cb
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ next section.
To start your own project based on the farmOS project template, open a new
directory and run the following command:
composer create-project farmos/project
composer create-project farmos/project:3.x-dev
This will create a `composer.json` file in your directory, copied directly from
the [farmOS project template](https://packagist.org/packages/farmos/project).