-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
and updated dependencies (by accident) (#18)
- Loading branch information
1 parent
13163db
commit 3943bd9
Showing
2 changed files
with
1,572 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
{ | ||
"name": "figuren-theater/ft-privacy", | ||
"description": "Privacy first! And this is the code that does it. Curated for the WordPress multisite network figuren.theater", | ||
"homepage": "https://websites.fuer.figuren.theater", | ||
"type": "wordpress-muplugin", | ||
"keywords": ["wordpress", "privacy", "GDPR", "analytics", "emoji", "fonts"], | ||
"license": "GPL-3.0-or-later", | ||
"type": "wordpress-muplugin", | ||
"keywords": [ | ||
"wordpress", | ||
"privacy", | ||
"GDPR", | ||
"analytics", | ||
"emoji", | ||
"fonts" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "figuren.theater", | ||
|
@@ -17,45 +23,58 @@ | |
"role": "Developer" | ||
} | ||
], | ||
"homepage": "https://websites.fuer.figuren.theater", | ||
"support": { | ||
"email": "[email protected]", | ||
"issues": "https://github.com/figuren-theater/ft-privacy/issues", | ||
"source": "https://github.com/figuren-theater/ft-privacy" | ||
}, | ||
"require": { | ||
"php": ">=7.1", | ||
"figuren-theater/ft-options": "^1", | ||
"koodimonni/composer-dropin-installer": "^1.4", | ||
"wpackagist-plugin/compressed-emoji": "^1.5", | ||
"wpackagist-plugin/embed-privacy": "^1.7", | ||
"wpackagist-plugin/koko-analytics": "^1.0", | ||
"wpackagist-plugin/surbma-gdpr-multisite-privacy": "^2" | ||
}, | ||
"require-dev": { | ||
"figuren-theater/code-quality": "^0.6.6" | ||
}, | ||
"suggest": { | ||
"figuren-theater/ft-onboarding": "Contains the mandatory filter, which will help to pseudo-activate the Embed-Privacy-Plugin, if available." | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "git", | ||
"url": "https://github.com/figuren-theater/ft-options" | ||
}, | ||
{ | ||
"type": "composer", | ||
"url": "https://wpackagist.org" | ||
} | ||
], | ||
"autoload": { | ||
"classmap": [ | ||
"inc/" | ||
], | ||
"files": [ | ||
"inc/compressed-emoji/namespace.php", | ||
"inc/embed-privacy/namespace.php", | ||
"inc/koko-analytics/namespace.php", | ||
"inc/surbma-gdpr-multisite-privacy/namespace.php", | ||
"inc/wptt-webfont-loader/namespace.php", | ||
"inc/namespace.php" | ||
], | ||
"classmap": [ | ||
"inc/" | ||
] | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "git", | ||
"url" : "https://github.com/figuren-theater/ft-options" | ||
}, | ||
{ | ||
"type": "composer", | ||
"url" : "https://wpackagist.org" | ||
"config": { | ||
"allow-plugins": { | ||
"koodimonni/composer-dropin-installer": true, | ||
"composer/installers": true, | ||
"phpstan/extension-installer": true, | ||
"dealerdirect/phpcodesniffer-composer-installer": true, | ||
"ergebnis/composer-normalize": true | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.1", | ||
"figuren-theater/ft-options": "^1", | ||
"wpackagist-plugin/compressed-emoji":"^1.4", | ||
"wpackagist-plugin/embed-privacy": "^1.7", | ||
"wpackagist-plugin/koko-analytics": "^1.0", | ||
"wpackagist-plugin/surbma-gdpr-multisite-privacy": "^2", | ||
"koodimonni/composer-dropin-installer": "^1.4" | ||
}, | ||
"suggest": { | ||
"figuren-theater/ft-onboarding": "Contains the mandatory filter, which will help to pseudo-activate the Embed-Privacy-Plugin, if available." | ||
}, | ||
"extra": { | ||
"altis": { | ||
|
Oops, something went wrong.