Skip to content

Commit aee5869

Browse files
committed
:octocat:
1 parent 20e10a3 commit aee5869

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,22 @@ This script will keep the proportions of the input image and generate only neces
66
[![PHP Version Support][php-badge]][php]
77
[![Packagist version][packagist-badge]][packagist]
88
[![License][license-badge]][license]
9-
[![CodeCov][coverage-badge]][coverage]
10-
[![Scrunitizer CI][scrutinizer-badge]][scrutinizer]
11-
[![Packagist downloads][downloads-badge]][downloads]<br/>
129
[![Continuous Integration][gh-action-badge]][gh-action]
10+
[![CodeCov][coverage-badge]][coverage]
11+
[![Packagist downloads][downloads-badge]][downloads]
1312

14-
[php-badge]: https://img.shields.io/packagist/php-v/chillerlan/php-imagetiler?logo=php&color=8892BF
13+
[php-badge]: https://img.shields.io/packagist/php-v/chillerlan/php-imagetiler?logo=php&color=8892BF&logoColor=fff
1514
[php]: https://www.php.net/supported-versions.php
16-
[packagist-badge]: https://img.shields.io/packagist/v/chillerlan/php-imagetiler.svg?logo=packagist
15+
[packagist-badge]: https://img.shields.io/packagist/v/chillerlan/php-imagetiler.svg?logo=packagist&logoColor=fff
1716
[packagist]: https://packagist.org/packages/chillerlan/php-imagetiler
1817
[license-badge]: https://img.shields.io/github/license/chillerlan/php-imagetiler.svg
1918
[license]: https://github.com/chillerlan/php-imagetiler/blob/main/LICENSE
20-
[coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/php-imagetiler.svg?logo=codecov
19+
[gh-action-badge]: https://img.shields.io/github/actions/workflow/status/chillerlan/php-imagetiler/ci.yml?branch=main&logo=github&logoColor=fff
20+
[gh-action]: https://github.com/chillerlan/php-imagetiler/actions?query=workflow%3A%22Continuous+Integration%22
21+
[coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/php-imagetiler.svg?logo=codecov&logoColor=fff
2122
[coverage]: https://codecov.io/github/chillerlan/php-imagetiler
22-
[scrutinizer-badge]: https://img.shields.io/scrutinizer/g/chillerlan/php-imagetiler.svg?logo=scrutinizer
23-
[scrutinizer]: https://scrutinizer-ci.com/g/chillerlan/php-imagetiler
24-
[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/php-imagetiler.svg?logo=packagist
23+
[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/php-imagetiler.svg?logo=packagist&logoColor=fff
2524
[downloads]: https://packagist.org/packages/chillerlan/php-imagetiler/stats
26-
[gh-action-badge]: https://github.com/chillerlan/php-imagetiler/workflows/Continuous%20Integration/badge.svg
27-
[gh-action]: https://github.com/chillerlan/php-imagetiler/actions?query=workflow%3A%22Continuous+Integration%22
2825

2926
# Documentation
3027

@@ -41,7 +38,7 @@ This script will keep the proportions of the input image and generate only neces
4138
```json
4239
{
4340
"require": {
44-
"php": ">=7.4.0",
41+
"php": "^7.4 || ^8.0",
4542
"ext-imagick": "*",
4643
"chillerlan/php-imagetiler": "dev-main"
4744
}

0 commit comments

Comments
 (0)