( ◞≼☸≽◟ ._ゝ◞≼☸≽◟)zcsdf吖{ "name": "yootheme", "version": "1.21.9", "title": "YOOtheme", "description": "A powerful, flexible and elegant website builder that allows you to create complex pages within minutes and customize every aspect of the theme.", "homepage": "https://yootheme.com", "copyright": "Copyright (C) YOOtheme GmbH", "license": "GNU General Public License", "authors": [ { "name": "YOOtheme", "email": "info@yootheme.com", "homepage": "https://yootheme.com" } ], "scripts": { "test-layouts": "phpunit --testsuite \"Layouts\"", "test-elements": "phpunit --testsuite \"Elements\" --group=\"fuzzy\"", "test-elements-pair": "phpunit --testsuite \"Elements\" --group=\"pair\"", "csfix": "php-cs-fixer fix --verbose", "csfix-dry": "php-cs-fixer fix --dry-run --verbose" }, "require": { "ext-json": "*", "yootheme/builder": "^1.0", "yootheme/framework": "dev-develop", "yootheme/styler": "^1.0", "yootheme/theme": "^1.0" }, "require-dev": { "phpunit/phpunit": "^5.7|^6.5|^7.5", "friendsofphp/php-cs-fixer": "^2.13", "greenlion/php-sql-parser": "^4.2", "joomlatools/console": "^1.5.0" }, "repositories": [ {"type": "vcs", "url": "git@github.com:yootheme/framework.git"}, {"type": "path", "url": "_modules/builder"}, {"type": "path", "url": "_modules/builder-joomla"}, {"type": "path", "url": "_modules/builder-newsletter"}, {"type": "path", "url": "_modules/builder-wordpress"}, {"type": "path", "url": "_modules/styler"}, {"type": "path", "url": "_modules/theme"}, {"type": "path", "url": "_modules/theme-analytics"}, {"type": "path", "url": "_modules/theme-cookie"}, {"type": "path", "url": "_modules/theme-joomla"}, {"type": "path", "url": "_modules/theme-joomla-articles"}, {"type": "path", "url": "_modules/theme-joomla-editor"}, {"type": "path", "url": "_modules/theme-joomla-finder"}, {"type": "path", "url": "_modules/theme-joomla-menus"}, {"type": "path", "url": "_modules/theme-joomla-modules"}, {"type": "path", "url": "_modules/theme-settings"}, {"type": "path", "url": "_modules/theme-wordpress"}, {"type": "path", "url": "_modules/theme-wordpress-editor"}, {"type": "path", "url": "_modules/theme-wordpress-posts"}, {"type": "path", "url": "_modules/theme-wordpress-widgets"}, {"type": "path", "url": "_modules/theme-wordpress-woocommerce"} ], "autoload-dev": { "psr-4": { "YOOtheme\\Tests\\": "_modules/builder/tests" } }, "config": { "process-timeout": 0, "optimize-autoloader": true } }