Skip to content

Commit 3430dc6

Browse files
committed
:octocat:
1 parent 905c71b commit 3430dc6

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

.scrutinizer.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ build:
44
tests:
55
override:
66
- php-scrutinizer-run
7+
environment:
8+
php: 8.0.0
9+
710
filter:
811
excluded_paths:
912
- examples/*
1013
- tests/*
1114
- vendor/*
15+
- .github/*
16+
- .phan/*

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
A PHP 7.4+ QR Code library based on the [implementation](https://github.com/kazuhikoarase/qrcode-generator) by [Kazuhiko Arase](https://github.com/kazuhikoarase),
44
namespaced, cleaned up, improved and other stuff.
55

6+
[![PHP Version Support][php-badge]][php]
67
[![Packagist version][packagist-badge]][packagist]
78
[![License][license-badge]][license]
89
[![Travis CI][travis-badge]][travis]
@@ -13,19 +14,21 @@ namespaced, cleaned up, improved and other stuff.
1314

1415
[![Continuous Integration][gh-action-badge]][gh-action] [![phpDocs][gh-docs-badge]][gh-docs]
1516

16-
[packagist-badge]: https://img.shields.io/packagist/v/chillerlan/php-qrcode.svg?style=flat-square
17+
[php-badge]: https://img.shields.io/packagist/php-v/chillerlan/php-qrcode?logo=php&color=8892BF
18+
[php]: https://www.php.net/supported-versions.php
19+
[packagist-badge]: https://img.shields.io/packagist/v/chillerlan/php-qrcode.svg
1720
[packagist]: https://packagist.org/packages/chillerlan/php-qrcode
18-
[license-badge]: https://img.shields.io/github/license/chillerlan/php-qrcode.svg?style=flat-square
21+
[license-badge]: https://img.shields.io/github/license/chillerlan/php-qrcode.svg
1922
[license]: https://github.com/chillerlan/php-qrcode/blob/main/LICENSE
20-
[travis-badge]: https://img.shields.io/travis/chillerlan/php-qrcode.svg?style=flat-square
23+
[travis-badge]: https://img.shields.io/travis/chillerlan/php-qrcode.svg?logo=travis
2124
[travis]: https://travis-ci.org/chillerlan/php-qrcode
22-
[coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/php-qrcode.svg?style=flat-square
25+
[coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/php-qrcode.svg?logo=codecov
2326
[coverage]: https://codecov.io/github/chillerlan/php-qrcode
24-
[scrutinizer-badge]: https://img.shields.io/scrutinizer/g/chillerlan/php-qrcode.svg?style=flat-square
27+
[scrutinizer-badge]: https://img.shields.io/scrutinizer/g/chillerlan/php-qrcode.svg?logo=scrutinizer
2528
[scrutinizer]: https://scrutinizer-ci.com/g/chillerlan/php-qrcode
26-
[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/php-qrcode.svg?style=flat-square
29+
[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/php-qrcode.svg
2730
[downloads]: https://packagist.org/packages/chillerlan/php-qrcode/stats
28-
[donate-badge]: https://img.shields.io/badge/donate-paypal-ff33aa.svg?style=flat-square
31+
[donate-badge]: https://img.shields.io/badge/-donate-ff33aa.svg?logo=paypal
2932
[donate]: https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4
3033
[gh-action-badge]: https://github.com/chillerlan/php-qrcode/workflows/Continuous%20Integration/badge.svg
3134
[gh-action]: https://github.com/chillerlan/php-qrcode/actions?query=workflow%3A%22Continuous+Integration%22

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"chillerlan/php-settings-container": "^2.1"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "^9.4",
32+
"phpunit/phpunit": "^9.5",
3333
"phan/phan": "^3.2.2",
3434
"setasign/fpdf": "^1.8.2"
3535
},

0 commit comments

Comments
 (0)