Skip to content

Commit f784a4d

Browse files
committed
Add a phpstan lvl 6, validate cs-fixer, validate phpstan lvl3, add rector action, validate phpstan lvl 3
1 parent 55735ec commit f784a4d

File tree

2 files changed

+1489
-605
lines changed

2 files changed

+1489
-605
lines changed

composer.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,20 @@
1616
"nikic/php-parser": "^4.10",
1717
"symfony/config": "^5.2",
1818
"symfony/expression-language": "^5.2",
19-
"php-etl/configurator-contracts": "^0.5.0",
20-
"php-etl/satellite-toolbox": "^0.3.0",
21-
"php-etl/fast-map-plugin": "^0.7.0",
22-
"php-etl/packaging": "^0.1.0"
19+
"php-etl/configurator-contracts": "^0.6@dev",
20+
"php-etl/satellite-toolbox": "^0.4@dev",
21+
"php-etl/fast-map-plugin": "^0.8@dev",
22+
"php-etl/packaging": "^0.2@dev"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^9.5",
26-
"php-etl/phpunit-extension": "^0.4.0",
25+
"phpunit/phpunit": "^9.5 || ^10.0",
26+
"php-etl/phpunit-extension": "^0.5@dev",
2727
"adlawson/vfs": "^0.12.1",
2828
"phpstan/phpstan": "^1.10",
29-
"php-etl/sql-flow": "^0.1.0",
29+
"php-etl/sql-flow": "^0.2@dev",
3030
"friendsofphp/php-cs-fixer": "^3.0",
3131
"mikey179/vfsstream": "^1.6",
32+
"infection/infection": "^0.26.18",
3233
"rector/rector": "^0.15"
3334
},
3435
"autoload": {
@@ -44,7 +45,8 @@
4445
},
4546
"extra": {
4647
"branch-alias": {
47-
"dev-main": "0.4.x-dev"
48+
"dev-main": "0.5.x-dev",
49+
"dev-feature/qualityflow-improvments": "0.5.x-dev"
4850
},
4951
"gyroscops": {
5052
"plugins": ["Kiboko\\Plugin\\SQL\\Service"]
@@ -53,7 +55,8 @@
5355
"config": {
5456
"bin-dir": "bin",
5557
"allow-plugins": {
56-
"php-http/discovery": true
58+
"php-http/discovery": true,
59+
"infection/extension-installer": true
5760
}
5861
}
5962
}

0 commit comments

Comments
 (0)