diff --git a/resources/doc/faqs.md b/resources/doc/faqs.md index d22e2e9..ddb3a7f 100644 --- a/resources/doc/faqs.md +++ b/resources/doc/faqs.md @@ -75,7 +75,7 @@ For more details, the plugin work in this order: 2. Saving the status of project 3. Installing/updating of the PHP dependencies by Composer 4. Retrieving the entire list of installed packages -5. Retains only PHP dependencies with the `foxy/foxy` dependency in the `require` or `require-dev` section of +5. Retains only PHP dependencies with the `php-forge/foxy` dependency in the `require` or `require-dev` section of the `composer.json` file and with the presence of the `package.json` file 6. Checking the lock file of asset manager 7. Comparing the difference between the installed asset dependencies and the new asset dependencies, to determine diff --git a/resources/doc/index.md b/resources/doc/index.md index f943df2..08b025a 100644 --- a/resources/doc/index.md +++ b/resources/doc/index.md @@ -33,7 +33,7 @@ See the [Release Notes](https://github.com/fxpio/foxy/releases) to know the Composer version required. ```shell -composer require "foxy/foxy:^1.0.0" +composer require "php-forge/foxy:^0.1" ``` Composer will install the plugin to your project's `vendor/foxy` directory.