Skip to content

Commit 95b8989

Browse files
committed
move the HttpClient Mock from akeneo-plugin to phpunit-extension
1 parent 88da32b commit 95b8989

14 files changed

+1827
-125
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
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+
"adlawson/vfs": "*",
11+
"php-http/message": "^1.11",
12+
"php-http/mock-client": "^1.4@dev",
13+
"fakerphp/faker": "^1.19",
14+
"laminas/laminas-diactoros": "^2.6",
15+
"akeneo/api-php-client": "^9.0"
1116
},
1217
"license": "MIT",
1318
"authors": [

0 commit comments

Comments
 (0)