mirror of
https://github.com/flarum/core.git
synced 2025-08-15 12:54:47 +02:00
Compare commits
2 Commits
dk/2836-tr
...
v0.1.0-bet
Author | SHA1 | Date | |
---|---|---|---|
|
34079108c8 | ||
|
f7a8b76fa8 |
@@ -22,7 +22,7 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.1",
|
"php": ">=7.1",
|
||||||
"axy/sourcemap": "^0.1.4",
|
"axy/sourcemap": "^0.1.4",
|
||||||
"components/font-awesome": "^5.4.2",
|
"components/font-awesome": "5.9.*",
|
||||||
"dflydev/fig-cookies": "^1.0.2",
|
"dflydev/fig-cookies": "^1.0.2",
|
||||||
"doctrine/dbal": "^2.7",
|
"doctrine/dbal": "^2.7",
|
||||||
"franzl/whoops-middleware": "^0.4.0",
|
"franzl/whoops-middleware": "^0.4.0",
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
@import "fontawesome";
|
@import "fontawesome";
|
||||||
@import "fa-brands";
|
@import "brands";
|
||||||
@import "fa-regular";
|
@import "regular";
|
||||||
@import "fa-solid";
|
@import "solid";
|
||||||
@fa-font-path: "./fonts";
|
@fa-font-path: "./fonts";
|
||||||
|
|
||||||
@import "normalize";
|
@import "normalize";
|
||||||
|
@@ -25,7 +25,7 @@ class Application extends Container implements ApplicationContract
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = '0.1.0-beta.8.1';
|
const VERSION = '0.1.0-beta.8.2';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The base path for the Flarum installation.
|
* The base path for the Flarum installation.
|
||||||
|
Reference in New Issue
Block a user