Skip to content

Commit b165999

Browse files
committed
fix php test
1 parent df9af36 commit b165999

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/php-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
tools: php-cs-fixer, phpunit
2424

2525
- name: Composer Install
26-
run: composer install
26+
run: composer install --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
2727

2828
- name: Running Tests
2929
run: |

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ If using [Composer](https://getcomposer.org/), in your `composer.json` file add:
2929

3030
If you are still using PHP 5.3, please install version ```1.7.0``` and if you are using PHP 5.4, please install version ```1.8.0``` of this library.
3131

32+
WebP support is added with PHP `5.6.0` and current version of library supports that. If you are facing issues, please use `1.9.2` version of this library.
33+
3234
Otherwise:
3335

3436
```php

0 commit comments

Comments
 (0)