Commit d385960d authored by Rob Phillips's avatar Rob Phillips
Browse files

Issue #3311536 by robphillips: Add missing composer.json file.

parent 3e563db8
Loading
Loading
Loading
Loading

composer.json

0 → 100644
+17 −0
Original line number Diff line number Diff line
{
    "name": "drupal/dynamic_path_aliases",
    "description": "Define dynamic path aliases using YAML.",
    "type": "drupal-module",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Robert Phillips",
            "email": "rob@imagexmedia.com"
        }
    ],
    "require": {
        "drupal/core": "^8.8 || ^9",
        "drupal/yaml_editor": "^1.0",
        "php": ">=7.4"
    }
}