Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
purge
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
purge
Merge requests
!23
Issue
#3378779
: purge_drush should have an extra.drush.services section in its composer.json.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3378779
: purge_drush should have an extra.drush.services section in its composer.json.
issue/purge-3378779:3378779-purgedrush-should-have
into
8.x-3.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
Atanas Sotirov
requested to merge
issue/purge-3378779:3378779-purgedrush-should-have
into
8.x-3.x
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
8.x-3.x
8.x-3.x (HEAD)
and
latest version
latest version
8fcddb47
1 commit,
1 year ago
1 file
+
22
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
modules/purge_drush/composer.json
0 → 100644
+
22
−
0
Options
{
"name"
:
"drupal/purge_drush"
,
"type"
:
"drupal-module"
,
"description"
:
"Provides a generic external cache invalidation API and queue service for DRUSH."
,
"license"
:
"GPL-2.0-or-later"
,
"authors"
:
[
{
"name"
:
"Niels van Mourik"
,
"homepage"
:
"http://www.nielsvm.org"
}
],
"extra"
:
{
"branch-alias"
:
{
"dev-8.x-3.x"
:
"3.x-dev"
},
"drush"
:
{
"services"
:
{
"drush.services.yml"
:
"^10 || ^11"
}
}
}
}
\ No newline at end of file
Loading