1
0
mirror of https://github.com/flarum/core.git synced 2025-09-03 13:12:50 +02:00

feat: fontawesome v6 (#4020)

This commit is contained in:
Sami Mazouz
2024-09-20 08:27:08 +01:00
committed by GitHub
parent c28eee59b3
commit f13a1c8387
5 changed files with 14 additions and 10 deletions

View File

@@ -107,12 +107,13 @@
"require": {
"php": "^8.2",
"ext-json": "*",
"components/font-awesome": "^5.15.0",
"components/font-awesome": "^6.5.2",
"composer/composer": "^2.7",
"dflydev/fig-cookies": "^3.0",
"doctrine/dbal": "^3.6.2",
"dragonmantank/cron-expression": "^3.3",
"fakerphp/faker": "^1.9.1",
"flarum/json-api-server": "^0.1.0",
"franzl/whoops-middleware": "2.0",
"guzzlehttp/guzzle": "*",
"illuminate/bus": "^11.0",
@@ -161,7 +162,6 @@
"symfony/postmark-mailer": "^7.0",
"symfony/translation": "^7.0",
"symfony/yaml": "^7.0",
"flarum/json-api-server": "^0.1.0",
"wikimedia/less.php": "^4.1"
},
"require-dev": {