Skip to content

Commit

Permalink
Update composer install command and test execution command
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Sep 13, 2024
1 parent 1a3cc10 commit a8224e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:

- name: Install dependencies
run: |
composer install --no-interaction --no-update
composer install --no-interaction --no-progress --no-suggest
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
run: vendor/bin/phpunit
run: vendor/bin/pest
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FetchPHP is a PHP library that mimics the behavior of JavaScript’s `fetch` API

## **Installation**

To install FetchPHP, use Composer:X
To install FetchPHP, run the following command:

```bash
composer require jerome/fetch-php
Expand Down

0 comments on commit a8224e6

Please sign in to comment.