mirror of
https://github.com/danog/phpdoc-parser.git
synced 2024-11-26 20:15:11 +01:00
⬆️ Upgrade PHP dependency to support PHP8 installation
This commit is contained in:
parent
1948aa842a
commit
cd2f81ff67
@ -3,7 +3,7 @@ php:
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
- 7.4snapshot
|
||||
- 7.4
|
||||
- master
|
||||
|
||||
matrix:
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user