File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments