Skip to content

Commit

Permalink
Bring back Craft 4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Mar 12, 2024
1 parent 5db255f commit b267c88
Show file tree
Hide file tree
Showing 2 changed files with 1,341 additions and 1,250 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"craftcms/cms": "^5.0.0-beta.1",
"craftcms/cms": "^4.0.0-RC3|^5.0.0-beta.1",
"league/fractal": "^0.20.1"
},
"require-dev": {
Expand All @@ -51,7 +51,7 @@
},
"config": {
"platform": {
"php": "8.2"
"php": "8.0.2"
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
Expand Down
Loading

0 comments on commit b267c88

Please sign in to comment.