Skip to content

Commit 21748f1

Browse files
authored
Merge pull request #14 from kevin-appelt/master
2 parents 72797e6 + eb8ca93 commit 21748f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.0
55
- 7.1
66
- 7.2
7+
- 7.3
78

89
addons:
910
apt:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
},
2121
"require": {
22-
"php": ">=7.0 <7.3",
22+
"php": ">=7.0 <7.4",
2323
"composer-plugin-api": "^1.0",
2424
"symfony/dotenv": "^3.3.0 || ^4.0"
2525
},

0 commit comments

Comments
 (0)