Skip to content

Commit b57bddf

Browse files
committed
Allow phpunit 5.7
1 parent 1174b72 commit b57bddf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"php-http/mock-client": "^1",
3030
"php-http/guzzle6-adapter": "^1.1.1",
3131
"mockery/mockery": "^1",
32-
"phpunit/phpunit": "^6"
32+
"phpunit/phpunit": "^5.7|^6"
3333
},
3434
"require-dev": {
3535
"omnipay/common": "^3",
@@ -40,6 +40,5 @@
4040
"dev-master": "3.0.x-dev"
4141
}
4242
},
43-
"minimum-stability": "RC",
4443
"prefer-stable": true
4544
}

0 commit comments

Comments
 (0)