mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-25 09:42:15 +01:00
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"require": {
|
|
"johnpbloch/wordpress": "4.7.8",
|
|
"wpackagist-plugin/cookie-law-info" : "1.5.3",
|
|
"wpackagist-plugin/eu-cookie-law" : "2.10",
|
|
"wpackagist-plugin/custom-javascript-editor" : "1.1",
|
|
"wpackagist-plugin/easy-wp-smtp" : "1.2.5",
|
|
"wpackagist-plugin/enhanced-media-library" : "2.4.4",
|
|
"wpackagist-plugin/flickr-album-gallery" : "1.5.9",
|
|
"wpackagist-plugin/googleanalytics" : "2.1.3",
|
|
"wpackagist-plugin/google-sitemap-generator": "4.0.8",
|
|
"wpackagist-plugin/iframe": "4.3",
|
|
"wpackagist-plugin/insert-php": "1.3",
|
|
"wpackagist-plugin/jquery-t-countdown-widget": "2.3.16",
|
|
"wpackagist-plugin/qtranslate-x": "3.4.6.8",
|
|
"symfony/filesystem": "^3.3",
|
|
"symfony/finder": "^3.3",
|
|
"wpackagist-plugin/display-posts-shortcode": "^2.8"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url" : "https://wpackagist.org"
|
|
}
|
|
],
|
|
"extra": {
|
|
"installer-paths": {
|
|
"wp/wp-content/plugins/{$name}": ["type:wordpress-plugin"]
|
|
},
|
|
"wordpress-install-dir": "wp"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {"Afup\\EventWordpress\\": "src/"}
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": "Afup\\EventWordpress\\ComposerScript::createSymlinks",
|
|
"post-update-cmd": "Afup\\EventWordpress\\ComposerScript::createSymlinks"
|
|
}
|
|
}
|