Last active
April 10, 2025 12:57
-
-
Save wp-seopress/cd92e442b1572971a48e656bd81afe19 to your computer and use it in GitHub Desktop.
Composer & SEOPress PRO
This file contains hidden or 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
{ | |
"repositories": [ | |
{ | |
"type": "package", | |
"package": { | |
"name": "wp-seopress-pro/wp-seopress-pro", | |
"version": "8.6.1", | |
"type": "wordpress-plugin", | |
"dist": { | |
"url": "https://www.seopress.org/?edd_composer_download=1&license_key=xxxxxxxxxxxx&version=8.6.1&lang=en&url=https://example.com", | |
"type": "zip" | |
}, | |
"require": { | |
"composer/installers": "^1.0" | |
} | |
} | |
} | |
], | |
"require": { | |
"wp-seopress-pro/wp-seopress-pro": "*" | |
}, | |
"extra": { | |
"installer-paths": { | |
"wp-content/plugins/{$name}/": ["type:wordpress-plugin"] | |
} | |
}, | |
"config": { | |
"allow-plugins": { | |
"composer/installers": true | |
} | |
} | |
} |
Comments are disabled for this gist.