Skip to content

Commit

Permalink
Merge pull request #187 from pheeque1/feature/craft-5-support
Browse files Browse the repository at this point in the history
Add Craft 5 support
  • Loading branch information
pheeque1 authored Apr 19, 2024
2 parents 9ac7a09 + ebf676c commit a36395c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 3.0.0 - 2024-04-19
- Craft 5 support

## 2.4.4 - 2023-10-27
- Housekeeping

Expand Down
14 changes: 5 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@
"require": {
"php": "^8.0.2",
"albertofem/rsync-lib": "^1.0.0",
"craftcms/cms": "^4.0.0",
"composer/composer": "^2.7",
"craftcms/cms": "^5.0.0",
"craftcms/plugin-installer": "^1.5.6",
"fortrabbit/craft-auto-migrate": "^2.5.0",
"gitonomy/gitlib": "^1.3",
"ostark/yii2-artisan-bridge": "^1.3.1",
"ostark/yii2-artisan-bridge": "^1.4.0",
"symfony/process": "^5.0 | ^6.0",
"symfony/yaml": "^4.2 | ^5.0",
"vlucas/phpdotenv": "^3.4.0 | ^5.4"
Expand Down Expand Up @@ -64,11 +65,6 @@
"craftcms/plugin-installer": true,
"fortrabbit/craft-auto-migrate": true
},
"sort-packages": true,
"platform": {
"php": "8.0.15"
}
},
"minimum-stability": "dev",
"prefer-stable": true
"sort-packages": true
}
}

0 comments on commit a36395c

Please sign in to comment.