parent
39bfbe0131
commit
4aff401207
|
@ -648,7 +648,7 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/core",
|
||||
"version": "8.9.0",
|
||||
"version": "8.9.1",
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "core",
|
||||
|
@ -879,7 +879,7 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/core-project-message",
|
||||
"version": "8.9.0",
|
||||
"version": "8.9.1",
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "composer/Plugin/ProjectMessage",
|
||||
|
@ -909,7 +909,7 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/core-vendor-hardening",
|
||||
"version": "8.9.0",
|
||||
"version": "8.9.1",
|
||||
"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": ""
|
||||
},
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"webflo/drupal-core-strict": "*"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "8.9.0",
|
||||
"drupal/core": "8.9.1",
|
||||
"asm89/stack-cors": "1.3.0",
|
||||
"composer/semver": "1.5.1",
|
||||
"doctrine/annotations": "v1.4.0",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"webflo/drupal-core-require-dev": "*"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "8.9.0",
|
||||
"drupal/core": "8.9.1",
|
||||
"behat/mink": "v1.8.1",
|
||||
"behat/mink-browserkit-driver": "v1.3.4",
|
||||
"behat/mink-goutte-driver": "v1.2.1",
|
||||
|
|
|
@ -82,7 +82,7 @@ class Drupal {
|
|||
/**
|
||||
* The current system version.
|
||||
*/
|
||||
const VERSION = '8.9.0';
|
||||
const VERSION = '8.9.1';
|
||||
|
||||
/**
|
||||
* Core API compatibility.
|
||||
|
|
Loading…
Reference in New Issue