Skip to content
Snippets Groups Projects
Commit cf015a22 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Update extension info & composer json

parent edfe9fef
No related branches found
No related tags found
No related merge requests found
{
"name": "sgalinski/sg-jobs",
"type": "typo3-cms-extension",
"description": "sgalinski Extension Skeleton - Contains the default implementation of stuff.",
"description": "sgalinski Jobs Extension - Manage and display your Job offers",
"homepage": "https://www.sgalinski.de",
"license": [
"GPL-2.0+"
],
"version": "1.0.1",
"support": {
"issues": "https://gitlab.sgalinski.de/typo3/sg_timeline"
"issues": "https://gitlab.sgalinski.de/typo3/sg_jobs"
},
"require": {
"typo3/cms": "^7.6"
......
<?php
$EM_CONF[$_EXTKEY] = array (
'title' => 'Extension Skeleton',
'description' => 'Contains the default implementation of stuff.',
'title' => 'Jobs',
'description' => 'Manage and display your Job offers.',
'category' => 'plugin',
'version' => '1.0.1',
'state' => 'stable',
'uploadfolder' => FALSE,
'createDirs' => '',
'clearcacheonload' => FALSE,
'author' => 'Fabian Galinski',
'author_email' => 'fabian@sgalinski.de',
'author' => 'Torsten Oppermann',
'author_email' => 'torsten@sgalinski.de',
'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)',
'constraints' =>
array (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment