Add composer dependencies, add code analyser service and form to trigger code analyser
composer.json
0 → 100644
{ | ||
"name": "drupal/upgrade_status", | ||
"type": "drupal-module", | ||
"description": "Tool to review deprecation status.", | ||
"homepage": "http://drupal.org/project/upgrade_status", | ||
"license": "GPL-2.0-or-later", | ||
"require": { | ||
"drupal/core": "^8.6", | ||
"mglaman/phpstan-drupal": "^0.12.0@dev", | ||
"mglaman/phpstan-drupal-deprecations": "^0.11.1", | ||
"mglaman/phpstan-junit": "^0.11.1", | ||
"phpstan/phpstan-deprecation-rules": "^0.11.0@dev" | ||
}, | ||
"minimum-stability": "dev" | ||
} |
deprecation_testing.neon
0 → 100644
src/DeprecationAnalyser.php
0 → 100644
src/Form/ReadinessForm.php
0 → 100644
upgrade_status.routing.yml
0 → 100644
upgrade_status.services.yml
0 → 100644
Please register or sign in to comment