Commit 3ea89bb2 authored by git's avatar git Committed by Bram Driesen
Browse files

Issue #3289846 by Project Update Bot: Automated Drupal 10 compatibility fixes

parent f7168479
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+2 −0
Original line number Diff line number Diff line
.idea
.DS_Store
 No newline at end of file
+1 −2
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
      "source": "http://cgit.drupalcode.org/stop_admin"
  },
  "require": {
      "drupal/core": "^8 || ^9"
    "drupal/core": "^8 || ^9 || ^10"
  }
}
+1 −2
Original line number Diff line number Diff line
name: 'Stop Administrator Login'
type: module
description: 'Will prevent the administrator user from logging into the site.'
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
package: Security