We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9913147 commit 535fd48Copy full SHA for 535fd48
composer.json
@@ -16,8 +16,8 @@
16
}
17
],
18
"require": {
19
- "php": "^8.0",
20
- "statamic/cms": "^4.0"
+ "php": "^8.1",
+ "statamic/cms": "^5.0"
21
},
22
"autoload": {
23
"psr-4": {
src/FontAwesomeTags.php
@@ -9,6 +9,7 @@
9
class FontAwesomeTags extends Tags
10
{
11
protected static $handle = 'font_awesome';
12
+ protected static $aliases = ['fa'];
13
14
public function wildcard($icon): ?string
15
0 commit comments