Skip to content

Commit 535fd48

Browse files
authored
Add support for Statamic 5 (#25)
1 parent 9913147 commit 535fd48

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.0",
20-
"statamic/cms": "^4.0"
19+
"php": "^8.1",
20+
"statamic/cms": "^5.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

src/FontAwesomeTags.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
class FontAwesomeTags extends Tags
1010
{
1111
protected static $handle = 'font_awesome';
12+
protected static $aliases = ['fa'];
1213

1314
public function wildcard($icon): ?string
1415
{

0 commit comments

Comments
 (0)