Skip to content

Commit d7b8417

Browse files
committed
composer update + rector
1 parent 51c92e7 commit d7b8417

File tree

2 files changed

+3513
-1619
lines changed

2 files changed

+3513
-1619
lines changed

composer.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@
2626
},
2727
"minimum-stability": "dev",
2828
"require": {
29-
"craftcms/cms": "^4.0.0-alpha"
29+
"php": "^8.0.2",
30+
"craftcms/cms": "^4.0.0-alpha.1"
3031
},
3132
"require-dev": {
32-
"phpstan/phpstan": "^0.12.96"
33+
"phpstan/phpstan": "^1.4.6",
34+
"craftcms/rector": "dev-main"
3335
},
3436
"autoload": {
3537
"psr-4": {
@@ -43,5 +45,11 @@
4345
"name": "Webhooks",
4446
"handle": "webhooks",
4547
"documentationUrl": "https://github.com/craftcms/webhooks/blob/master/README.md"
48+
},
49+
"config": {
50+
"allow-plugins": {
51+
"yiisoft/yii2-composer": true,
52+
"craftcms/plugin-installer": true
53+
}
4654
}
4755
}

0 commit comments

Comments
 (0)