2025-11-18 00:43:34 -08:00
|
|
|
{
|
|
|
|
|
"name": "hi-powered-dev/cake-addresses",
|
2025-11-21 20:01:18 -08:00
|
|
|
"description": "Address plugin for CakePHP",
|
2025-11-18 00:43:34 -08:00
|
|
|
"type": "cakephp-plugin",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"require": {
|
2026-01-23 00:17:04 -08:00
|
|
|
"php": ">=8.2",
|
2026-01-23 03:17:47 -08:00
|
|
|
"cakephp/cakephp": "^5.1"
|
2025-11-18 00:43:34 -08:00
|
|
|
},
|
|
|
|
|
"require-dev": {
|
2026-01-23 00:17:04 -08:00
|
|
|
"phpunit/phpunit": "^10.3",
|
2025-11-18 00:43:34 -08:00
|
|
|
"php-collective/decimal-object": "^1.3",
|
2026-01-22 23:17:24 -08:00
|
|
|
"cakephp/migrations": "^4.0.0",
|
2026-01-23 00:17:04 -08:00
|
|
|
"phpstan/phpstan": "^2.1",
|
2026-01-23 17:17:18 -08:00
|
|
|
"dereuromark/composer-prefer-lowest": "^0.1.10",
|
|
|
|
|
"cakedc/cakephp-phpstan": "^4.1"
|
2025-11-18 00:43:34 -08:00
|
|
|
},
|
|
|
|
|
"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/"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|