Skip to content

Commit a36395c

Browse files
authored
Merge pull request #187 from pheeque1/feature/craft-5-support
Add Craft 5 support
2 parents 9ac7a09 + ebf676c commit a36395c

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 3.0.0 - 2024-04-19
4+
- Craft 5 support
5+
36
## 2.4.4 - 2023-10-27
47
- Housekeeping
58

composer.json

+5-9
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@
2323
"require": {
2424
"php": "^8.0.2",
2525
"albertofem/rsync-lib": "^1.0.0",
26-
"craftcms/cms": "^4.0.0",
26+
"composer/composer": "^2.7",
27+
"craftcms/cms": "^5.0.0",
2728
"craftcms/plugin-installer": "^1.5.6",
2829
"fortrabbit/craft-auto-migrate": "^2.5.0",
2930
"gitonomy/gitlib": "^1.3",
30-
"ostark/yii2-artisan-bridge": "^1.3.1",
31+
"ostark/yii2-artisan-bridge": "^1.4.0",
3132
"symfony/process": "^5.0 | ^6.0",
3233
"symfony/yaml": "^4.2 | ^5.0",
3334
"vlucas/phpdotenv": "^3.4.0 | ^5.4"
@@ -64,11 +65,6 @@
6465
"craftcms/plugin-installer": true,
6566
"fortrabbit/craft-auto-migrate": true
6667
},
67-
"sort-packages": true,
68-
"platform": {
69-
"php": "8.0.15"
70-
}
71-
},
72-
"minimum-stability": "dev",
73-
"prefer-stable": true
68+
"sort-packages": true
69+
}
7470
}

0 commit comments

Comments
 (0)