Skip to content

Commit

Permalink
Normalize composer
Browse files Browse the repository at this point in the history
and updated dependencies (by accident) (#18)
  • Loading branch information
carstingaxion committed Aug 18, 2023
1 parent 13163db commit 3943bd9
Show file tree
Hide file tree
Showing 2 changed files with 1,572 additions and 54 deletions.
71 changes: 45 additions & 26 deletions composer.json
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",
Expand All @@ -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": {
Expand Down
Loading

0 comments on commit 3943bd9

Please sign in to comment.