Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4 from sparksi/5.x
Browse files Browse the repository at this point in the history
5.x
  • Loading branch information
DanielVeza authored Jun 25, 2020
2 parents 2675810 + 2fccbda commit 540ed5f
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,30 @@
"asset.packagist": {
"type": "composer",
"url": "https://asset-packagist.org"
},
"ckeditor-plugin/link": {
"type": "package",
"package": {
"name": "ckeditor-plugin/link",
"version": "4.14.0",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/link/releases/link_4.14.0.zip",
"type": "zip"
}
}
},
"ckeditor-plugin/fakeobjects": {
"type": "package",
"package": {
"name": "ckeditor-plugin/fakeobjects",
"version": "4.14.0",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/fakeobjects/releases/fakeobjects_4.14.0.zip",
"type": "zip"
}
}
}
},
"require": {
Expand All @@ -29,7 +53,7 @@
"drush/drush": "^9.0",
"oomphinc/composer-installers-extender": "^1.1",
"zaporylie/composer-drupal-optimizations": "^1.0",
"sparksinteractive/sector-distribution": "dev-8.x-4.x"
"sparksinteractive/sector-distribution": "5.0.x-dev"
},
"config": {
"bin-dir": "bin/",
Expand Down

0 comments on commit 540ed5f

Please sign in to comment.