Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0c20ef3

Browse files
php version update
1 parent 2584a89 commit 0c20ef3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ matrix:
1515
- php: 7.1
1616
- php: 7.2
1717
- php: 7.3
18+
- php: 7.4
19+
- php: 8.0
1820

1921
cache:
2022
directories:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.3"
13+
"php": ">=5.3 <8.0"
1414
},
1515
"require-dev": {
16-
"php": ">=5.3",
16+
"php": ">=5.3 <8.0",
1717
"phpunit/phpunit": "^4.8"
1818
},
1919
"autoload": {

0 commit comments

Comments
 (0)