diff --git a/.travis.yml b/.travis.yml index 4abc4ec..bcc679f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ sudo: false matrix: include: + - php: 8.0 + env: 'SCENARIO=symfony5' - php: 7.4 env: 'SCENARIO=symfony5' - php: 7.4 diff --git a/README.md b/README.md index 1414cfc..9453103 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,16 @@ [![Latest Stable Version](https://poser.pugx.org/robertfausk/behat-panther-extension/v/stable.svg)](https://packagist.org/packages/robertfausk/behat-panther-extension) [![Latest Unstable Version](https://poser.pugx.org/robertfausk/behat-panther-extension/v/unstable.svg)](https://packagist.org/packages/robertfausk/behat-panther-extension) [![Total Downloads](https://poser.pugx.org/robertfausk/behat-panther-extension/downloads.svg)](https://packagist.org/packages/robertfausk/behat-panther-extension) +[![Monhtly Downloads](https://img.shields.io/packagist/dm/robertfausk/behat-panther-extension?style=flat&color=blue)](https://img.shields.io/packagist/dm/robertfausk/behat-panther-extension) [![Build Status](https://travis-ci.com/robertfausk/behat-panther-extension.svg?branch=master)](https://travis-ci.com/robertfausk/behat-panther-extension) [![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/robertfausk/behat-panther-extension/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/robertfausk/behat-panther-extension/) [![Code Coverage](https://scrutinizer-ci.com/g/robertfausk/behat-panther-extension/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/robertfausk/behat-panther-extension/) -[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) -![PHP7 Compatible](https://img.shields.io/travis/php-v/robertfausk/behat-panther-extension/master?style=flat-square) -[![Open Issues](https://img.shields.io/github/issues-raw/robertfausk/behat-panther-extension?style=flat-square)](https://github.com/robertfausk/behat-panther-extension/issues) -[![Closed Issues](https://img.shields.io/github/issues-closed-raw/robertfausk/behat-panther-extension?style=flat-square)](https://github.com/robertfausk/behat-panther-extension/issues?q=is%3Aissue+is%3Aclosed) -[![Contributors](https://img.shields.io/github/contributors/robertfausk/behat-panther-extension?style=flat-square)](https://github.com/robertfausk/behat-panther-extension/graphs/contributors) -![Contributors](https://img.shields.io/maintenance/yes/2020?style=flat-square) +[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE) +![PHP7 Compatible](https://img.shields.io/travis/php-v/robertfausk/behat-panther-extension/master?style=flat) +[![Open Issues](https://img.shields.io/github/issues-raw/robertfausk/behat-panther-extension?style=flat)](https://github.com/robertfausk/behat-panther-extension/issues) +[![Closed Issues](https://img.shields.io/github/issues-closed-raw/robertfausk/behat-panther-extension?style=flat)](https://github.com/robertfausk/behat-panther-extension/issues?q=is%3Aissue+is%3Aclosed) +[![Contributors](https://img.shields.io/github/contributors/robertfausk/behat-panther-extension?style=flat)](https://github.com/robertfausk/behat-panther-extension/graphs/contributors) +![Contributors](https://img.shields.io/maintenance/yes/2022?style=flat) Symfony Panther extension for Behat diff --git a/composer.json b/composer.json index 9bdd4b3..c38d0e7 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ }, "require-dev": { "roave/security-advisories": "dev-master", - "phpunit/phpunit": "~7.5", + "phpunit/phpunit": "~7.5|~9.3", "matthiasnoback/symfony-config-test": "^4.1", "g1a/composer-test-scenarios": "^3.0" },