Skip to content

Commit 7391024

Browse files
committed
Update PHP requirements
1 parent af69b1e commit 7391024

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.1
55
- 7.2
6+
- 7.3
67

78
matrix:
89
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"require": {
17-
"php": "~7.0",
17+
"php": "~7.1",
1818
"php-di/php-di": "^6.0.0",
1919
"php-di/invoker": "^2.0.0",
2020
"slim/slim": "^4.0.0"

0 commit comments

Comments
 (0)