1
1
# JSON5 for PHP - JSON for Humans
2
2
3
3
[ ![ Latest Version on Packagist] [ ico-version ]] [ link-packagist ]
4
- [ ![ PHP 5.4 +] [ ico-php ]] [ link-packagist ]
4
+ [ ![ PHP 7.1 +] [ ico-php ]] [ link-packagist ]
5
5
[ ![ Software License] [ ico-license ]] ( LICENSE.md )
6
- [ ![ Build Status] [ ico-travis ]] [ link-travis ]
6
+ [ ![ Build Status] [ ico-build-status ]] [ link-build-status ]
7
7
[ ![ Coverage Status] [ ico-scrutinizer ]] [ link-scrutinizer ]
8
8
[ ![ SensioLabs Insight] [ ico-sensio ]] [ link-sensio ]
9
9
![ UTF-8 Compatible] [ ico-utf8 ]
@@ -146,7 +146,7 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
146
146
147
147
[ ico-version ] : https://img.shields.io/packagist/v/colinodell/json5.svg?style=flat-square
148
148
[ ico-license ] : https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
149
- [ ico-travis ] : https://img.shields.io/travis/ colinodell/json5/master .svg?style=flat-square
149
+ [ ico-build-status ] : https://img.shields.io/github/workflow/status/ colinodell/json5/Tests/latest .svg?style=flat-square
150
150
[ ico-scrutinizer ] : https://img.shields.io/scrutinizer/coverage/g/colinodell/json5.svg?style=flat-square
151
151
[ ico-code-quality ] : https://img.shields.io/scrutinizer/g/colinodell/json5.svg?style=flat-square
152
152
[ ico-downloads ] : https://img.shields.io/packagist/dt/colinodell/json5.svg?style=flat-square
@@ -155,7 +155,7 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
155
155
[ ico-php ] : https://img.shields.io/packagist/php-v/colinodell/json5.svg?style=flat-square
156
156
157
157
[ link-packagist ] : https://packagist.org/packages/colinodell/json5
158
- [ link-travis ] : https://travis-ci.org /colinodell/json5
158
+ [ link-build-status ] : https://github.com /colinodell/json5/actions?query=workflow%3ATests+branch%3Alatest
159
159
[ link-scrutinizer ] : https://scrutinizer-ci.com/g/colinodell/json5/code-structure/master/code-coverage
160
160
[ link-code-quality ] : https://scrutinizer-ci.com/g/colinodell/json5
161
161
[ link-downloads ] : https://packagist.org/packages/colinodell/json5
0 commit comments