Skip to content

Commit

Permalink
Merge pull request #18 from ostark/craft5
Browse files Browse the repository at this point in the history
Craft 5 compatibility
  • Loading branch information
Oliver Stark authored Apr 18, 2024
2 parents d588d06 + b6021bb commit 8491b16
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.0, 8.1]
php: [8.2]
stability: [prefer-stable]

name: P${{ matrix.php }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes will be documented in this file.

## 2.1.0 - 2024-04-18

- Craft 5 compatibility

## 2.0.2 - 2024-01-04

- Added extra condition to support the lastest changes in Blitz.
Expand Down
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,15 @@
"docs": "https://github.com/ostark/craft-relax/blob/main/README.md"
},
"require": {
"php": "^7.4||^8.0",
"craftcms/cms": "^4.0.0",
"php": "^8.0",
"craftcms/cms": "^5.0.1",
"yiisoft/yii2-queue": "^2.3.3"
},
"require-dev": {
"craftcms/phpstan": "*",
"craftcms/rector": "dev-main",
"friendsofphp/php-cs-fixer": "^3.0",
"nunomaduro/collision": "^5.10",
"pestphp/pest": "^1.2",
"pestphp/pest-plugin-parallel": "^1.0"
"pestphp/pest": "^1.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8491b16

Please sign in to comment.