Skip to content

Commit 60fd894

Browse files
committed
removed old badges, update gettext dependency
1 parent 28d1f84 commit 60fd894

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
[![Latest Version on Packagist][ico-version]][link-packagist]
44
[![Software License][ico-license]](LICENSE)
5-
[![Build Status][ico-travis]][link-travis]
6-
[![Quality Score][ico-scrutinizer]][link-scrutinizer]
75
[![Total Downloads][ico-downloads]][link-downloads]
86

97
Created by Raphaël Droz <[email protected]> (GPL-3 License)
@@ -67,11 +65,7 @@ The GPL-3 License (GPL-3). Please see [LICENSE](LICENSE) for more information.
6765

6866
[ico-version]: https://img.shields.io/packagist/v/gettext/twig-scanner.svg?style=flat-square
6967
[ico-license]: https://img.shields.io/badge/license-GPLv3-brightgreen.svg?style=flat-square
70-
[ico-travis]: https://img.shields.io/travis/php-gettext/Twig-Scanner/master.svg?style=flat-square
71-
[ico-scrutinizer]: https://img.shields.io/scrutinizer/g/php-gettext/Twig-Scanner.svg?style=flat-square
7268
[ico-downloads]: https://img.shields.io/packagist/dt/gettext/twig-scanner.svg?style=flat-square
7369

7470
[link-packagist]: https://packagist.org/packages/gettext/twig-scanner
75-
[link-travis]: https://travis-ci.org/php-gettext/Twig-Scanner
76-
[link-scrutinizer]: https://scrutinizer-ci.com/g/php-gettext/Twig-Scanner
7771
[link-downloads]: https://packagist.org/packages/gettext/twig-scanner

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": "^7.2 || ^8.0",
17-
"gettext/gettext": "v5.5.0"
17+
"gettext/gettext": "^v5.5.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^8.0",

0 commit comments

Comments
 (0)