Skip to content

Commit

Permalink
Upgrade CAKEPHP to 4.3.9. Upgrade dependencies. Fixed deprecations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed May 15, 2022
1 parent 93bba04 commit 5b40a58
Show file tree
Hide file tree
Showing 2,455 changed files with 50,148 additions and 56,563 deletions.
20 changes: 12 additions & 8 deletions app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"type": "project",
"license": "MIT",
"require": {
"php": ">=7.2",
"cakephp/cakephp": "~4.2.0",
"cakephp/migrations": "^3.0",
"php": ">=8.0",
"cakephp/cakephp": "^4.3",
"cakephp/migrations": "^3.2",
"cakephp/plugin-installer": "^1.3",
"doctrine/dbal": "^3.1",
"doctrine/dbal": "^3.3",
"mobiledetect/mobiledetectlib": "^2.8"
},
"require-dev": {
"cakephp/bake": "^2.3",
"cakephp/cakephp-codesniffer": "~4.2.0",
"cakephp/debug_kit": "^4.4",
"cakephp/bake": "^2.6",
"cakephp/cakephp-codesniffer": "^4.5",
"cakephp/debug_kit": "^4.5",
"josegonzalez/dotenv": "^3.2",
"phpunit/phpunit": "~8.5.0 || ^9.3",
"psy/psysh": "@stable"
Expand Down Expand Up @@ -50,6 +50,10 @@
},
"prefer-stable": true,
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"cakephp/plugin-installer": true
}
}
}
Loading

0 comments on commit 5b40a58

Please sign in to comment.