We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0d717 commit efc5b48Copy full SHA for efc5b48
composer.json
@@ -8,13 +8,12 @@
8
"require": {
9
"php": "^7.1||^8.0",
10
"guzzlehttp/guzzle": "^6.0||^7.0",
11
- "fakerphp/faker": "^1.9.1",
12
"ext-json": "*"
13
},
14
"require-dev": {
15
- "phpunit/phpunit": "^7.0 || ^8.0",
16
- "fzaninotto/faker": "^1.6",
17
- "php-coveralls/php-coveralls": "^2.0"
+ "php-coveralls/php-coveralls": "^2.0",
+ "phpunit/phpunit": "^9.6",
+ "fakerphp/faker": "^1.23"
18
19
"autoload": {
20
"psr-4": {
phpunit.xml
@@ -11,7 +11,6 @@
<testsuites>
<testsuite name="Unit Tests">
<directory suffix="Test.php">./tests/Unit</directory>
- <directory suffix="Test.php">./tests/Integration</directory>
</testsuite>
</testsuites>
<filter>
0 commit comments