Commit 388ab9f8 authored by Quan Nguyen's avatar Quan Nguyen

push unique module

parent 5b0d7f1b
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
"drupal/core-vendor-hardening": "^8.8", "drupal/core-vendor-hardening": "^8.8",
"drupal/custom_breadcrumbs": "^1.0", "drupal/custom_breadcrumbs": "^1.0",
"drupal/easy_breadcrumb": "^1.13", "drupal/easy_breadcrumb": "^1.13",
"drupal/unique_field": "2.x-dev",
"drupal/views_data_export": "^1.0" "drupal/views_data_export": "^1.0"
}, },
"conflict": { "conflict": {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "ac59bc355f548e3ddc274cea247055d3", "content-hash": "d92d357ecbdaa197c9c885d7d8e6ad41",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
...@@ -1441,6 +1441,72 @@ ...@@ -1441,6 +1441,72 @@
"source": "https://git.drupalcode.org/project/token" "source": "https://git.drupalcode.org/project/token"
} }
}, },
{
"name": "drupal/unique_field",
"version": "dev-2.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/unique_field.git",
"reference": "753022fa04699d002ac62ee2b8971405d64dbef0"
},
"require": {
"drupal/core": "~8.0"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
},
"drupal": {
"version": "8.x-2.x-dev",
"datestamp": "1498976042",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Logesh waran",
"homepage": "https://www.drupal.org/user/3180685"
},
{
"name": "Pravin Ajaaz",
"homepage": "https://www.drupal.org/user/2910049"
},
{
"name": "arithmetric",
"homepage": "https://www.drupal.org/user/162305"
},
{
"name": "immanuel.paul",
"homepage": "https://www.drupal.org/user/3197807"
},
{
"name": "rakesh.gectcr",
"homepage": "https://www.drupal.org/user/1177822"
},
{
"name": "sidheswar",
"homepage": "https://www.drupal.org/user/2983289"
},
{
"name": "utiks",
"homepage": "https://www.drupal.org/user/3408446"
}
],
"description": "An attempt to port unique field module to drupal 8",
"homepage": "https://www.drupal.org/project/unique_field",
"support": {
"source": "https://git.drupalcode.org/project/unique_field"
},
"time": "2017-07-02T06:13:12+00:00"
},
{ {
"name": "drupal/views_data_export", "name": "drupal/views_data_export",
"version": "1.0.0", "version": "1.0.0",
...@@ -4117,7 +4183,9 @@ ...@@ -4117,7 +4183,9 @@
"packages-dev": [], "packages-dev": [],
"aliases": [], "aliases": [],
"minimum-stability": "dev", "minimum-stability": "dev",
"stability-flags": [], "stability-flags": {
"drupal/unique_field": 20
},
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],
......
unique_field @ 753022fa
Subproject commit 753022fa04699d002ac62ee2b8971405d64dbef0
...@@ -1473,6 +1473,73 @@ ...@@ -1473,6 +1473,73 @@
"source": "https://git.drupalcode.org/project/token" "source": "https://git.drupalcode.org/project/token"
} }
}, },
{
"name": "drupal/unique_field",
"version": "dev-2.x",
"version_normalized": "dev-2.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/unique_field.git",
"reference": "753022fa04699d002ac62ee2b8971405d64dbef0"
},
"require": {
"drupal/core": "~8.0"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
},
"drupal": {
"version": "8.x-2.x-dev",
"datestamp": "1498976042",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"installation-source": "source",
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Logesh waran",
"homepage": "https://www.drupal.org/user/3180685"
},
{
"name": "Pravin Ajaaz",
"homepage": "https://www.drupal.org/user/2910049"
},
{
"name": "arithmetric",
"homepage": "https://www.drupal.org/user/162305"
},
{
"name": "immanuel.paul",
"homepage": "https://www.drupal.org/user/3197807"
},
{
"name": "rakesh.gectcr",
"homepage": "https://www.drupal.org/user/1177822"
},
{
"name": "sidheswar",
"homepage": "https://www.drupal.org/user/2983289"
},
{
"name": "utiks",
"homepage": "https://www.drupal.org/user/3408446"
}
],
"description": "An attempt to port unique field module to drupal 8",
"homepage": "https://www.drupal.org/project/unique_field",
"support": {
"source": "https://git.drupalcode.org/project/unique_field"
}
},
{ {
"name": "drupal/views_data_export", "name": "drupal/views_data_export",
"version": "1.0.0", "version": "1.0.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment