Skip to content

Commit d690b30

Browse files
authored
Merge pull request #211 from picqer/php56-minimal
PHP 5.6 minimal requirement
2 parents a85b450 + 038cfce commit d690b30

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ dist: trusty
22
language: php
33

44
php:
5-
- 5.5
65
- 5.6
76
- 7
87
- 7.1

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5.0",
19+
"php": ">=5.6.0",
2020
"guzzlehttp/guzzle": "^6.3.1|^7.0",
2121
"ext-json": "*"
2222
},
@@ -27,5 +27,8 @@
2727
"psr-4": {
2828
"Picqer\\Financials\\Moneybird\\": "src/Picqer/Financials/Moneybird"
2929
}
30+
},
31+
"scripts": {
32+
"test": "vendor/bin/phpunit"
3033
}
3134
}

0 commit comments

Comments
 (0)