We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db255f commit b267c88Copy full SHA for b267c88
composer.json
@@ -26,7 +26,7 @@
26
"minimum-stability": "dev",
27
"prefer-stable": true,
28
"require": {
29
- "craftcms/cms": "^5.0.0-beta.1",
+ "craftcms/cms": "^4.0.0-RC3|^5.0.0-beta.1",
30
"league/fractal": "^0.20.1"
31
},
32
"require-dev": {
@@ -51,7 +51,7 @@
51
52
"config": {
53
"platform": {
54
- "php": "8.2"
+ "php": "8.0.2"
55
56
"allow-plugins": {
57
"yiisoft/yii2-composer": true,
0 commit comments