1
0
mirror of https://github.com/flarum/core.git synced 2025-08-11 19:04:29 +02:00

patched constraint for components/font-awesome, fixes #1790

This commit is contained in:
Daniël Klabbers
2019-06-11 20:22:35 +02:00
parent 4c731ac621
commit c65b3e5cec
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
"require": {
"php": ">=7.1",
"axy/sourcemap": "^0.1.4",
"components/font-awesome": "^5.4.2",
"components/font-awesome": "5.9.*",
"dflydev/fig-cookies": "^1.0.2",
"doctrine/dbal": "^2.7",
"franzl/whoops-middleware": "^0.4.0",