Skip to content

Commit 3a51eec

Browse files
committed
stripe-php version changed from 7.56 to >= 7.56
1 parent 29e60aa commit 3a51eec

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"name": "readdle/stripe-httpclient-mock",
33
"description": "Mock of Stripe's HttpClient which can be used in testing purposes in order to test your code and not to perform actual HTTP requests",
44
"type": "library",
5-
"license": "MIT",
6-
"version": "1.1.0",
7-
"php": ">=7.4",
8-
"autoload": {
9-
"psr-4": {
10-
"Readdle\\StripeHttpClientMock\\": "src/"
11-
}
12-
},
13-
"require": {
14-
"ext-json": "*",
15-
"stripe/stripe-php": "^7.56"
5+
"license": "MIT",
6+
"version": "1.1.0",
7+
"php": ">=7.4",
8+
"autoload": {
9+
"psr-4": {
10+
"Readdle\\StripeHttpClientMock\\": "src/"
11+
}
1612
},
17-
"require-dev": {
18-
"phpunit/phpunit": "^9"
19-
}
13+
"require": {
14+
"ext-json": "*",
15+
"stripe/stripe-php": ">=7.56"
16+
},
17+
"require-dev": {
18+
"phpunit/phpunit": "^9"
19+
}
2020
}

0 commit comments

Comments
 (0)