az-digital / arizona-bootstrap
University of Arizona theme for Bootstrap.
Package info
github.com/az-digital/arizona-bootstrap-packagist
Language:JavaScript
Type:drupal-library
pkg:composer/az-digital/arizona-bootstrap
v5.1.4
2026-06-12 20:42 UTC
Requires
Replaces
- twbs/bootstrap: ^4 || ^5
This package is auto-updated.
Last update: 2026-06-12 20:42:59 UTC
README
Composer package that contains the dist version of Arizona Bootstrap assets for use by PHP / Drupal projects.
Instructions for non-Drupal Projects
If using this package in a non-Drupal project, you may want to add the following configuration to your project's composer.json file:
{
"extra": {
"installer-disable": [
"drupal"
]
}
}