Skip to content
Snippets Groups Projects
Commit e6ef302f authored by Matthias Adrowski's avatar Matthias Adrowski
Browse files

[TASK] Adopt version dependencies

parent 00c20861
No related branches found
No related tags found
1 merge request!6TYPO3 11
## Version 5 ## Version 5
- `youtubeLightbox.js` (deprecated since 4.4.0) using magnific-popup and jQuery removed in favor of `sgYoutubeLightbox.js` (vanilla JS). - `youtubeLightbox.js` (deprecated since 4.4.0) using magnific-popup and jQuery removed in favor of `sgYoutubeLightbox.js` (vanilla JS).
- Extension `project_theme_lightbox` required starting with version 5.0.0. - Extension `project_theme_lightbox` required starting with version 5.0.0.
- Dropped TYPO3 9 Support
## Version 4.4 ```project_theme_lightbox``` integration ## Version 4.4 ```project_theme_lightbox``` integration
- The magnific popup integration is deprecated and will be removed in later versions. - The magnific popup integration is deprecated and will be removed in later versions.
......
...@@ -7,10 +7,7 @@ ...@@ -7,10 +7,7 @@
"version": "5.0.0-dev", "version": "5.0.0-dev",
"require": { "require": {
"typo3/cms-core": "^10.4.0 || ^11.5.0", "typo3/cms-core": "^10.4.0 || ^11.5.0",
"sgalinski/project-theme-lightbox": "^1.0.0" "sgalinski/project-theme-lightbox": "^2.0.0"
},
"require-dev": {
"roave/security-advisories": "dev-master"
}, },
"replace": { "replace": {
"sgalinski/sg_youtube": "self.version" "sgalinski/sg_youtube": "self.version"
......
...@@ -40,7 +40,7 @@ $EM_CONF['sg_youtube'] = [ ...@@ -40,7 +40,7 @@ $EM_CONF['sg_youtube'] = [
'constraints' => [ 'constraints' => [
'depends' => [ 'depends' => [
'typo3' => '10.4.0-11.5.99', 'typo3' => '10.4.0-11.5.99',
'project_theme_lightbox' => '^1.0.0', 'project_theme_lightbox' => '1.0.0-2.9.99',
], ],
'conflicts' => [], 'conflicts' => [],
'suggests' => [], 'suggests' => [],
......
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