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.
2 parents a85b450 + 038cfce commit d690b30Copy full SHA for d690b30
.travis.yml
@@ -2,7 +2,6 @@ dist: trusty
2
language: php
3
4
php:
5
- - 5.5
6
- 5.6
7
- 7
8
- 7.1
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": ">=5.5.0",
+ "php": ">=5.6.0",
20
"guzzlehttp/guzzle": "^6.3.1|^7.0",
21
"ext-json": "*"
22
},
@@ -27,5 +27,8 @@
27
"psr-4": {
28
"Picqer\\Financials\\Moneybird\\": "src/Picqer/Financials/Moneybird"
29
30
+ },
31
+ "scripts": {
32
+ "test": "vendor/bin/phpunit"
33
34
0 commit comments