Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3443488
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
drupal-3443488
Commits
ac9bfb1e
Unverified
Commit
ac9bfb1e
authored
5 years ago
by
Alex Pott
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3086796
by mondrake, Mile23: Explicitly require pear/archive_tar ^1.4.5
parent
31314fca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
composer.lock
+3
-3
3 additions, 3 deletions
composer.lock
core/composer.json
+1
-1
1 addition, 1 deletion
core/composer.json
with
4 additions
and
4 deletions
composer.lock
+
3
−
3
View file @
ac9bfb1e
...
...
@@ -689,7 +689,7 @@
"dist": {
"type": "path",
"url": "core",
"reference": "
57abe59512b004ec4634f670d65f2b79d505d5a5
"
"reference": "
31a1704b02a57fad76cd5bdf898d5677154ed351
"
},
"require": {
"asm89/stack-cors": "^1.1",
...
...
@@ -713,7 +713,7 @@
"ext-xml": "*",
"guzzlehttp/guzzle": "^6.3",
"masterminds/html5": "^2.1",
"pear/archive_tar": "^1.4",
"pear/archive_tar": "^1.4
.5
",
"php": ">=7.0.8",
"stack/builder": "^1.0",
"symfony-cmf/routing": "^1.4",
...
...
@@ -733,7 +733,7 @@
"symfony/yaml": "~3.4.5",
"twig/twig": "^1.38.2",
"typo3/phar-stream-wrapper": "^2.1.1",
"zendframework/zend-diactoros": "
^1.1
",
"zendframework/zend-diactoros": "
>=1.7 <1.8
",
"zendframework/zend-feed": "^2.12"
},
"conflict": {
...
...
This diff is collapsed.
Click to expand it.
core/composer.json
+
1
−
1
View file @
ac9bfb1e
...
...
@@ -46,7 +46,7 @@
"zendframework/zend-diactoros"
:
">=1.7 <1.8"
,
"composer/semver"
:
"^1.0"
,
"asm89/stack-cors"
:
"^1.1"
,
"pear/archive_tar"
:
"^1.4"
"pear/archive_tar"
:
"^1.4
.5
"
},
"conflict"
:
{
"drush/drush"
:
"<8.1.10"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment