Skip to content

Commit

Permalink
Update docs,
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Jun 10, 2024
1 parent 5a19e42 commit 7e24f74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 7e24f74

Please sign in to comment.