+8
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -2,9 +2,16 @@ | ||
"name": "drupal/stage_file_proxy",
|
||
"description": "Provides stage_file_proxy module.",
|
||
"type": "drupal-module",
|
||
"license": "GPL-2.0+",
|
||
"license": "GPL-2.0-or-later",
|
||
"minimum-stability": "dev",
|
||
"require": {
|
||
"drupal/core": ">=8.7.7"
|
||
},
|
||
"extra": {
|
||
"drush": {
|
||
"services": {
|
||
"stage_file_proxy.drush.services.yml": "^9 || ^10"
|
||
}
|
||
}
|
||
}
|
||
} |
||
src/Commands/StageFileProxyCommands.php
0 → 100644
+189
−0
stage_file_proxy.drush.inc
deleted100644 → 0
+0
−114
stage_file_proxy.drush.services.yml
0 → 100644
+11
−0
stage_file_proxy.drush8.inc
0 → 100644
+24
−0
Loading