Skip to content

Commit ea9fda4

Browse files
authored
Merge pull request #6 from php-etl/client-mock
move the HttpClient Mock from akeneo-plugin to phpunit-extension
2 parents 88da32b + ddd2e5a commit ea9fda4

16 files changed

+1789
-191
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@
33
"description": "Extension for testing FastMap and ETL components with PHPUnit testing framework",
44
"type": "library",
55
"require": {
6-
"php": "^8.0",
6+
"php": "^8.1",
77
"phpunit/phpunit": "^9",
88
"nikic/php-parser": "^4.10",
99
"php-etl/pipeline-contracts": "^0.3.0",
10-
"adlawson/vfs": "*"
10+
"php-http/message": "^1.11",
11+
"php-http/mock-client": "^1.4@dev",
12+
"fakerphp/faker": "^1.19",
13+
"laminas/laminas-diactoros": "^2.6",
14+
"mikey179/vfsstream": "^1.6"
1115
},
1216
"license": "MIT",
1317
"authors": [

0 commit comments

Comments
 (0)