Skip to content

Commit

Permalink
[TASK] Remove scheduler from required extensions
Browse files Browse the repository at this point in the history
The scheduler was a requirement for glossary related synchronization. With
moving the glossary to an add-on extension, this requirement is not needed any
longer.

```bash
Build/Scripts/runTests.sh -s composer -- remove typo3/cms-scheduler
```
  • Loading branch information
calien666 committed Dec 20, 2024
1 parent 08b9b97 commit 7abd98a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Tests/Functional/AbstractDeepLTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ abstract class AbstractDeepLTestCase extends FunctionalTestCase
*/
protected array $coreExtensionsToLoad = [
'typo3/cms-setup',
'typo3/cms-scheduler',
];

/**
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"typo3/cms-extbase": "^12.4.2 || ^13.4",
"typo3/cms-fluid": "^12.4.2 || ^13.4",
"typo3/cms-install": "^12.4.2 || ^13.4",
"typo3/cms-scheduler": "^12.4.2 || ^13.4",
"typo3/cms-setup": "^12.4.2 || ^13.4"
},
"require-dev": {
Expand Down
1 change: 0 additions & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
'fluid' => '12.4.0-13.4.99',
'install' => '12.4.0-13.4.99',
'setup' => '12.4.0-13.4.99',
'scheduler' => '12.4.0-13.4.99',
],
'conflicts' => [
'recordlist_thumbnail' => '*',
Expand Down

0 comments on commit 7abd98a

Please sign in to comment.