Skip to content

Commit

Permalink
Craft 5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-lenz committed Jun 7, 2024
1 parent 67e33b2 commit 9262726
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
"type": "craft-plugin",
"license": "MIT",
"require": {
"php": "^8.0",
"craftcms/cms": "^4.0.0",
"sebastianlenz/craft-utils": "^3.0.7"
"php": "^8.2",
"craftcms/cms": "^5.1.3",
"sebastianlenz/craft-utils": "^4.0.0-beta"
},
"require-dev": {
"craftcms/feed-me": "^5.0",
"craftcms/feed-me": "^6.1.0",
"craftcms/phpstan": "dev-main",
"phpstan/phpstan": "^1.8.5",
"phpunit/phpunit": "^7.5 || ^8.0",
"verbb/super-table": "^3.0.5"
"phpunit/phpunit": "^7.5 || ^8.0"
},
"autoload": {
"classmap": ["legacy"],
Expand Down

0 comments on commit 9262726

Please sign in to comment.