Skip to content

Commit efc5b48

Browse files
committed
Fix dependencies.
1 parent df0d717 commit efc5b48

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88
"require": {
99
"php": "^7.1||^8.0",
1010
"guzzlehttp/guzzle": "^6.0||^7.0",
11-
"fakerphp/faker": "^1.9.1",
1211
"ext-json": "*"
1312
},
1413
"require-dev": {
15-
"phpunit/phpunit": "^7.0 || ^8.0",
16-
"fzaninotto/faker": "^1.6",
17-
"php-coveralls/php-coveralls": "^2.0"
14+
"php-coveralls/php-coveralls": "^2.0",
15+
"phpunit/phpunit": "^9.6",
16+
"fakerphp/faker": "^1.23"
1817
},
1918
"autoload": {
2019
"psr-4": {

phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<testsuites>
1212
<testsuite name="Unit Tests">
1313
<directory suffix="Test.php">./tests/Unit</directory>
14-
<directory suffix="Test.php">./tests/Integration</directory>
1514
</testsuite>
1615
</testsuites>
1716
<filter>

0 commit comments

Comments
 (0)