Skip to content

Commit ad228b9

Browse files
committed
client external mock mapping
1 parent ad3e8c3 commit ad228b9

34 files changed

+1966
-1717
lines changed

composer.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"license": "MIT",
66
"type": "library",
77
"require": {
8-
"php": "^7.3|^8.0",
9-
"laravel/lumen-framework": "^8.0",
10-
"jobcloud/php-kafka-lib": "^1.7",
11-
"flix-tech/avro-serde-php": "^1.7"
8+
"php": "^8.3",
9+
"laravel/lumen-framework": "11.2.0",
10+
"jobcloud/php-kafka-lib": "2.0.0",
11+
"flix-tech/avro-serde-php": "2.1"
1212
},
1313
"autoload": {
1414
"psr-4": {
@@ -25,10 +25,17 @@
2525
"require-dev": {
2626
"squizlabs/php_codesniffer": "*",
2727
"phpunit/phpunit": "9.6.20",
28-
"rregeer/phpunit-coverage-check": "^0.3.1"
28+
"rregeer/phpunit-coverage-check": "^0.3.1",
29+
"slevomat/coding-standard": "^8.15",
30+
"mockery/mockery": "^1.6"
2931
},
3032
"scripts": {
3133
"lint": "./vendor/bin/phpcs -p",
3234
"test": "./vendor/bin/phpunit --configuration phpunit.xml --coverage-clover report_coverage.xml && php prepare-coverage-report.php && ./vendor/bin/coverage-check report_coverage.xml 40"
35+
},
36+
"config": {
37+
"allow-plugins": {
38+
"dealerdirect/phpcodesniffer-composer-installer": true
39+
}
3340
}
3441
}

0 commit comments

Comments
 (0)