Update gin theme to 3.0.0-alpha27
This commit is contained in:
parent
3fe97b7081
commit
1fec4ab08b
33
composer.lock
generated
33
composer.lock
generated
|
@ -2498,17 +2498,17 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/gin",
|
"name": "drupal/gin",
|
||||||
"version": "3.0.0-alpha23",
|
"version": "3.0.0-alpha27",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/gin.git",
|
"url": "https://git.drupalcode.org/project/gin.git",
|
||||||
"reference": "8.x-3.0-alpha23"
|
"reference": "8.x-3.0-alpha27"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha23.zip",
|
"url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-alpha27.zip",
|
||||||
"reference": "8.x-3.0-alpha23",
|
"reference": "8.x-3.0-alpha27",
|
||||||
"shasum": "9bc03cad25b1def9e9327df8c13bc2e11bc61aeb"
|
"shasum": "8a6c0b47313b295dabc781def387f1a0179eb1d8"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "^8.8 || ^9"
|
"drupal/core": "^8.8 || ^9"
|
||||||
|
@ -2516,8 +2516,8 @@
|
||||||
"type": "drupal-theme",
|
"type": "drupal-theme",
|
||||||
"extra": {
|
"extra": {
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-3.0-alpha23",
|
"version": "8.x-3.0-alpha27",
|
||||||
"datestamp": "1594643695",
|
"datestamp": "1601291419",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "not-covered",
|
"status": "not-covered",
|
||||||
"message": "Alpha releases are not covered by Drupal security advisories."
|
"message": "Alpha releases are not covered by Drupal security advisories."
|
||||||
|
@ -2530,20 +2530,31 @@
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "dermario",
|
"name": "Sascha Eggenberger (saschaeggi)",
|
||||||
"homepage": "https://www.drupal.org/user/241276"
|
"homepage": "https://www.drupal.org/u/saschaeggi",
|
||||||
|
"role": "Maintainer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "saschaeggi",
|
"name": "saschaeggi",
|
||||||
"homepage": "https://www.drupal.org/user/1999056"
|
"homepage": "https://www.drupal.org/user/1999056"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "For a better Content Editor Experience on top of Claro.",
|
"description": "For a better Admin and Content Editor Experience.",
|
||||||
"homepage": "https://www.drupal.org/project/gin",
|
"homepage": "https://www.drupal.org/project/gin",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://git.drupalcode.org/project/gin",
|
"source": "https://git.drupalcode.org/project/gin",
|
||||||
"issues": "https://www.drupal.org/project/issues/gin"
|
"issues": "https://www.drupal.org/project/issues/gin"
|
||||||
}
|
},
|
||||||
|
"funding": [
|
||||||
|
{
|
||||||
|
"type": "github",
|
||||||
|
"url": "https://github.com/sponsors/saschaeggi"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "other",
|
||||||
|
"url": "https://paypal.me/saschaeggi"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/gin_toolbar",
|
"name": "drupal/gin_toolbar",
|
||||||
|
|
Loading…
Reference in a new issue