tests
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
"name": "hi-powered-dev/cake-contact-us",
|
||||
"description": "Contact Us plugin for CakePHP",
|
||||
"type": "cakephp-plugin",
|
||||
"license": "UNLICENSE",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"cakephp/cakephp": "^5.0.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^10.1"
|
||||
"phpunit/phpunit": "^10.1",
|
||||
"cakephp/migrations": "^4.0.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@@ -18,7 +19,8 @@
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"CakeContactUs\\Test\\": "tests/",
|
||||
"Cake\\Test\\": "vendor/cakephp/cakephp/tests/"
|
||||
"Cake\\Test\\": "vendor/cakephp/cakephp/tests/",
|
||||
"TestApp\\": "tests/test_app/src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user