Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/doc/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down