Upgrade ci to standardized pipeline

This commit is contained in:
Jaapio
2022-08-27 12:51:20 +02:00
parent 407c40dcfb
commit 863ec23a9e
9 changed files with 3884 additions and 275 deletions
+14 -1
View File
@@ -22,7 +22,12 @@
},
"require-dev": {
"mockery/mockery": "~1.3.5",
"psalm/phar": "^4.8"
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-webmozart-assert": "^1.2",
"vimeo/psalm": "^4.26"
},
"autoload": {
"psr-4": {
@@ -34,6 +39,14 @@
"phpDocumentor\\Reflection\\": ["tests/unit", "tests/integration"]
}
},
"config": {
"platform": {
"php":"7.4.0"
},
"allow-plugins": {
"phpstan/extension-installer": true
}
},
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"