Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added composer.json and logo.svg #610

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/tools/**/vendor
meta/.DS_Store
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not change this file. This should be in your local "global gitignore", not in each project

.DS_Store
34 changes: 34 additions & 0 deletions meta/mar-ke/themore/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "mar-ke/themore",
"description": "themore",
"homepage": "https://themore.mar-ke.de",
"keywords": [
"contao",
"mar-ke",
"themore",
"theme"
],
"type": "contao-theme",
"license": "proprietary",
"authors": [
{
"name": "Digitalagentur mar_ke",
"homepage": "https://mar-ke.de"
}
],
"support": {
"homepage": "https://mar-ke.de"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This key is actually incorrect and should be removed. See https://getcomposer.org/doc/04-schema.md#support for the valid options.

},
"require": {
"contao/manager-bundle": "5.3.*",
"contao/calendar-bundle": "^5.3",
"contao/comments-bundle": "^5.3",
"contao/conflicts": "@dev",
"contao/faq-bundle": "^5.3",
"contao/listing-bundle": "^5.3",
"contao/news-bundle": "^5.3",
"contao/newsletter-bundle": "^5.3",
"madeyourday/contao-rocksolid-custom-elements": "^2.4",
"markocupic/contao-component-fontawesome-free": "^6.2"
}
}
1 change: 0 additions & 1 deletion meta/mar-ke/themore/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ de:
keywords:
- themore
- Theme
- kostenlos
- mar-ke
1 change: 0 additions & 1 deletion meta/mar-ke/themore/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ en:
keywords:
- themore
- Theme
- free
- mar-ke
1 change: 1 addition & 0 deletions meta/mar-ke/themore/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading