Skip to content

Commit 10f64ed

Browse files
committed
update required packages
1 parent b12a216 commit 10f64ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "rrd108/cakephp-json-api-exception",
33
"description": "JsonApiException plugin for CakePHP",
4-
"version": "0.4.0",
4+
"version": "1.0.0",
55
"type": "cakephp-plugin",
66
"license": "MIT",
77
"require": {
88
"php": ">=8.0",
9-
"cakephp/cakephp": "^4.0"
9+
"cakephp/cakephp": "^5.0"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "^8.5 || ^9.3"
12+
"phpunit/phpunit": "^10.1"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)