RemoveGoogleFonts/composer.json

33 lines
631 B
JSON
Raw Normal View History

2022-07-18 15:12:52 +02:00
{
"name": "d3/removegooglefonts",
2022-08-31 14:55:36 +02:00
"description": "Google Fonts lokal einbinden",
2022-07-18 15:12:52 +02:00
"type": "oxideshop-module",
"keywords": [
"oxid",
"modules",
"eShop",
"d3"
],
"authors": [
{
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@shopmodule.com",
"homepage": "http://www.d3data.de",
"role": "Owner"
}
],
"homepage": "https://www.oxidmodule.com/",
"license": [
2022-08-31 14:55:36 +02:00
"GPL-3.0-or-later"
2022-07-18 15:12:52 +02:00
],
2022-08-31 14:55:36 +02:00
"require": {
2024-04-11 14:45:48 +02:00
"php": "8 - 8.1",
"oxid-esales/oxideshop-ce": "7 - 7.0.3"
2022-07-18 15:12:52 +02:00
},
"autoload": {
"psr-4": {
2024-04-11 14:45:48 +02:00
"D3\\Removegooglefonts\\": ""
2022-07-18 15:12:52 +02:00
}
}
}