Skip to content

Commit 94d2d70

Browse files
authored
[TASK] Increase version to 6.0.0 (#262)
Also cleanup files
1 parent b35466e commit 94d2d70

File tree

12 files changed

+14
-200
lines changed

12 files changed

+14
-200
lines changed

.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

.php-cs-fixer.dist.php

Lines changed: 0 additions & 61 deletions
This file was deleted.

Scripts/composer.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

Scripts/fractor.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

Scripts/phpcs.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

Scripts/rector.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

Scripts/runphptool.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

composer.json

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,30 @@
1414
"name": "Frans Saris",
1515
"email": "[email protected]",
1616
"homepage": "https://www.beech.it/",
17-
"role": "Lead Developer / Creator"
17+
"role": "Creator"
18+
},
19+
{
20+
"name": "Rudy Gnodde",
21+
"email": "[email protected]",
22+
"homepage": "https://www.beech.it/",
23+
"role": "Developer"
1824
},
1925
{
2026
"name": "Markus Klein",
2127
"email": "[email protected]",
2228
"homepage": "https://reelworx.at/",
23-
"role": "Maintainer"
29+
"role": "Developer"
2430
}
2531
],
26-
"homepage": "https://github.com/liayn/fal_securedownload/",
32+
"homepage": "https://github.com/beechit/fal_securedownload/",
2733
"support": {
2834
"email": "[email protected]",
29-
"issues": "https://github.com/liayn/fal_securedownload/issues",
30-
"source": "https://github.com/liayn/fal_securedownload"
35+
"issues": "https://github.com/beechit/fal_securedownload/issues",
36+
"source": "https://github.com/beechit/fal_securedownload"
3137
},
3238
"require": {
3339
"php": "^8.2",
34-
"typo3/cms-core": "^12.4 || ^13.4",
35-
"typo3/cms-extbase": "^12.4 || ^13.4",
36-
"typo3/cms-backend": "^12.4 || ^13.4",
37-
"typo3/cms-frontend": "^12.4 || ^13.4",
38-
"typo3/cms-install": "^12.4 || ^13.4"
40+
"typo3/cms-core": "^13.4"
3941
},
4042
"autoload": {
4143
"psr-4": {
@@ -47,15 +49,7 @@
4749
"dev-master": "6.x-dev"
4850
},
4951
"typo3/cms": {
50-
"web-dir": ".Build/public",
5152
"extension-key": "fal_securedownload"
5253
}
53-
},
54-
"config": {
55-
"vendor-dir": ".Build/vendor",
56-
"allow-plugins": {
57-
"typo3/class-alias-loader": true,
58-
"typo3/cms-composer-installers": true
59-
}
6054
}
6155
}

docker-compose.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
'author_company' => 'Beech.it',
1414
'state' => 'stable',
1515
'clearCacheOnLoad' => true,
16-
'version' => '5.0.8',
16+
'version' => '6.0.0',
1717
'constraints' => [
1818
'depends' => [
19-
'typo3' => '12.4.99 - 13.4.99',
19+
'typo3' => '13.4.0 - 13.4.99',
2020
],
2121
'conflicts' => [],
2222
'suggests' => [

0 commit comments

Comments
 (0)