-
- Downloads
Resolve #2237493 "Port to drupal 8 & 9"
parent
625a0595
No related branches found
No related tags found
Showing
- README.txt 1 addition, 2 deletionsREADME.txt
- composer.json 15 additions, 0 deletionscomposer.json
- pasc.info 0 additions, 6 deletionspasc.info
- pasc.info.yml 8 additions, 0 deletionspasc.info.yml
- pasc.install 3 additions, 1 deletionpasc.install
- pasc.links.menu.yml 5 additions, 0 deletionspasc.links.menu.yml
- pasc.module 205 additions, 188 deletionspasc.module
- pasc.routing.yml 9 additions, 0 deletionspasc.routing.yml
composer.json
0 → 100644
{ | ||
"name": "drupal/pasc", | ||
"description": "An interactive checklist of performance and scalability optimization tasks for Drupal.", | ||
"type": "drupal-module", | ||
"homepage": "http://drupal.org/project/pasc", | ||
"license": "GPL-2.0-or-later", | ||
"require": { | ||
"drupal/checklistapi": "^2.0" | ||
}, | ||
"minimum-stability": "dev", | ||
"support": { | ||
"issues": "https://www.drupal.org/project/issues/pasc", | ||
"source": "https://git.drupalcode.org/project/pasc" | ||
} | ||
} |
pasc.info
deleted
100644 → 0
pasc.info.yml
0 → 100644
pasc.links.menu.yml
0 → 100644
pasc.routing.yml
0 → 100644
Please register or sign in to comment