Skip to content
Snippets Groups Projects
Commit 3d01407a authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Changed config and values in the composer.json and the make file.

parent 801434af
No related branches found
No related tags found
No related merge requests found
...@@ -31,17 +31,6 @@ ...@@ -31,17 +31,6 @@
"url": "https://packagist.drupal-composer.org" "url": "https://packagist.drupal-composer.org"
} }
], ],
"scripts": {
"post-install-cmd": [
"PhantomInstaller\\Installer::installPhantomJS",
"@composer drupal-scaffold",
"./bin/phing push"
],
"post-update-cmd": [
"./bin/phing push"
],
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
},
"extra": { "extra": {
"installer-paths": { "installer-paths": {
"docroot/core": [ "docroot/core": [
...@@ -80,20 +69,15 @@ ...@@ -80,20 +69,15 @@
"Issue #2664682 : Implement admin UI for editing Panelizer defaults": "Issue #2664682 : Implement admin UI for editing Panelizer defaults":
"https://www.drupal.org/files/issues/2664682-45.patch" "https://www.drupal.org/files/issues/2664682-45.patch"
}, },
"drupal/views_infinite_scroll": {
"Issue #2701881 : View No results area doesn't appear even view has no results":
"https://www.drupal.org/files/issues/no-wrapper-empty-rows-2701881-2.patch"
},
"drupal/entity_browser": { "drupal/entity_browser": {
"Issue #2738843 : The view widget should support radio buttons": "Issue #2738843 : The view widget should support radio buttons":
"https://www.drupal.org/files/issues/2738843-7.patch" "https://www.drupal.org/files/issues/2738843-7.patch"
}, },
"drush/drush": { "drush/drush": {
"Adding composer.json support to make-convert command": "Adding composer.json support to make-convert command":
"https://github.com/drush-ops/drush/commit/ce82b946d49b09cd33da5ca84feb24a6c35f8f8e.patch" "https://github.com/drush-ops/drush/commit/ce82b946d49b09cd33da5ca84feb24a6c35f8f8e.patch"
} }
} }
}, },
"require": { "require": {
"cweagans/composer-patches": "^1.5.0", "cweagans/composer-patches": "^1.5.0",
...@@ -124,8 +108,8 @@ ...@@ -124,8 +108,8 @@
"drupal/embed": "8.1.0-rc3", "drupal/embed": "8.1.0-rc3",
"drupal/entity": "8.1.0-alpha3", "drupal/entity": "8.1.0-alpha3",
"drupal/entity_browser": "8.1.0-alpha6", "drupal/entity_browser": "8.1.0-alpha6",
"drupal/entity_embed": "8.1.0", "drupal/entity_embed": "8.1.0-alpha3",
"drupal/inline_entity_form": "8.1.0", "drupal/inline_entity_form": "8.1.0-alpha6",
"drupal/media_entity": "8.1.0", "drupal/media_entity": "8.1.0",
"drupal/media_entity_document": "8.1.0", "drupal/media_entity_document": "8.1.0",
"drupal/media_entity_image": "8.1.1", "drupal/media_entity_image": "8.1.1",
...@@ -135,4 +119,4 @@ ...@@ -135,4 +119,4 @@
"drupal/adminimal_theme": "8.1.1", "drupal/adminimal_theme": "8.1.1",
"drupal/varbase_editor": "8.4.x-dev" "drupal/varbase_editor": "8.4.x-dev"
} }
} }
\ No newline at end of file
...@@ -149,9 +149,7 @@ projects[views_infinite_scroll][type] = module ...@@ -149,9 +149,7 @@ projects[views_infinite_scroll][type] = module
projects[views_infinite_scroll][subdir] = "contrib" projects[views_infinite_scroll][subdir] = "contrib"
projects[views_infinite_scroll][download][type] = git projects[views_infinite_scroll][download][type] = git
projects[views_infinite_scroll][download][url] = https://git.drupal.org/project/views_infinite_scroll projects[views_infinite_scroll][download][url] = https://git.drupal.org/project/views_infinite_scroll
projects[views_infinite_scroll][download][tag] = 8.x-1.0 projects[views_infinite_scroll][download][tag] = 8.x-1.2
;; Issue #2701881 : View No results area doesn't appear even view has no results
projects[views_infinite_scroll][patch][] = https://www.drupal.org/files/issues/no-wrapper-empty-rows-2701881-2.patch
projects[embed][type] = module projects[embed][type] = module
projects[embed][subdir] = "contrib" projects[embed][subdir] = "contrib"
...@@ -177,7 +175,7 @@ projects[entity_embed][type] = module ...@@ -177,7 +175,7 @@ projects[entity_embed][type] = module
projects[entity_embed][subdir] = "contrib" projects[entity_embed][subdir] = "contrib"
projects[entity_embed][download][type] = git projects[entity_embed][download][type] = git
projects[entity_embed][download][url] = https://git.drupal.org/project/entity_embed projects[entity_embed][download][url] = https://git.drupal.org/project/entity_embed
projects[entity_embed][download][tag] = 8.x-1.0-alpha2 projects[entity_embed][download][tag] = 8.x-1.0-alpha3
projects[inline_entity_form][type] = module projects[inline_entity_form][type] = module
projects[inline_entity_form][subdir] = "contrib" projects[inline_entity_form][subdir] = "contrib"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment