Skip to content

Commit 13d4378

Browse files
committed
Removed base version of PhpUnit
1 parent cb43517 commit 13d4378

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ php:
1111
- 7.4
1212
- 8.0
1313

14-
env:
15-
- PHPUNIT_VERSION=5.6.*
14+
# env:
15+
# - PHPUNIT_VERSION=5.6.*
1616

1717
matrix:
1818
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"require": {
33
"php": ">=5.6",
44
"ext-curl": "*",
5-
"phpunit/phpunit": "~4.8||~6.0",
5+
"phpunit/phpunit": "9.3.5",
66
"authorizenet/authorizenet": ">=2.0 || <2.1"
77
}
88
}

0 commit comments

Comments
 (0)