Skip to content

Commit

Permalink
Updated dependencies to be contained and fixed the namespace.
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Skrypnyk <alex@drevops.com>
  • Loading branch information
AlexSkrypnyk committed Jul 17, 2023
1 parent 7ef8a0c commit 6f962c3
Show file tree
Hide file tree
Showing 20 changed files with 886 additions and 30 deletions.
18 changes: 0 additions & 18 deletions composer.d10.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@
"php": ">=8.1",
"composer/installers": "^2",
"cweagans/composer-patches": "^1.7",
"drupal/ckeditor": "^1.0",
"drupal/core-composer-scaffold": "^10",
"drupal/core-project-message": "^10",
"drupal/core-recommended": "^10",
"drupal/core": "10.0",
"drupal/jquery_ui": "^1.6",
"drupal/jquery_ui_autocomplete": "^2",
"drupal/jquery_ui_menu": "^2",
"drupal/linkit": "^6.0@beta",
"drush/drush": "^11",
"oomphinc/composer-installers-extender": "^2.0",
"vlucas/phpdotenv": "^5.1",
Expand Down Expand Up @@ -72,19 +67,6 @@
"drupal/drupal": "*"
},
"repositories": {
"drupal/components": {
"type": "package",
"package": {
"name": "drupal/components",
"type": "drupal-module",
"version": "2.4",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/components.git",
"reference": "8e184d5f98e56370cde9191f2810c913268b3294"
}
}
},
"drupal/drupal-driver": {
"type": "vcs",
"url": "https://github.com/drevops/DrupalDriver"
Expand Down
50 changes: 45 additions & 5 deletions composer.d10.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b1004c3cdd858f2a38df430815c8aab1",
"content-hash": "c0f0659f608b0fc64ba6fb78a176dafb",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -1234,13 +1234,52 @@
},
{
"name": "drupal/components",
"version": "2.4",
"version": "3.0.0-beta3",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/components.git",
"reference": "8e184d5f98e56370cde9191f2810c913268b3294"
"reference": "3.0.0-beta3"
},
"type": "drupal-module"
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/components-3.0.0-beta3.zip",
"reference": "3.0.0-beta3",
"shasum": "47ced4332f0a655ca38ae1b54e97a8e78d59f0bc"
},
"require": {
"drupal/core": "^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "3.0.0-beta3",
"datestamp": "1651759488",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "JohnAlbin",
"homepage": "https://www.drupal.org/user/32095",
"email": "virtually.johnalbin@gmail.com"
},
{
"name": "RobLoach",
"homepage": "https://www.drupal.org/user/61114"
}
],
"description": "Registers folders of components defined by your theme or module as Twig namespaces",
"homepage": "https://drupal.org/project/components",
"support": {
"source": "https://git.drupalcode.org/project/components"
}
},
{
"name": "drupal/config_devel",
Expand Down Expand Up @@ -13760,9 +13799,10 @@
],
"minimum-stability": "dev",
"stability-flags": {
"drupal/linkit": 10,
"drupal/core-dev": 10,
"drupal/drupal-extension": 20,
"drupal/components": 10,
"drupal/linkit": 10,
"drupal/default_content": 15
},
"prefer-stable": true,
Expand Down
227 changes: 227 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions docroot/themes/contrib/civictheme/.ahoy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#
# Ahoy configuration file.
# http://www.ahoycli.com/
#
# Provides development experience shortcuts.
---
ahoyapi: v2

commands:

build:
usage: Build or rebuild the project.
cmd: ./.circleci/build.sh

lint:
usage: Lint code.
cmd: ./.circleci/lint.sh

test:
usage: Run all tests.
cmd: ./.circleci/test.sh
Loading

0 comments on commit 6f962c3

Please sign in to comment.