Skip to content

Commit

Permalink
Prepare for Craft 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ostark committed Feb 26, 2024
1 parent c72dda4 commit 9d80cb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changelog
=========

## 4.0.0 - 2024-XX-XX
* Craft 5 support


## 3.0.0 - 2022-05-25
* Craft 4 and PHP 8 support

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
],
"require": {
"php": "^8.0",
"craftcms/cms": "^4.0.0",
"craftcms/flysystem": "^1.0.0",
"craftcms/cms": "^5.0.0-beta",
"craftcms/flysystem": "^2.0.0",
"league/flysystem-aws-s3-v3": "^3.0.0",
"symfony/console": "^5.1"
"symfony/console": "^6.0 | ^7.0"
},
"require-dev": {
"craftcms/phpstan": "dev-main",
Expand Down

0 comments on commit 9d80cb6

Please sign in to comment.