Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #51 from ymcatwincities/8.2.x-development
Browse files Browse the repository at this point in the history
OpenY 2.0
  • Loading branch information
podarok authored Feb 12, 2019
2 parents 970ef74 + 4fd1149 commit 1e50bb1
Showing 1 changed file with 30 additions and 58 deletions.
88 changes: 30 additions & 58 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"ymcatwincities/openy": "8.2.*",
"composer/installers": "^1.2",
"drupal-composer/drupal-scaffold": "^2.2",
"drupal-composer/drupal-scaffold": "^2.5.0",
"cweagans/composer-patches": "~1.0"
},
"require-dev": {
Expand Down Expand Up @@ -35,56 +35,8 @@
"url": "https://packages.drupal.org/8"
},
{
"type": "package",
"package": {
"name": "library-kenwheeler/slick",
"version": "1.6.0",
"type": "drupal-library",
"source": {
"url": "https://github.com/kenwheeler/slick",
"type": "git",
"reference": "1.6.0"
}
}
},
{
"type": "package",
"package": {
"name": "library-dinbror/blazy",
"version": "1.8.2",
"type": "drupal-library",
"source": {
"url": "https://github.com/dinbror/blazy",
"type": "git",
"reference": "1.8.2"
}
}
},
{
"type": "package",
"package": {
"name": "library-gdsmith/jquery.easing",
"version": "1.4.1",
"type": "drupal-library",
"source": {
"url": "https://github.com/gdsmith/jquery.easing",
"type": "git",
"reference": "1.4.1"
}
}
},
{
"type": "package",
"package": {
"name": "library-enyo/dropzone",
"version": "4.3.0",
"type": "drupal-library",
"source": {
"url": "https://github.com/enyo/dropzone",
"type": "git",
"reference": "v4.3.0"
}
}
"type": "composer",
"url": "https://asset-packagist.org"
},
{
"type": "package",
Expand All @@ -103,10 +55,10 @@
"type": "package",
"package": {
"name": "library-ckeditor/panelbutton",
"version": "4.7.0",
"version": "4.10.1",
"type": "drupal-library",
"dist": {
"url": "http://download.ckeditor.com/panelbutton/releases/panelbutton_4.7.0.zip",
"url": "http://download.ckeditor.com/panelbutton/releases/panelbutton_4.10.1.zip",
"type": "zip"
}
}
Expand All @@ -115,10 +67,10 @@
"type": "package",
"package": {
"name": "library-ckeditor/colorbutton",
"version": "4.7.0",
"version": "4.10.1",
"type": "drupal-library",
"dist": {
"url": "http://download.ckeditor.com/colorbutton/releases/colorbutton_4.7.0.zip",
"url": "http://download.ckeditor.com/colorbutton/releases/colorbutton_4.10.1.zip",
"type": "zip"
}
}
Expand All @@ -127,10 +79,10 @@
"type": "package",
"package": {
"name": "library-ckeditor/colordialog",
"version": "4.7.0",
"version": "4.10.1",
"type": "drupal-library",
"dist": {
"url": "http://download.ckeditor.com/colordialog/releases/colordialog_4.7.0.zip",
"url": "http://download.ckeditor.com/colordialog/releases/colordialog_4.10.1.zip",
"type": "zip"
}
}
Expand Down Expand Up @@ -172,6 +124,18 @@
"reference": "d5cb51ae5dbe526dba7d82c646ec0f46791fa7a0"
}
}
},
{
"type": "package",
"package": {
"name": "library-davekoelle/alphanum",
"version": "1.0.0",
"type": "drupal-library",
"dist": {
"url": "https://github.com/AndreyMaximov/alphanum/archive/1.0.0.zip",
"type": "zip"
}
}
}
],
"scripts": {
Expand All @@ -194,9 +158,17 @@
"docksal": "[ -d ./vendor/ymcatwincities/openy-docksal ] && (rsync -r --exclude=composer.json --exclude=.git --exclude=README.md ./vendor/ymcatwincities/openy-docksal/ ./) || (rm -rf .docksal build.sh)"
},
"extra": {
"installer-types": [
"bower-asset",
"npm-asset"
],
"installer-paths": {
"docroot/core": ["type:drupal-core"],
"docroot/libraries/{$name}": ["type:drupal-library"],
"docroot/libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
"type:npm-asset"
],
"docroot/modules/contrib/{$name}": ["type:drupal-module"],
"docroot/profiles/contrib/{$name}": ["type:drupal-profile"],
"docroot/themes/contrib/{$name}": ["type:drupal-theme"],
Expand Down

0 comments on commit 1e50bb1

Please sign in to comment.