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 51c92e7 commit d7b8417Copy full SHA for d7b8417
composer.json
@@ -26,10 +26,12 @@
26
},
27
"minimum-stability": "dev",
28
"require": {
29
- "craftcms/cms": "^4.0.0-alpha"
+ "php": "^8.0.2",
30
+ "craftcms/cms": "^4.0.0-alpha.1"
31
32
"require-dev": {
- "phpstan/phpstan": "^0.12.96"
33
+ "phpstan/phpstan": "^1.4.6",
34
+ "craftcms/rector": "dev-main"
35
36
"autoload": {
37
"psr-4": {
@@ -43,5 +45,11 @@
43
45
"name": "Webhooks",
44
46
"handle": "webhooks",
47
"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
+ }
54
}
55
0 commit comments