Files
cake-addresses/composer.json
Brandon Shipley 31bf24fd37
Some checks failed
CI / testsuite (pgsql, 8.4, ) (push) Has been cancelled
CI / testsuite (sqlite, 8.2, ) (push) Has been cancelled
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Has been cancelled
CI / testsuite (sqlite, 8.4, ) (push) Has been cancelled
CI / testsuite (pgsql, 8.2, ) (push) Has been cancelled
CI / testsuite (mysql, 8.4, ) (push) Has been cancelled
CI / testsuite (mysql, 8.2, ) (push) Has been cancelled
CI / Coding Standard & Static Analysis (push) Failing after 3m15s
phpstan cakdc require dev
2026-01-23 17:17:18 -08:00

34 lines
888 B
JSON

{
"name": "hi-powered-dev/cake-addresses",
"description": "Address plugin for CakePHP",
"type": "cakephp-plugin",
"license": "MIT",
"require": {
"php": ">=8.2",
"cakephp/cakephp": "^5.1"
},
"require-dev": {
"phpunit/phpunit": "^10.3",
"php-collective/decimal-object": "^1.3",
"cakephp/migrations": "^4.0.0",
"phpstan/phpstan": "^2.1",
"dereuromark/composer-prefer-lowest": "^0.1.10",
"cakedc/cakephp-phpstan": "^4.1"
},
"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/"
}
}
}