Skip to content

Commit

Permalink
Update craft requirements to test on 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
antcooper committed Nov 4, 2022
1 parent 0a014f3 commit 9d1af9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
}
],
"require": {
"craftcms/cms": "^4.0.0",
"craftcms/cms": "^3.7|^4.0",
"php": "^7.4|^8.0",
"matomo/device-detector": "^6.0"
},
"autoload": {
Expand Down
6 changes: 0 additions & 6 deletions src/controllers/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ class DefaultController extends Controller
// Public Methods
// =========================================================================

/**
* Handle a request going to our module's index action URL,
* e.g.: actions/runway-module/default
*
* @return mixed
*/
public function actionTest()
{
Nag::$plugin->nagService->handleLogin(Craft::$app->user->getIdentity());
Expand Down

0 comments on commit 9d1af9d

Please sign in to comment.