Skip to content

Commit

Permalink
Added: Craft 5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdavies committed Jul 24, 2024
1 parent f1fc4fd commit b21c4a1
Show file tree
Hide file tree
Showing 2 changed files with 892 additions and 793 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
"homepage": "https://zaengle.com"
}
],
"require": {
"craftcms/cms": "^4.0.0||^5.0.0"
},
"require-dev": {
"craftcms/cms": "^4.5.0",
"craftcms/ecs": "dev-main",
"phpstan/phpstan": "^1.4",
"roave/security-advisories": "dev-latest",
Expand All @@ -49,7 +51,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"phpstan": "vendor/bin/phpstan analyse",
"phpstan": "vendor/bin/phpstan analyse --memory-limit=1G --ansi",
"check-cs": "ecs check --ansi",
"fix-cs": "ecs check --ansi --fix"
},
Expand All @@ -61,6 +63,6 @@
},
"require": {
"craftcms/aws-s3": "^2.0",
"php": "^8.0 | ^8.1 | ^8.2"
"php": "^8.0 | ^8.1 | ^8.2 | ^8.3"
}
}
Loading

0 comments on commit b21c4a1

Please sign in to comment.