Skip to content

Commit

Permalink
[TASK] Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Riiiad committed Sep 20, 2023
1 parent a3b0716 commit 46cca55
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ web_environment:
- TYPO3_INSTALL_ADMIN_PASSWORD=password
- TYPO3_INSTALL_SITE_NAME=academic-jobs
- TYPO3_INSTALL_SITE_SETUP_TYPE=no
- TYPO3_INSTALL_SITE_BASE_URL=https:/academic-jobs.ddev.site
- TYPO3_INSTALL_SITE_BASE_URL=https://academic-jobs.ddev.site
- TYPO3_INSTALL_WEB_SERVER_CONFIG=none
# Functional Testing
- typo3DatabaseName=functional
Expand Down
27 changes: 24 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,34 @@
{
"name": "fgtclb/academic-jobs",
"description": "The AcademicJobs extension allows users to create and manage job postings.",
"description": "The Academic Jobs extension allows users to create and manage job postings.",
"type": "typo3-cms-extension",
"license": [
"GPL-2.0-or-later"
],
"require": {
"typo3/cms-core": "^11.5 || ^12.0"
"authors": [
{
"name": "FGTCLB GmbH",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/fgtclb/academic-jobs/issues",
"source": "https://github.com/fgtclb/academic-jobs"
},
"homepage": "https://github.com/fgtclb/academic-jobs",
"require": {
"php": "^8.1",
"typo3/cms-core": "^11.5",
"typo3/cms-rte-ckeditor": "^11.5"
},
"require-dev": {
"typo3/minimal": "v11.5.0",
"typo3/cms-composer-installers": "v4.0.0-RC1",
"helhum/typo3-console": "^7.1 || ^8.0",
"saschaegerer/phpstan-typo3": "^1.8",
"friendsofphp/php-cs-fixer": "^3.14",
"bk2k/bootstrap-package": "^14.0"
},
"autoload": {
"psr-4": {
"FGTCLB\\AcademicJobs\\": "Classes/"
Expand Down
34 changes: 34 additions & 0 deletions config/sites/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
imports:
- {resource: 'EXT:academic_jobs/Configuration/Routes/ListAndDetail.yaml' }

base: 'https://academic-jobs.ddev.site/'
languages:
-
title: English
enabled: true
languageId: 0
base: /
typo3Language: default
locale: en_US.UTF-8
iso-639-1: en
navigationTitle: English
hreflang: en-us
direction: ltr
flag: us
-
title: Deutsch
enabled: true
base: /de/
typo3Language: de
locale: de_DE.UTF-8
iso-639-1: de
websiteTitle: ''
navigationTitle: Deutsch
hreflang: de-DE
direction: ltr
fallbackType: strict
fallbacks: ''
flag: de
languageId: 1
rootPageId: 1
websiteTitle: 'Academic Jobs'
3 changes: 3 additions & 0 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
'typo3' => '11.5.0-12.4.99',
],
],
'state' => 'beta',
'version' => '0.1.0',
'clearCacheOnLoad' => true,
'category' => 'fe,be',
'author' => 'Riad Zejnilagic Trumic',
'author_company' => 'FGTCLB GmbH',
Expand Down

0 comments on commit 46cca55

Please sign in to comment.