⬆️ Upgrade PHP dependency to support PHP8 installation

This commit is contained in:
Jérémy Marodon 2020-07-23 11:17:19 +02:00 committed by Ondřej Mirtes
parent 1948aa842a
commit cd2f81ff67
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- 7.4
- master
matrix:

View File

@ -3,7 +3,7 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"license": "MIT",
"require": {
"php": "~7.1"
"php": "^7.1 || ^8.0"
},
"require-dev": {
"consistence/coding-standard": "^3.5",