Skip to content

Commit

Permalink
Bumps dependencies for magic login for initial craft 5 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymeh committed Jun 18, 2024
1 parent 8d16739 commit f34e08c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"config": {
"platform": {
"php": "8.0.2"
"php": "8.2"
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
Expand All @@ -36,18 +36,19 @@
}
],
"require": {
"craftcms/cms": "^4.0.0-alpha",
"php": "^8.2",
"craftcms/cms": "^5.0",
"paragonie/random-lib": "^2.0"
},
"replace": {
"paragonie/random_compat": "^2"
},
"require-dev": {
"codeception/codeception": "^4.0",
"vlucas/phpdotenv": "^3.4.0",
"codeception/module-yii2": "^1.1",
"codeception/module-asserts": "^1.3",
"marcocesarato/php-conventional-changelog": "^1.12"
"codeception/codeception": "^5.0.11",
"vlucas/phpdotenv": "^5.4.1",
"codeception/module-yii2": "^1.1.9",
"codeception/module-asserts": "^3.0.0",
"marcocesarato/php-conventional-changelog": "^1.17"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f34e08c

Please sign in to comment.