Skip to content

Commit

Permalink
Update to Omnipay 3, purchases 0.11, shipping 0.13, PHP 7.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev committed Apr 1, 2019
1 parent fae5685 commit 49a0914
Show file tree
Hide file tree
Showing 3 changed files with 928 additions and 219 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ language: php
sudo: false

php:
- 7.0
- 7.1
- 7.2
- 7.3

matrix:
fast_finish: true
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
}
],
"require": {
"php": "^7",
"php": "^7.1",
"composer/installers": "*",
"openbuildings/jam": "^0.5",
"openbuildings/purchases": "^0.9 | ^0.10",
"openbuildings/shipping": "^0.10 | ^0.11",
"openbuildings/purchases": "^0.11",
"openbuildings/shipping": "^0.13",
"openbuildings/jam-monetary": "^0.1.21"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 49a0914

Please sign in to comment.