26 lines
518 B
JSON
26 lines
518 B
JSON
{
|
|
"name": "potter-commerce/server",
|
|
"type": "library",
|
|
"require": {
|
|
"php": "^8.5.9",
|
|
"roots/wordpress": "^7.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Potter\\Commerce\\": "src/Potter/Commerce/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jay Potter",
|
|
"email": "j@ypotter.ca"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"config": {
|
|
"allow-plugins": {
|
|
"roots/wordpress-core-installer": true
|
|
}
|
|
}
|
|
}
|