diff --git a/composer.json b/composer.json index 162a41c..4503bc9 100644 --- a/composer.json +++ b/composer.json @@ -55,5 +55,8 @@ "post-autoload-dump": [ "@typo3-cms-scripts" ] + }, + "require-dev": { + "ichhabrecht/mask-export": "^3.0" } } diff --git a/composer.lock b/composer.lock index 1e3bc8d..9714465 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "045a2f6f811c7d096f5b4e86498a4587", + "content-hash": "7573d31e3f39bca9d77be807bfe548dc", "packages": [ { "name": "chrosey/sitepackage", @@ -5714,7 +5714,151 @@ "time": "2020-07-08T17:02:28+00:00" } ], - "packages-dev": [], + "packages-dev": [ + { + "name": "ichhabrecht/mask-export", + "version": "3.0.4", + "source": { + "type": "git", + "url": "https://github.com/IchHabRecht/mask_export.git", + "reference": "9f59529dad59cbfd76fb9796120c3b644eb170d5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/IchHabRecht/mask_export/zipball/9f59529dad59cbfd76fb9796120c3b644eb170d5", + "reference": "9f59529dad59cbfd76fb9796120c3b644eb170d5", + "shasum": "" + }, + "require": { + "mask/mask": "^4.0 || ^5.0 || ^6.0", + "php": ">= 7.2, < 7.5", + "typo3/cms-core": "^9.5 || ^10.4", + "typo3/cms-extbase": "^9.5 || ^10.4", + "typo3/cms-extensionmanager": "^9.5 || ^10.4", + "typo3/cms-fluid": "^9.5 || ^10.4" + }, + "replace": { + "typo3-ter/mask-export": "self.version" + }, + "require-dev": { + "nimut/testing-framework": "5.x-dev", + "phpunit/phpunit": "^7.5", + "typo3/cms-fluid-styled-content": "^9.5 || ^10.4" + }, + "type": "typo3-cms-extension", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + }, + "typo3/cms": { + "extension-key": "mask_export", + "cms-package-dir": "{$vendor-dir}/typo3/cms", + "app-dir": ".Build", + "web-dir": ".Build/public" + } + }, + "autoload": { + "psr-4": { + "IchHabRecht\\MaskExport\\": "Classes/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Nicole Cordes", + "email": "typo3@cordes.co", + "role": "Developer" + } + ], + "description": "Export your mask elements as extension", + "homepage": "https://github.com/IchHabRecht/mask_export", + "keywords": [ + "TYPO3 CMS", + "content elements", + "export", + "mask", + "wizard" + ], + "time": "2020-10-27T15:43:16+00:00" + }, + { + "name": "mask/mask", + "version": "v6.2.2", + "source": { + "type": "git", + "url": "https://github.com/Gernott/mask.git", + "reference": "d049413c0acced426f4c7f3b18228b874508bd27" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Gernott/mask/zipball/d049413c0acced426f4c7f3b18228b874508bd27", + "reference": "d049413c0acced426f4c7f3b18228b874508bd27", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": "^7.2", + "typo3/cms-backend": "^10.4", + "typo3/cms-core": "^10.4", + "typo3/cms-extbase": "^10.4", + "typo3/cms-fluid": "^10.4", + "typo3/cms-fluid-styled-content": "^10.4" + }, + "replace": { + "typo3-ter/mask": "self.version" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.16", + "phpstan/phpstan": "^0.12.13", + "phpunit/phpunit": "^8.4", + "rector/rector": "^0.7.14", + "typo3/testing-framework": "^6" + }, + "type": "typo3-cms-extension", + "extra": { + "typo3/cms": { + "cms-package-dir": "{$vendor-dir}/typo3/cms", + "extension-key": "mask", + "web-dir": ".Build/Web" + } + }, + "autoload": { + "psr-4": { + "MASK\\Mask\\": "Classes/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "WEBprofil - Gernot Ploiner e.U.", + "email": "office@webprofil.at", + "homepage": "https://www.webprofil.at", + "role": "Developer" + }, + { + "name": "Nikita Hovratov", + "email": "info@nikita-hovratov.de", + "homepage": "https://www.nikita-hovratov.de", + "role": "Developer" + } + ], + "description": "Create your own content elements and page templates. Easy to use, even without programming skills because of the comfortable drag and drop user interface. Stored in structured database tables. Style your frontend with Fluid tags. Ideal, if you want to switch from Templavoila.", + "homepage": "https://mask.webprofil.at/", + "keywords": [ + "TYPO3 CMS", + "contentelements", + "mask", + "wizard" + ], + "time": "2020-10-27T09:07:14+00:00" + } + ], "aliases": [], "minimum-stability": "stable", "stability-flags": {