We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cdb944 commit b757de5Copy full SHA for b757de5
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
3
orbs:
4
ci-caching: jobcloud/[email protected]
5
- ci-php: jobcloud/ci-php@2.0
+ ci-php: jobcloud/ci-php@2.1
6
7
workflows:
8
test-console-kafka-schema-registry:
composer.json
@@ -26,7 +26,7 @@
26
"symfony/console": "^4.3|^5.1"
27
},
28
"require-dev": {
29
- "infection/infection": "^0.25",
+ "infection/infection": "^0.26",
30
"phpstan/phpstan": "^0.12",
31
"phpunit/phpunit": "^9.5",
32
"rregeer/phpunit-coverage-check": "^0.3.1",
@@ -37,5 +37,10 @@
37
"Jobcloud\\SchemaConsole\\": "src/",
38
"Jobcloud\\SchemaConsole\\Tests\\": "tests/"
39
}
40
+ },
41
+ "config": {
42
+ "allow-plugins": {
43
+ "infection/extension-installer": false
44
+ }
45
46
0 commit comments