File tree 2 files changed +8
-9
lines changed
2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 3.0.0 - 2024-04-19
4
+ - Craft 5 support
5
+
3
6
## 2.4.4 - 2023-10-27
4
7
- Housekeeping
5
8
Original file line number Diff line number Diff line change 23
23
"require" : {
24
24
"php" : " ^8.0.2" ,
25
25
"albertofem/rsync-lib" : " ^1.0.0" ,
26
- "craftcms/cms" : " ^4.0.0" ,
26
+ "composer/composer" : " ^2.7" ,
27
+ "craftcms/cms" : " ^5.0.0" ,
27
28
"craftcms/plugin-installer" : " ^1.5.6" ,
28
29
"fortrabbit/craft-auto-migrate" : " ^2.5.0" ,
29
30
"gitonomy/gitlib" : " ^1.3" ,
30
- "ostark/yii2-artisan-bridge" : " ^1.3.1 " ,
31
+ "ostark/yii2-artisan-bridge" : " ^1.4.0 " ,
31
32
"symfony/process" : " ^5.0 | ^6.0" ,
32
33
"symfony/yaml" : " ^4.2 | ^5.0" ,
33
34
"vlucas/phpdotenv" : " ^3.4.0 | ^5.4"
64
65
"craftcms/plugin-installer" : true ,
65
66
"fortrabbit/craft-auto-migrate" : true
66
67
},
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
+ }
74
70
}
You can’t perform that action at this time.
0 commit comments