32 lines
789 B
JSON
32 lines
789 B
JSON
{
|
|
"name": "hi-powered-dev/cake-addresses",
|
|
"description": "CakeAddresses plugin for CakePHP",
|
|
"type": "cakephp-plugin",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"cakephp/cakephp": "^5.0.1",
|
|
"ext-bcmath": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^10.1",
|
|
"php-collective/decimal-object": "^1.3",
|
|
"cakephp/migrations": "^4.0.0"
|
|
},
|
|
"suggest": {
|
|
"dereuromark/cakephp-geo": "^3.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CakeAddresses\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"CakeAddresses\\Test\\": "tests/",
|
|
"Cake\\Test\\": "vendor/cakephp/cakephp/tests/",
|
|
"TestApp\\": "tests/test_app/src/"
|
|
}
|
|
}
|
|
}
|