mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
Inconsolata as default font
This commit is contained in:
82
composer.lock
generated
82
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "a242ffb9edc0da4f3a3695053759cab6",
|
||||
"content-hash": "06518b5d3d774a669c86ea4b334482a0",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
@@ -4367,6 +4367,86 @@
|
||||
],
|
||||
"time": "2022-07-25T00:44:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-google-fonts",
|
||||
"version": "1.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/laravel-google-fonts.git",
|
||||
"reference": "c6d50d5b87c57468257efc136523fac7ed78c7dc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-google-fonts/zipball/c6d50d5b87c57468257efc136523fac7ed78c7dc",
|
||||
"reference": "c6d50d5b87c57468257efc136523fac7ed78c7dc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"guzzlehttp/guzzle": "^7.3",
|
||||
"illuminate/contracts": "^8.37|^9.0",
|
||||
"php": "^8.0",
|
||||
"spatie/laravel-package-tools": "^1.7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"brianium/paratest": "^6.3",
|
||||
"nunomaduro/collision": "^5.4|^6.0",
|
||||
"orchestra/testbench": "^6.17|^7.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"spatie/laravel-ray": "^1.17",
|
||||
"spatie/phpunit-snapshot-assertions": "^4.2"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Spatie\\GoogleFonts\\GoogleFontsServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"GoogleFonts": "Spatie\\GoogleFonts\\GoogleFontsFacade"
|
||||
}
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Spatie\\GoogleFonts\\": "src",
|
||||
"Spatie\\GoogleFonts\\Database\\Factories\\": "database/factories"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sebastian De Deyne",
|
||||
"email": "sebastian@spatie.be",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "Freek Van der herten",
|
||||
"email": "freek@spatie.be",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "Manage self-hosted Google Fonts in Laravel apps",
|
||||
"homepage": "https://github.com/spatie/laravel-google-fonts",
|
||||
"keywords": [
|
||||
"google fonts",
|
||||
"laravel",
|
||||
"laravel-google-fonts",
|
||||
"spatie"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/spatie/laravel-google-fonts/tree/1.2.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/spatie",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2022-09-07T10:01:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-package-tools",
|
||||
"version": "1.13.7",
|
||||
|
||||
Reference in New Issue
Block a user