Skip to content

Commit

Permalink
Change details in build.yml, README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Nov 28, 2023
1 parent bacffbd commit 898d2d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:

- name: Install third-party packages for PHP 5.3
if: ${{ matrix.php-versions == '5.3' }}
run: composer require http-interop/http-middleware:^0.4.1 twig/twig:~1.4 --dev
run: composer require http-interop/http-middleware:^0.4.1 twig/twig --dev

- name: Install third-party packages not for PHP 5.3
if: ${{ matrix.php-versions != '5.3' }}
run: composer require filp/whoops league/container nikic/fast-route phroute/phroute rdlowrey/auryn zendframework/zend-diactoros http-interop/http-middleware:^0.4.1 twig/twig:~1.4 --dev
run: composer require filp/whoops league/container nikic/fast-route phroute/phroute rdlowrey/auryn twig/twig zendframework/zend-diactoros http-interop/http-middleware:^0.4.1 --dev

- name: Install third-party packages for PHP 7.1
if: ${{ matrix.php-versions == '7.1' }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Please see [CHANGELOG][link-changelog] for more information what has changed rec
## Testing

``` bash
$ composer require filp/whoops league/container nikic/fast-route phroute/phroute rdlowrey/auryn zendframework/zend-diactoros http-interop/http-middleware:^0.4.1 twig/twig:~1.4 --dev
$ composer require filp/whoops league/container nikic/fast-route phroute/phroute rdlowrey/auryn twig/twig zendframework/zend-diactoros http-interop/http-middleware:^0.4.1 --dev
$ composer test
```

Expand Down

0 comments on commit 898d2d7

Please sign in to comment.