Skip to content

Commit 09e3c96

Browse files
committed
Updated dependencies.
1 parent 7ba2a44 commit 09e3c96

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: php
22
php:
3-
- '7.1'
4-
- '7.2'
53
- '7.3'
6-
4+
- '7.4'
5+
76
install:
87
- composer self-update
98
- composer update

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"type": "library",
99
"license": "MIT",
1010
"require": {
11-
"php": ">=7.1.0"
11+
"php": ">=7.3.0"
1212
},
1313
"require-dev": {
14-
"phing/phing": "^2.0.0",
15-
"phpunit/phpunit": "^7.0.0 || ^8.0.0"
14+
"phing/phing": "^2.0",
15+
"phpunit/phpunit": "^9.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)