Commit 1ed28138 authored by Jakob P's avatar Jakob P
Browse files

Issue #3289200 by balintpekker, nkoporec: Automated Drupal 10 compatibility fixes.

parent f5ff378c
Loading
Loading
Loading
Loading

composer.json

0 → 100644
+16 −0
Original line number Diff line number Diff line
{
    "name": "drupal/qa_accounts",
    "type": "drupal-module",
    "description": "Creates dummy accounts to aid in testing. Never enable in production environments.",
    "license": "GPL-2.0-or-later",
    "extra": {
        "branch-alias": {
            "dev-8.x-1.x": "1.x-dev"
        },
        "drush": {
            "services": {
                "drush.services.yml": ">=9"
            }
        }
    }
}
+1 −2
Original line number Diff line number Diff line
name: QA Accounts
description: 'Creates dummy accounts to aid in testing. Never enable in production environments.'
type: module
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: '>=8.9 <11.0.0-stable'
dependencies:
  - drupal:user
package: 'Development'