Skip to content

Commit ad6c44f

Browse files
author
Corey Taylor
committed
Fix composer autoload loading file dependencies. Upgrade to cakephp 5.
1 parent d89a36d commit ad6c44f

File tree

6 files changed

+419
-324
lines changed

6 files changed

+419
-324
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
}
1010
},
1111
"require": {
12-
"php": ">=8.0",
13-
"cakephp/collection": "^4.0",
14-
"cakephp/console": "^4.0",
12+
"php": ">=8.1",
13+
"cakephp/collection": "^5.0",
14+
"cakephp/console": "^5.0",
1515
"composer/composer": "^2.0",
1616
"erusev/parsedown": "^1.7",
1717
"nikic/php-parser": "^4.13",
18-
"phpstan/phpdoc-parser": "^1.4.5",
18+
"phpstan/phpdoc-parser": "^1.29.1",
1919
"twig/markdown-extra": "^3.0",
2020
"twig/twig": "^3.0"
2121
},

0 commit comments

Comments
 (0)