File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 55 - 7.2
66 - 7.3
77 - 7.4
8+ - 8.0
89
910before_script :
1011 - composer self-update
Original file line number Diff line number Diff line change 11# Bom
22
3- [ ![ Build Status] ( https://travis-ci.org /fab2s/Bom.svg?branch=master )] ( https://travis-ci.org /fab2s/Bom ) [ ![ Total Downloads] ( https://poser.pugx.org/fab2s/bom/downloads )] ( //packagist.org/packages/fab2s/bom ) [ ![ Monthly Downloads] ( https://poser.pugx.org/fab2s/bom/d/monthly )] ( //packagist.org/packages/fab2s/bom ) [ ![ Latest Stable Version] ( https://poser.pugx.org/fab2s/bom/v/stable )] ( https://packagist.org/packages/fab2s/bom ) [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/fab2s/Bom/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/fab2s/Bom/?branch=master ) [ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat )] ( http://makeapullrequest.com ) [ ![ License] ( https://poser.pugx.org/fab2s/bom/license )] ( https://packagist.org/packages/fab2s/bom )
3+ [ ![ Build Status] ( https://travis-ci.com /fab2s/Bom.svg?branch=master )] ( https://travis-ci.com /fab2s/Bom ) [ ![ Total Downloads] ( https://poser.pugx.org/fab2s/bom/downloads )] ( //packagist.org/packages/fab2s/bom ) [ ![ Monthly Downloads] ( https://poser.pugx.org/fab2s/bom/d/monthly )] ( //packagist.org/packages/fab2s/bom ) [ ![ Latest Stable Version] ( https://poser.pugx.org/fab2s/bom/v/stable )] ( https://packagist.org/packages/fab2s/bom ) [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/fab2s/Bom/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/fab2s/Bom/?branch=master ) [ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat )] ( http://makeapullrequest.com ) [ ![ License] ( https://poser.pugx.org/fab2s/bom/license )] ( https://packagist.org/packages/fab2s/bom )
44
55A purely static zero dependencies [ byte Order Mark] ( https://en.wikipedia.org/wiki/Byte_order_mark ) Helper to handle unicode BOMs
66
@@ -49,7 +49,7 @@ foreach ($boms as $encoding => $bom) {
4949
5050## Requirements
5151
52- ` Bom ` is tested against php 7.1, 7.2, 7.3 and 7.4
52+ ` Bom ` is tested against php 7.1, 7.2, 7.3, 7.4 and 8.0
5353
5454## Contributing
5555
Original file line number Diff line number Diff line change 2222 " MIT"
2323 ],
2424 "require" : {
25- "php" : " >= 7.1"
25+ "php" : " ^ 7.1|^8.0 "
2626 },
2727 "require-dev" : {
2828 "phpunit/phpunit" : " ~7.0|~8.0"
You can’t perform that action at this time.
0 commit comments