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 c9e6f51 commit 1e83b01
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Academic Bite Jobs

----

This extension adds an academic person database to TYPO3.
This extension adds an academic jobs database to TYPO3.
Records can be created, edit and displayed in the frontend.
There is a list and a detail view for the frontend .

Expand Down
13 changes: 12 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,21 @@
"name": "fgtclb/academic-bite-jobs",
"type": "typo3-cms-extension",
"description": "",
"minimum-stability": "stable",
"minimum-stability": "beta",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "FGTCLB GmbH",
"email": "hello@fgtclb.com"
}
],
"support": {
"issues": "https://github.com/fgtclb/academic-bite-jobs/issues",
"source": "https://github.com/fgtclb/academic-bite-jobs"
},
"homepage": "https://github.com/fgtclb/academic-bite-jobs",
"require": {
"php" : "^8.1",
"typo3/cms-core": "^11.5"
Expand Down
4 changes: 1 addition & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php

declare(strict_types=1);

$EM_CONF[$_EXTKEY] = [
'title' => 'Academic Bite Jobs',
'description' => 'The Academic Bite Jobs extension shows jobs from the B-Ite Job Board.',
'category' => 'fe,be',
'state' => 'beta',
'version' => '1.0.0',
'version' => '0.1.0',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99',
Expand Down

0 comments on commit 1e83b01

Please sign in to comment.