Content-Length: 354214 | pFad | http://github.com/Payum/PaypalRest/commit/0bbe3979ce3a6b629f14eb162f2744608e928184

33 feat: drop support of php < 8, update phpunit 5/8 => 9 · Payum/PaypalRest@0bbe397 · GitHub
Skip to content

Commit 0bbe397

Browse files
Chris8934pierredup
authored andcommitted
feat: drop support of php < 8, update phpunit 5/8 => 9
1 parent 23de94f commit 0bbe397

File tree

2 files changed

+15
-20
lines changed

2 files changed

+15
-20
lines changed

composer.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"paypal/rest-api-sdk-php" : "~1.0"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^5.7",
32-
"symfony/phpunit-bridge": "^3.1|^4"
31+
"symfony/phpunit-bridge": "^6.0",
32+
"php-http/guzzle6-adapter": "^1.1.1"
3333
},
3434
"autoload": {
3535
"psr-0": { "Payum\\Paypal\\Rest": "" }
@@ -43,7 +43,4 @@
4343
"dev-master": "2.0.x-dev"
4444
}
4545
}
46-
}
47-
48-
49-
46+
}

phpunit.xml.dist

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
3-
<phpunit backupGlobals="false"
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
backupGlobals="false"
44
backupStaticAttributes="false"
55
colors="true"
66
convertErrorsToExceptions="true"
77
convertNoticesToExceptions="true"
88
convertWarningsToExceptions="true"
99
processIsolation="false"
1010
stopOnFailure="false"
11-
syntaxCheck="false"
1211
bootstrap="Tests/bootstrap.php"
13-
>
12+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
13+
<coverage>
14+
<include>
15+
<directory>./</directory>
16+
</include>
17+
<exclude>
18+
<directory>./Tests</directory>
19+
<directory>./vendor</directory>
20+
</exclude>
21+
</coverage>
1422
<testsuites>
1523
<testsuite name="Payum PaypalRest Component Test Suite">
1624
<directory>./Tests</directory>
1725
</testsuite>
1826
</testsuites>
19-
20-
<filter>
21-
<whitelist>
22-
<directory>./</directory>
23-
<exclude>
24-
<directory>./Tests</directory>
25-
<directory>./vendor</directory>
26-
</exclude>
27-
</whitelist>
28-
</filter>
2927
</phpunit>

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/Payum/PaypalRest/commit/0bbe3979ce3a6b629f14eb162f2744608e928184

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy