Skip to content

Commit

Permalink
Update the composer.lock file to follow with latest fixes by Varbase …
Browse files Browse the repository at this point in the history
…Patches #241
  • Loading branch information
Natshah committed Jul 25, 2024
1 parent e7963c1 commit ec038e0
Show file tree
Hide file tree
Showing 3 changed files with 30,129 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@ errors.log
# Ignore yarn lint dependencies.
/node_modules
/docroot/**/node_modules

# Ignore editor config and gitattributes.
/.editorconfig
/.gitattributes
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Project template for Varbase distribution.",
"type": "project",
"license": "GPL-2.0-or-later",
"version": "10.0.x-dev",
"version": "10.0.0.1",
"homepage": "https://www.drupal.org/project/varbase",
"authors": [
{
Expand Down Expand Up @@ -32,8 +32,8 @@
"drupal/core-project-message": "~10",
"cweagans/composer-patches": "~1",
"webflo/drupal-finder": "~1.0",
"vardot/varbase": "10.0.x-dev",
"vardot/varbase-patches": "10.0.x-dev"
"vardot/varbase": "~10.0.0",
"vardot/varbase-patches": "~10.0.0"
},
"require-dev": {
"drupal/core-dev": "~10",
Expand Down
Loading

0 comments on commit ec038e0

Please sign in to comment.