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", "name": "sgalinski/sg-jobs",
"type": "typo3-cms-extension", "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", "homepage": "https://www.sgalinski.de",
"license": [ "license": [
"GPL-2.0+" "GPL-2.0+"
], ],
"version": "1.0.1", "version": "1.0.1",
"support": { "support": {
"issues": "https://gitlab.sgalinski.de/typo3/sg_timeline" "issues": "https://gitlab.sgalinski.de/typo3/sg_jobs"
}, },
"require": { "require": {
"typo3/cms": "^7.6" "typo3/cms": "^7.6"
......
<?php <?php
$EM_CONF[$_EXTKEY] = array ( $EM_CONF[$_EXTKEY] = array (
'title' => 'Extension Skeleton', 'title' => 'Jobs',
'description' => 'Contains the default implementation of stuff.', 'description' => 'Manage and display your Job offers.',
'category' => 'plugin', 'category' => 'plugin',
'version' => '1.0.1', 'version' => '1.0.1',
'state' => 'stable', 'state' => 'stable',
'uploadfolder' => FALSE, 'uploadfolder' => FALSE,
'createDirs' => '', 'createDirs' => '',
'clearcacheonload' => FALSE, 'clearcacheonload' => FALSE,
'author' => 'Fabian Galinski', 'author' => 'Torsten Oppermann',
'author_email' => 'fabian@sgalinski.de', 'author_email' => 'torsten@sgalinski.de',
'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)', 'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)',
'constraints' => 'constraints' =>
array ( 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