We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df8d0f commit af3fd47Copy full SHA for af3fd47
.travis.yml
@@ -6,7 +6,6 @@ php:
6
- 7.2
7
- 7.3
8
- 7.4
9
- - 8.0
10
11
before_script:
12
- composer install -n --dev --prefer-source
composer.json
@@ -18,7 +18,7 @@
18
}
19
},
20
"require": {
21
- "php": "^7.0|^7.1|^7.2|^7.3|^7.4|^8.0",
+ "php": "^7.0|^7.1|^7.2|^7.3|^7.4",
22
"ext-simplexml": "*",
23
"ext-dom": "*",
24
"omnipay/common": "^3.0"
0 commit comments