Skip to content

Commit beaf7b6

Browse files
authored
Merge pull request #1068 from cakephp/ADmad-patch-1
Update dependencies
2 parents 0cddd93 + 42f2ae1 commit beaf7b6

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"homepage": "https://cakephp.org",
77
"require": {
88
"php": ">=8.2",
9-
"cakephp/cakephp": "dev-5.next as 5.2.0",
9+
"cakephp/cakephp": "5.2.0@RC",
1010
"cakephp/migrations": "^4.0.0",
1111
"cakephp/plugin-installer": "^2.0",
1212
"mobiledetect/mobiledetectlib": "^4.8.03"
1313
},
1414
"require-dev": {
1515
"cakephp/bake": "^3.0.0",
16-
"cakephp/cakephp-codesniffer": "^5.0",
17-
"cakephp/debug_kit": "^5.0.0",
16+
"cakephp/cakephp-codesniffer": "^5.3",
17+
"cakephp/debug_kit": "^5.2.0",
1818
"josegonzalez/dotenv": "^4.0",
19-
"phpunit/phpunit": "^11.1.3 || ^12.1"
19+
"phpunit/phpunit": "^11.5.3 || ^12.1.3"
2020
},
2121
"suggest": {
2222
"cakephp/repl": "Console tools for a REPL interface for CakePHP applications.",

phpstan.neon

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ parameters:
55
- config/bootstrap.php
66
paths:
77
- src/
8-
ignoreErrors:
9-
-
10-
identifier: missingType.generics

0 commit comments

Comments
 (0)