add: php composer
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "hackeamos-org/wp-project",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"johnpbloch/wordpress-core": "^6.5"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://wpackagist.org"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"wordpress-install-dir": "app",
|
||||
"installer-paths": {
|
||||
"app/plugins/{$name}/": [
|
||||
"type:wordpress-plugin",
|
||||
"type:wpackagist-plugin"
|
||||
],
|
||||
"app/themes/{$name}/": [
|
||||
"type:wordpress-theme",
|
||||
"type:wpackagist-theme"
|
||||
]
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"composer/installers": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user