Skip to content

Commit af3fd47

Browse files
committed
Removed PHP 5.6 support
Added custom fields for purchase request
1 parent 8df8d0f commit af3fd47

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ php:
66
- 7.2
77
- 7.3
88
- 7.4
9-
- 8.0
109

1110
before_script:
1211
- composer install -n --dev --prefer-source

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"require": {
21-
"php": "^7.0|^7.1|^7.2|^7.3|^7.4|^8.0",
21+
"php": "^7.0|^7.1|^7.2|^7.3|^7.4",
2222
"ext-simplexml": "*",
2323
"ext-dom": "*",
2424
"omnipay/common": "^3.0"

0 commit comments

Comments
 (0)