diff --git a/composer.json b/composer.json index 9cdec0d..cfc776b 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "project", "license": "MIT", "description": "WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure", - "homepage": "https://roots.io/bedrock/", + "homepage": "http://gruenersalon.de", "authors": [{ "name": "Scott Walkinshaw", "email": "scott.walkinshaw@gmail.com", @@ -23,19 +23,23 @@ "forum": "https://discourse.roots.io/category/bedrock" }, "repositories": [{ + "type": "path", + "url": "Packages/*" + }, { "type": "composer", "url": "https://wpackagist.org", "only": ["wpackagist-plugin/*", "wpackagist-theme/*"] }], "require": { "php": ">=7.1", + "chrosey/gruener-salon-theme": "dev-master", "composer/installers": "^1.8", - "vlucas/phpdotenv": "^4.1.8", "oscarotero/env": "^2.1", "roots/bedrock-autoloader": "^1.0", "roots/wordpress": "5.5.1", "roots/wp-config": "1.0.0", - "roots/wp-password-bcrypt": "1.0.0" + "roots/wp-password-bcrypt": "1.0.0", + "vlucas/phpdotenv": "^4.1.8" }, "require-dev": { "squizlabs/php_codesniffer": "^3.5.6", @@ -64,4 +68,4 @@ "phpcs" ] } -} \ No newline at end of file +} diff --git a/composer.lock b/composer.lock index 9e8012c..240eb15 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,60 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "df2368e01f90a4d1443715fe9d2f4f06", + "content-hash": "d7fb50e708ae5c90c2180add87b81672", "packages": [ + { + "name": "chrosey/gruener-salon-theme", + "version": "dev-master", + "dist": { + "type": "path", + "url": "Packages/gruener-salon", + "reference": "136ad3be44e14818fea7e5d5a40b839b0049b236" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", + "php-parallel-lint/php-parallel-lint": "^1.2.0", + "wp-cli/i18n-command": "^2.2.5", + "wptrt/wpthemereview": "^0.2.1" + }, + "type": "wordpress-theme", + "scripts": { + "lint:wpcs": [ + "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs" + ], + "lint:php": [ + "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor ." + ], + "make-pot": [ + "wp i18n make-pot . languages/_s.pot" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Contributors", + "homepage": "https://github.com/Automattic/_s/graphs/contributors" + } + ], + "description": "Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.", + "homepage": "https://github.com/Automattic/_s", + "keywords": [ + "Themes", + "WordPress" + ], + "support": { + "issues": "https://github.com/Automattic/_s/issues", + "source": "https://github.com/Automattic/_s" + }, + "transport-options": { + "relative": true + } + }, { "name": "composer/installers", "version": "v1.9.0", @@ -333,7 +385,8 @@ }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress/WordPress/zipball/5.5.1" + "url": "https://api.github.com/repos/WordPress/WordPress/zipball/5.5.1", + "reference": "5.5.1" }, "require": { "php": ">=5.3.2", @@ -1028,6 +1081,7 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { + "chrosey/gruener-salon-theme": 20, "roave/security-advisories": 20 }, "prefer-stable": true, diff --git a/web/app/themes/gruener-salon-theme b/web/app/themes/gruener-salon-theme new file mode 120000 index 0000000..4b62ea0 --- /dev/null +++ b/web/app/themes/gruener-salon-theme @@ -0,0 +1 @@ +../../../Packages/gruener-salon \ No newline at end of file