Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
igbinary
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
igbinary
Merge requests
!1
Issue
#3330477
: Make igbinary usable without needing module enabled.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3330477
: Make igbinary usable without needing module enabled.
issue/igbinary-3330477:3330477-make-igbinary-usable
into
2.0.x
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Florent Torregrosa
requested to merge
issue/igbinary-3330477:3330477-make-igbinary-usable
into
2.0.x
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
2.0.x
version 1
d60bf525
2 years ago
2.0.x (base)
and
latest version
latest version
18958383
1 commit,
3 months ago
version 1
d60bf525
1 commit,
2 years ago
2 files
+
6
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
composer.json
+
6
−
1
Options
{
"name"
:
"drupal/igbinary"
,
"description"
:
"Offers igbinary based serialization service."
,
"license"
:
"GPL-2.0-or-later"
,
"type"
:
"drupal-module"
,
"license"
:
"GPL-2.0+"
,
"support"
:
{
"issues"
:
"https://www.drupal.org/project/issues/igbinary"
},
"require"
:
{
"ext-igbinary"
:
"*"
,
"ext-zlib"
:
"*"
},
"autoload"
:
{
"psr-4"
:
{
"Drupal\\igbinary\\"
:
"src"
}
}
}
Loading