Skip to content

Commit

Permalink
feat: add reference to execute installation in a different folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vakaman committed Jul 8, 2023
1 parent cb274c5 commit 1d79c12
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,20 @@ jobs:
version: 1
```

Execute composer install in a different folder
-------------------------------------------

```yaml
- name: Install dependencies
uses: "php-actions/composer@v6"
env:
COMPOSER: "composer.json"
with:
php_version: "5.6.40"
version: "2.2"
args: "--ignore-platform-reqs --optimize-autoloader"
working_dir: "my/different/folder"
```

Including PHP Extensions
-------------------------------------------
Expand Down

0 comments on commit 1d79c12

Please sign in to comment.