Skip to content

Commit

Permalink
Merge pull request cakephp#794 from cakephp/4.next-deps
Browse files Browse the repository at this point in the history
Update dependencies for CakePHP 4.1.
  • Loading branch information
ADmad authored Jul 5, 2020
2 parents 79299f3 + 33b0120 commit a652819
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"license": "MIT",
"require": {
"php": ">=7.2",
"cakephp/cakephp": "^4.0",
"cakephp/cakephp": "~4.1",
"cakephp/migrations": "^3.0",
"cakephp/plugin-installer": "^1.2",
"mobiledetect/mobiledetectlib": "^2.8"
},
"require-dev": {
"cakephp/bake": "^2.0.3",
"cakephp/cakephp-codesniffer": "~4.1.0",
"cakephp/debug_kit": "^4.0",
"cakephp/cakephp-codesniffer": "~4.2",
"cakephp/debug_kit": "^4.1",
"josegonzalez/dotenv": "^3.2",
"phpunit/phpunit": "^8.5",
"psy/psysh": "@stable"
Expand Down
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
parameters:
level: 7
checkMissingIterableValueType: false
treatPhpDocTypesAsCertain: false
excludes_analyse:
- src/Console/Installer.php

0 comments on commit a652819

Please sign in to comment.