We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb43517 commit 13d4378Copy full SHA for 13d4378
.travis.yml
@@ -11,8 +11,8 @@ php:
11
- 7.4
12
- 8.0
13
14
-env:
15
- - PHPUNIT_VERSION=5.6.*
+# env:
+# - PHPUNIT_VERSION=5.6.*
16
17
matrix:
18
include:
composer.json
@@ -2,7 +2,7 @@
2
"require": {
3
"php": ">=5.6",
4
"ext-curl": "*",
5
- "phpunit/phpunit": "~4.8||~6.0",
+ "phpunit/phpunit": "9.3.5",
6
"authorizenet/authorizenet": ">=2.0 || <2.1"
7
}
8
0 commit comments