add heroicons icon set

This commit is contained in:
2026-01-02 22:04:03 -08:00
parent d2b733bd0e
commit 7f6ed72807
652 changed files with 8591 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"name": "hi-powered-dev/cheese-cake",
"description": "A CakePHP plugin with misc. goodies ",
"type": "cakephp-plugin",
"license": "AGPL-3.0-or-later",
"license": "MIT",
"keywords": [
"cakephp"
],
@@ -15,7 +15,7 @@
],
"require": {
"php": ">=8.1",
"cakephp/cakephp": "^5.0.0"
"cakephp/cakephp": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "^10.1"