Skip to content

Commit

Permalink
🚀 v5
Browse files Browse the repository at this point in the history
Signed-off-by: bnomei <[email protected]>
  • Loading branch information
bnomei committed Nov 20, 2024
1 parent ec7513d commit 07c5e79
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions classes/Blueprints/Schema/Icon.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ enum Icon: string
case ANGLE_RIGHT = 'angle-right';
case ANGLE_UP = 'angle-up';
case ARCHIVE = 'archive';
case ASTERIX = 'asterix';
case ATTACHMENT = 'attachment';
case AUDIO = 'audio';
case BADGE = 'badge';
Expand Down Expand Up @@ -45,6 +46,7 @@ enum Icon: string
case CODE = 'code';
case COG = 'cog';
case COLLAPSE = 'collapse';
case COLLAPSE_HORIZONTAL = 'collapse-horizontal';
case COPY = 'copy';
case CREDIT_CARD = 'credit-card';
case CROP = 'crop';
Expand All @@ -61,6 +63,7 @@ enum Icon: string
case EDIT_LINE = 'edit-line';
case EMAIL = 'email';
case EXPAND = 'expand';
case EXPAND_HORIZONTAL = 'expand-horizontal';
case FACEBOOK = 'facebook';
case FILE = 'file';
case FILE_AUDIO = 'file-audio';
Expand Down Expand Up @@ -111,6 +114,9 @@ enum Icon: string
case ITALIC = 'italic';
case KEY = 'key';
case LAYERS = 'layers';
case LAYOUT_COLUMNS = 'layout-columns';
case LAYOUT_RIGHT = 'layout-right';
case LAYOUT_LEFT = 'layout-left';
case LINKEDIN = 'linkedin';
case LIST_BULLET = 'list-bullet';
case LIST_NUMBERS = 'list-numbers';
Expand Down Expand Up @@ -201,5 +207,6 @@ enum Icon: string
case WAND = 'wand';
case WHATSAPP = 'whatsapp';
case WHEELCHAIR = 'wheelchair';
case WINDOW = 'window';
case YOUTUBE = 'youtube';
}
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby-blueprints",
"type": "kirby-plugin",
"version": "4.5.0",
"version": "5.0.0",
"license": "MIT",
"homepage": "https://github.com/bnomei/kirby3-blueprints",
"description": "PHP Class-based Blueprints for Kirby CMS for better type safety and code completion",
Expand Down Expand Up @@ -44,16 +44,16 @@
}
},
"conflict": {
"getkirby/cms": "<4.0"
"getkirby/cms": "<5.0"
},
"require": {
"php": ">=8.2",
"getkirby/composer-installer": "^1.2"
},
"require-dev": {
"bnomei/autoloader-for-kirby": "^4.2",
"getkirby/cms": "^4.0.0-beta.2",
"larastan/larastan": "^2.9",
"getkirby/cms": "^5.0.0-alpha.3",
"larastan/larastan": "^v3.0.0",
"laravel/pint": "^1.11",
"pestphp/pest": "^2.24",
"pestphp/pest-plugin-drift": "^2.5",
Expand Down

0 comments on commit 07c5e79

Please sign in to comment.