Issue #3396848 by danielspeicher, jurgenhaas: Coding Standards for PHP Stan Level 6 and PHP CS
Showing
- composer.json 6 additions, 4 deletionscomposer.json
- css/drd_agent.css 1 addition, 1 deletioncss/drd_agent.css
- src/Agent/Action/DomainsReceive.php 7 additions, 1 deletionsrc/Agent/Action/DomainsReceive.php
- src/Agent/Action/Projects.php 1 addition, 1 deletionsrc/Agent/Action/Projects.php
- src/Agent/Action/Update.php 35 additions, 5 deletionssrc/Agent/Action/Update.php
- src/Crypt/Base.php 1 addition, 1 deletionsrc/Crypt/Base.php
- src/Crypt/Method/MCrypt.php 0 additions, 134 deletionssrc/Crypt/Method/MCrypt.php
{ | ||
"name": "drupal/drd_agent", | ||
"type": "drupal-module", | ||
"description": "TODO", | ||
"description": "Agent on remote Drupal sites for the main DRD module.", | ||
"keywords": [ | ||
"Drupal" | ||
], | ||
"license": "GPL-2.0+", | ||
"license": "GPL-2.0-or-later", | ||
"homepage": "https://www.drupal.org/project/drd_agent", | ||
"authors": [ | ||
{ | ||
... | ... | @@ -27,7 +27,9 @@ |
"php": ">=8.1" | ||
}, | ||
"require-dev": { | ||
"drupal/security_review": "^2.0", | ||
"drupal/hacked": "^2.0@beta" | ||
"drupal/hacked": "^2.0@beta", | ||
"drupal/job_scheduler": "^4.0", | ||
"drupal/monitoring": "^1.13", | ||
"drupal/security_review": "^2.0" | ||
} | ||
} |
src/Crypt/Method/MCrypt.php
deleted
100644 → 0
Please register or sign in to comment