26 lines
556 B
JSON
26 lines
556 B
JSON
{
|
|
"name": "bryzgalov/wp-multi-city",
|
|
"description": "Multi-city subsystem for WordPress: taxonomy town, per-city shortcodes, /{city}/{path}/ router, page clones.",
|
|
"type": "wordpress-plugin",
|
|
"license": "GPL-2.0-or-later",
|
|
"require": {
|
|
"php": ">=8.0"
|
|
},
|
|
"require-dev": {
|
|
"brain/monkey": "^2.6",
|
|
"mockery/mockery": "^1.6",
|
|
"phpunit/phpunit": "^9.6"
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"WPMultiCity\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit"
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
}
|
|
}
|