File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
uses : shivammathur/setup-php@v2
20
20
with :
21
21
php-version : ${{ matrix.php-versions }}
22
- extensions : gd, xdebug
22
+ extensions : gd, xdebug, fileinfo
23
23
coverage : xdebug
24
24
tools : php-cs-fixer, phpunit
25
25
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ php-image-resize
3
3
4
4
PHP library to resize, scale and crop images.
5
5
6
- [ ![ Build Status] ( https://travis-ci.org /gumlet/php-image-resize.svg?branch=master )] ( https://travis-ci.org/gumlet/php-image-resize ) [ ![ Latest Stable Version] ( https://poser.pugx.org/gumlet/php-image-resize/v/stable )] ( https://packagist.org/packages/gumlet/php-image-resize ) [ ![ Monthly Downloads] ( https://poser.pugx.org/gumlet/php-image-resize/d/monthly )] ( https://packagist.org/packages/gumlet/php-image-resize ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/gumlet/php-image-resize/badge.svg?branch=master )] ( https://coveralls.io/github/gumlet/php-image-resize?branch=master )
6
+ ![ Build Status] ( https://github.com /gumlet/php-image-resize/workflows/PHP%20CI/badge.svg ) [ ![ Latest Stable Version] ( https://poser.pugx.org/gumlet/php-image-resize/v/stable )] ( https://packagist.org/packages/gumlet/php-image-resize ) [ ![ Monthly Downloads] ( https://poser.pugx.org/gumlet/php-image-resize/d/monthly )] ( https://packagist.org/packages/gumlet/php-image-resize ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/gumlet/php-image-resize/badge.svg?branch=master )] ( https://coveralls.io/github/gumlet/php-image-resize?branch=master )
7
7
8
8
Cloud Solution
9
9
---------------
You can’t perform that action at this time.
0 commit comments