Skip to content

Commit 5fe7a59

Browse files
committed
Updated dependencies.
1 parent bd4460a commit 5fe7a59

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ dist: trusty
44

55
language: php
66
php:
7-
- '7.1'
8-
- '7.2'
97
- '7.3'
108
- '7.4'
119

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
],
88
"license": "MIT",
99
"require": {
10-
"php": ">=7.1.0"
10+
"php": ">=7.3.0"
1111
},
1212
"require-dev": {
13-
"phing/phing": "^2.0.0",
14-
"phpunit/phpunit": "^7.0.0 || ^8.0.0"
13+
"phing/phing": "^2.0",
14+
"phpunit/phpunit": "^9.0"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)