Skip to content

Commit 5a6e930

Browse files
committed
3.0.0-beta.1
1 parent 7103d5a commit 5a6e930

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.0.0-beta.1 - 2022-03-10
4+
5+
### Changed
6+
- Now requires PHP `^8.0.2`.
7+
- Now requires Craft `^4.0.0-beta.1`.
8+
39
## 2.2.4 - 2021-06-30
410

511
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"require": {
2828
"php": "^8.0.2",
29-
"craftcms/cms": "^4.0.0-alpha",
29+
"craftcms/cms": "^4.0.0-beta.1",
3030
"verbb/base": "^2.0.0-beta"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)