installed theme
This commit is contained in:
parent
2f4d62ccb6
commit
83be291e00
@ -3,7 +3,7 @@
|
|||||||
"type": "project",
|
"type": "project",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure",
|
"description": "WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure",
|
||||||
"homepage": "https://roots.io/bedrock/",
|
"homepage": "http://gruenersalon.de",
|
||||||
"authors": [{
|
"authors": [{
|
||||||
"name": "Scott Walkinshaw",
|
"name": "Scott Walkinshaw",
|
||||||
"email": "scott.walkinshaw@gmail.com",
|
"email": "scott.walkinshaw@gmail.com",
|
||||||
@ -23,19 +23,23 @@
|
|||||||
"forum": "https://discourse.roots.io/category/bedrock"
|
"forum": "https://discourse.roots.io/category/bedrock"
|
||||||
},
|
},
|
||||||
"repositories": [{
|
"repositories": [{
|
||||||
|
"type": "path",
|
||||||
|
"url": "Packages/*"
|
||||||
|
}, {
|
||||||
"type": "composer",
|
"type": "composer",
|
||||||
"url": "https://wpackagist.org",
|
"url": "https://wpackagist.org",
|
||||||
"only": ["wpackagist-plugin/*", "wpackagist-theme/*"]
|
"only": ["wpackagist-plugin/*", "wpackagist-theme/*"]
|
||||||
}],
|
}],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.1",
|
"php": ">=7.1",
|
||||||
|
"chrosey/gruener-salon-theme": "dev-master",
|
||||||
"composer/installers": "^1.8",
|
"composer/installers": "^1.8",
|
||||||
"vlucas/phpdotenv": "^4.1.8",
|
|
||||||
"oscarotero/env": "^2.1",
|
"oscarotero/env": "^2.1",
|
||||||
"roots/bedrock-autoloader": "^1.0",
|
"roots/bedrock-autoloader": "^1.0",
|
||||||
"roots/wordpress": "5.5.1",
|
"roots/wordpress": "5.5.1",
|
||||||
"roots/wp-config": "1.0.0",
|
"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": {
|
"require-dev": {
|
||||||
"squizlabs/php_codesniffer": "^3.5.6",
|
"squizlabs/php_codesniffer": "^3.5.6",
|
||||||
|
|||||||
58
composer.lock
generated
58
composer.lock
generated
@ -4,8 +4,60 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "df2368e01f90a4d1443715fe9d2f4f06",
|
"content-hash": "d7fb50e708ae5c90c2180add87b81672",
|
||||||
"packages": [
|
"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",
|
"name": "composer/installers",
|
||||||
"version": "v1.9.0",
|
"version": "v1.9.0",
|
||||||
@ -333,7 +385,8 @@
|
|||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"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": {
|
"require": {
|
||||||
"php": ">=5.3.2",
|
"php": ">=5.3.2",
|
||||||
@ -1028,6 +1081,7 @@
|
|||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"stability-flags": {
|
"stability-flags": {
|
||||||
|
"chrosey/gruener-salon-theme": 20,
|
||||||
"roave/security-advisories": 20
|
"roave/security-advisories": 20
|
||||||
},
|
},
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
|
|||||||
1
web/app/themes/gruener-salon-theme
Symbolic link
1
web/app/themes/gruener-salon-theme
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../../Packages/gruener-salon
|
||||||
Loading…
x
Reference in New Issue
Block a user