Skip to content

Commit 49a0914

Browse files
committed
Update to Omnipay 3, purchases 0.11, shipping 0.13, PHP 7.1+
1 parent fae5685 commit 49a0914

File tree

3 files changed

+928
-219
lines changed

3 files changed

+928
-219
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ language: php
33
sudo: false
44

55
php:
6-
- 7.0
76
- 7.1
7+
- 7.2
8+
- 7.3
89

910
matrix:
1011
fast_finish: true

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7",
21+
"php": "^7.1",
2222
"composer/installers": "*",
2323
"openbuildings/jam": "^0.5",
24-
"openbuildings/purchases": "^0.9 | ^0.10",
25-
"openbuildings/shipping": "^0.10 | ^0.11",
24+
"openbuildings/purchases": "^0.11",
25+
"openbuildings/shipping": "^0.13",
2626
"openbuildings/jam-monetary": "^0.1.21"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)