We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae5685 commit 49a0914Copy full SHA for 49a0914
.travis.yml
@@ -3,8 +3,9 @@ language: php
3
sudo: false
4
5
php:
6
- - 7.0
7
- 7.1
+ - 7.2
8
+ - 7.3
9
10
matrix:
11
fast_finish: true
composer.json
@@ -18,11 +18,11 @@
18
}
19
],
20
"require": {
21
- "php": "^7",
+ "php": "^7.1",
22
"composer/installers": "*",
23
"openbuildings/jam": "^0.5",
24
- "openbuildings/purchases": "^0.9 | ^0.10",
25
- "openbuildings/shipping": "^0.10 | ^0.11",
+ "openbuildings/purchases": "^0.11",
+ "openbuildings/shipping": "^0.13",
26
"openbuildings/jam-monetary": "^0.1.21"
27
},
28
"require-dev": {
0 commit comments