Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
310
Merge Requests
310
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
d6ae9678
Commit
d6ae9678
authored
Jun 17, 2020
by
xjm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drupal 8.8.8
parent
c53d539e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
composer.lock
composer.lock
+5
-5
composer/Metapackage/CoreRecommended/composer.json
composer/Metapackage/CoreRecommended/composer.json
+1
-1
composer/Metapackage/PinnedDevDependencies/composer.json
composer/Metapackage/PinnedDevDependencies/composer.json
+1
-1
core/lib/Drupal.php
core/lib/Drupal.php
+1
-1
No files found.
composer.lock
View file @
d6ae9678
...
...
@@ -649,7 +649,7 @@
},
{
"name": "drupal/core",
"version": "8.8.
7
",
"version": "8.8.
8
",
"dist": {
"type": "path",
"url": "core",
...
...
@@ -879,7 +879,7 @@
},
{
"name": "drupal/core-project-message",
"version": "8.8.
7
",
"version": "8.8.
8
",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
...
...
@@ -909,7 +909,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "8.8.
7
",
"version": "8.8.
8
",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
...
...
@@ -942,12 +942,12 @@
"version": "0.9.1",
"source": {
"type": "git",
"url": "https://github.com/
njh
/easyrdf.git",
"url": "https://github.com/
easyrdf
/easyrdf.git",
"reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/
njh
/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
"url": "https://api.github.com/repos/
easyrdf
/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
"reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
"shasum": ""
},
...
...
composer/Metapackage/CoreRecommended/composer.json
View file @
d6ae9678
...
...
@@ -7,7 +7,7 @@
"webflo/drupal-core-strict"
:
"*"
},
"require"
:
{
"drupal/core"
:
"8.8.
7
"
,
"drupal/core"
:
"8.8.
8
"
,
"asm89/stack-cors"
:
"1.2.0"
,
"composer/semver"
:
"1.5.0"
,
"doctrine/annotations"
:
"v1.4.0"
,
...
...
composer/Metapackage/PinnedDevDependencies/composer.json
View file @
d6ae9678
...
...
@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev"
:
"*"
},
"require"
:
{
"drupal/core"
:
"8.8.
7
"
,
"drupal/core"
:
"8.8.
8
"
,
"behat/mink"
:
"v1.8.1"
,
"behat/mink-browserkit-driver"
:
"1.3.3"
,
"behat/mink-goutte-driver"
:
"v1.2.1"
,
...
...
core/lib/Drupal.php
View file @
d6ae9678
...
...
@@ -82,7 +82,7 @@ class Drupal {
/**
* The current system version.
*/
const
VERSION
=
'8.8.
7
'
;
const
VERSION
=
'8.8.
8
'
;
/**
* Core API compatibility.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment