Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 134dfa2

Browse files
committed
⬆️ Upgrade PHP dependency to support PHP8 installation
1 parent 1948aa8 commit 134dfa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.travis.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /