Skip to content

Commit 4dd3adc

Browse files
authored
Merge pull request #99 from thephpleague/v3-56
Allow php 5.6
2 parents 8105b2a + 46c1d59 commit 4dd3adc

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: php
22

33
php:
4+
- 5.6
5+
- 7.0
46
- 7.1
57
- 7.2
68

@@ -19,7 +21,7 @@ env:
1921

2022
matrix:
2123
include:
22-
- php: 7.1
24+
- php: 5.6
2325
env: setup=lowest
2426

2527
install:

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"psr-4": { "Omnipay\\Stripe\\" : "src/" }
2727
},
2828
"require": {
29-
"php": "^7.1",
3029
"omnipay/common": "^3"
3130
},
3231
"require-dev": {

phpunit.xml.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
<directory>./tests/</directory>
1515
</testsuite>
1616
</testsuites>
17-
<listeners>
18-
<listener class="Mockery\Adapter\Phpunit\TestListener" file="vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php" />
19-
</listeners>
2017
<filter>
2118
<whitelist>
2219
<directory>./src</directory>

0 commit comments

Comments
 (0)