Skip to content

Commit cd2f81f

Browse files
Th3Moukondrejmirtes
authored andcommitted
⬆️ Upgrade PHP dependency to support PHP8 installation
1 parent 1948aa8 commit cd2f81f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ php:
33
- 7.1
44
- 7.2
55
- 7.3
6-
- 7.4snapshot
6+
- 7.4
77
- master
88

99
matrix:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "PHPDoc parser with support for nullable, intersection and generic types",
44
"license": "MIT",
55
"require": {
6-
"php": "~7.1"
6+
"php": "^7.1 || ^8.0"
77
},
88
"require-dev": {
99
"consistence/coding-standard": "^3.5",

0 commit comments

Comments
 (0)