Skip to content

Commit

Permalink
update composer and info file
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleywaye committed Mar 8, 2024
1 parent 8fe600e commit 4cf9d1e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
{
"name": "cu/cua_theme",
"description": "The CU 1.x theme",
"type": "drupal-theme"
"type": "drupal-theme",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/CUCentralAdvancement/cua-theme",
"require": {
"drupal/bootstrap_barrio": "^5.0"
},
"authors": [
{
"name": "Bradly Waye",
"email": "[email protected]"
}
],
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
}
}
}
2 changes: 1 addition & 1 deletion cua_theme.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CU Theme
type: theme
description: 'CU Advancement | CU Foundation'
core_version_requirement: ^9.4 || ^10
version: '1.0'
version: '1.0.0'
project: 'CU Advancement theme'
base theme: bootstrap_barrio

Expand Down

0 comments on commit 4cf9d1e

Please sign in to comment.