Skip to content

Commit da8ec8a

Browse files
dependabot[bot]yoanm
authored andcommitted
Update phpunit/phpunit requirement from ^6.0 || ^7.0 to ^7.0 || ^8.0 (#10)
* Update phpunit/phpunit requirement from ^6.0 || ^7.0 to ^6.0 || ^7.0 || ^8.0 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.1.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits/8.1.3) Signed-off-by: dependabot[bot] <[email protected]> * Update composer.json * Update README.md * Update .travis.yml
1 parent edfa7b6 commit da8ec8a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ cache:
3939
branches:
4040
except:
4141
- /.*\-dev$/
42+
- /.*\-patch(\-\d+)?$/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Symfony JSON-RPC Http server swagger documentation
2-
[![License](https://img.shields.io/github/license/yoanm/symfony-jsonrpc-http-server-swagger-doc.svg)](https://github.com/yoanm/symfony-jsonrpc-http-server-swagger-doc) [![Code size](https://img.shields.io/github/languages/code-size/yoanm/symfony-jsonrpc-http-server-swagger-doc.svg)](https://github.com/yoanm/symfony-jsonrpc-http-server-swagger-doc) [![Dependencies](https://img.shields.io/librariesio/github/yoanm/symfony-jsonrpc-http-server-swagger-doc.svg)](https://libraries.io/packagist/yoanm%2Fsymfony-jsonrpc-http-server-swagger-doc)
2+
[![License](https://img.shields.io/github/license/yoanm/symfony-jsonrpc-http-server-swagger-doc.svg)](https://github.com/yoanm/symfony-jsonrpc-http-server-swagger-doc) [![Code size](https://img.shields.io/github/languages/code-size/yoanm/symfony-jsonrpc-http-server-swagger-doc.svg)](https://github.com/yoanm/symfony-jsonrpc-http-server-swagger-doc) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=yoanm/symfony-jsonrpc-http-server-swagger-doc)](https://dependabot.com)
33

44
[![Scrutinizer Build Status](https://img.shields.io/scrutinizer/build/g/yoanm/symfony-jsonrpc-http-server-swagger-doc.svg?label=Scrutinizer&logo=scrutinizer)](https://scrutinizer-ci.com/g/yoanm/symfony-jsonrpc-http-server-swagger-doc/build-status/master) [![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/yoanm/symfony-jsonrpc-http-server-swagger-doc/master.svg?logo=scrutinizer)](https://scrutinizer-ci.com/g/yoanm/symfony-jsonrpc-http-server-swagger-doc/?branch=master) [![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/yoanm/symfony-jsonrpc-http-server-swagger-doc/master.svg?logo=scrutinizer)](https://scrutinizer-ci.com/g/yoanm/symfony-jsonrpc-http-server-swagger-doc/?branch=master)
55

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"require-dev": {
4040
"behat/behat": "~3.0",
4141
"squizlabs/php_codesniffer": "3.*",
42-
"phpunit/phpunit": "^6.0 || ^7.0",
42+
"phpunit/phpunit": "^7.0 || ^8.0",
4343
"matthiasnoback/symfony-dependency-injection-test": "^2.0 || ^3.0",
4444
"matthiasnoback/symfony-config-test": "^3.0 || ^4.0",
4545
"symfony/framework-bundle": "^3.0 || ^4.0",

0 commit comments

Comments
 (0)