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 5
5
- 7.2
6
6
- 7.3
7
7
- 7.4
8
+ - 8.0
8
9
9
10
before_script :
10
11
- composer self-update
Original file line number Diff line number Diff line change 1
1
# Bom
2
2
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 )
4
4
5
5
A purely static zero dependencies [ byte Order Mark] ( https://en.wikipedia.org/wiki/Byte_order_mark ) Helper to handle unicode BOMs
6
6
@@ -49,7 +49,7 @@ foreach ($boms as $encoding => $bom) {
49
49
50
50
## Requirements
51
51
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
53
53
54
54
## Contributing
55
55
Original file line number Diff line number Diff line change 22
22
" MIT"
23
23
],
24
24
"require" : {
25
- "php" : " >= 7.1"
25
+ "php" : " ^ 7.1|^8.0 "
26
26
},
27
27
"require-dev" : {
28
28
"phpunit/phpunit" : " ~7.0|~8.0"
You can’t perform that action at this time.
0 commit comments