Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Upgrade CAKEPHP to version 4.3.0.Fix deprecations. (COmanage#29, CO-2…
…255)
Ioannis committed Nov 3, 2021
1 parent f2fb963 commit 3f629d1
Showing 1,154 changed files with 32,266 additions and 11,868 deletions.
18 changes: 9 additions & 9 deletions app/composer.json
@@ -7,24 +7,24 @@
"require": {
"php": ">=7.3",
"adodb/adodb-php": "^5.21",
"cakephp/cakephp": "4.2.x",
"cakephp/migrations": "^3.0",
"cakephp/cakephp": "^4.3",
"cakephp/migrations": "^3.2",
"cakephp/plugin-installer": "^1.3",
"doctrine/dbal": "^3.1",
"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/repl": "^0.1",
"cakephp/cakephp-codesniffer": "^4.5",
"cakephp/debug_kit": "^4.5",
"josegonzalez/dotenv": "^3.2",
"phpstan/phpstan": "^0.12.99",
"phpunit/phpunit": "~8.5.0 || ^9.3",
"psy/psysh": "@stable"
"phpunit/phpunit": "~8.5.0 || ^9.3"
},
"suggest": {
"markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.",
"dereuromark/cakephp-ide-helper": "After baking your code, this keeps your annotations in sync with the code evolving from there on for maximum IDE and PHPStan compatibility.",
"dereuromark/cakephp-ide-helper": "After baking your code, this keeps your annotations in sync with the code evolving from there on for maximum IDE and PHPStan/Psalm compatibility.",
"phpstan/phpstan": "PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code."
},
"autoload": {
@@ -47,7 +47,7 @@
],
"cs-check": "phpcs --colors -p src/ tests/",
"cs-fix": "phpcbf --colors -p src/ tests/",
"stan": "phpstan analyse src/",
"stan": "phpstan analyse",
"test": "phpunit --colors=always"
},
"prefer-stable": true,

0 comments on commit 3f629d1

Please sign in to comment.