Skip to content

Commit 732c99f

Browse files
committed
Allow phpunit 5.7
1 parent b57bddf commit 732c99f

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

composer.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,18 @@
22
"name": "omnipay/tests",
33
"type": "library",
44
"description": "Testing components for Omnipay payment processing library",
5-
"keywords": [
6-
"gateway",
7-
"merchant",
8-
"omnipay",
9-
"pay",
10-
"payment",
11-
"purchase"
12-
],
5+
"keywords": ["omnipay"],
136
"homepage": "https://github.com/thephpleague/omnipay-tests",
147
"license": "MIT",
158
"authors": [
169
{
1710
"name": "Adrian Macneil",
1811
"email": "[email protected]"
1912
},
13+
{
14+
"name": "Barry vd. Heuvel",
15+
"email": "[email protected]"
16+
},
2017
{
2118
"name": "Omnipay Contributors",
2219
"homepage": "https://github.com/thephpleague/omnipay-tests/contributors"

0 commit comments

Comments
 (0)