Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
follow
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
follow
Merge requests
!4
Issue
#3436764
- Add composer file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3436764
- Add composer file
issue/follow-3436764:3436764-add-composer.json-file
into
8.x-2.x
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Viktor Holovachek
requested to merge
issue/follow-3436764:3436764-add-composer.json-file
into
8.x-2.x
9 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Closes
#3436764
0
0
Merge request reports
Compare
8.x-2.x
8.x-2.x (base)
and
latest version
latest version
c0fd63f0
1 commit,
9 months ago
1 file
+
41
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
composer.json
0 → 100644
+
41
−
0
Options
{
"name"
:
"drupal/follow"
,
"description"
:
"Follow adds sitewide and per user links that link to various social networking sites."
,
"type"
:
"drupal-module"
,
"license"
:
"GPL-2.0-or-later"
,
"keywords"
:
[
"Drupal"
],
"homepage"
:
"
https://www.drupal.org/project/follow
"
,
"authors"
:
[
{
"name"
:
"James Sansbury (q0rban)"
,
"homepage"
:
"
https://www.drupal.org/u/q0rban
"
,
"role"
:
"Maintainer"
},
{
"name"
:
"Naveen Valecha (naveenvalecha)"
,
"homepage"
:
"
https://www.drupal.org/u/naveenvalecha
"
,
"role"
:
"Maintainer"
},
{
"name"
:
"Rob Loach (RobLoach)"
,
"homepage"
:
"
https://www.drupal.org/u/robloach
"
,
"role"
:
"Maintainer"
},
{
"name"
:
"John Bloomfield (jbloomfield)"
,
"homepage"
:
"
https://www.drupal.org/u/jbloomfield
"
,
"role"
:
"Maintainer"
},
{
"name"
:
"Viktor Holovachek (AstonVictor)"
,
"homepage"
:
"
https://www.drupal.org/u/astonvictor
"
,
"role"
:
"Maintainer"
}
],
"minimum-stability"
:
"dev"
,
"support"
:
{
"issues"
:
"https://www.drupal.org/project/issues/follow"
,
"source"
:
"https://git.drupalcode.org/project/follow"
},
"require"
:
{
}
}
Loading