|
5 | 5 | "type": "project",
|
6 | 6 | "license": "MIT",
|
7 | 7 | "require": {
|
8 |
| - "php": ">=7.2", |
9 |
| - "cakephp/cakephp": "^4.0", |
10 |
| - "cakephp/migrations": "~3.0", |
11 |
| - "cakephp/authorization": "~2.0", |
12 |
| - "cakephp/authentication": "~2.0", |
13 |
| - "cakephp/plugin-installer": "~1.0", |
| 8 | + "php": ">=8.1", |
| 9 | + "cakephp/cakephp": "^5.0", |
| 10 | + "cakephp/migrations": "~4.0", |
| 11 | + "cakephp/authorization": "~3.0", |
| 12 | + "cakephp/authentication": "~3.0", |
| 13 | + "cakephp/plugin-installer": "~2.0", |
14 | 14 | "josegonzalez/dotenv": "2.*"
|
15 | 15 | },
|
16 | 16 | "require-dev": {
|
17 | 17 | "psy/psysh": "@stable",
|
18 |
| - "cakephp/debug_kit": "^4.0", |
19 |
| - "cakephp/bake": "^2.0", |
20 |
| - "cakephp/cakephp-codesniffer": "^4.0" |
| 18 | + "cakephp/debug_kit": "^5.0", |
| 19 | + "cakephp/bake": "^3.0", |
| 20 | + "cakephp/repl": "^2.0", |
| 21 | + "cakephp/cakephp-codesniffer": "^5.0" |
21 | 22 | },
|
22 | 23 | "suggest": {
|
23 | 24 | "markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.",
|
|
39 | 40 | "scripts": {
|
40 | 41 | "post-install-cmd": "App\\Console\\Installer::postInstall",
|
41 | 42 | "post-create-project-cmd": "App\\Console\\Installer::postInstall",
|
42 |
| - "post-autoload-dump": "Cake\\Composer\\Installer\\PluginInstaller::postAutoloadDump", |
43 | 43 | "check": [
|
44 | 44 | "@test",
|
45 | 45 | "@cs-check"
|
|
50 | 50 | "test": "phpunit --colors=always"
|
51 | 51 | },
|
52 | 52 | "minimum-stability": "dev",
|
53 |
| - "prefer-stable": true |
| 53 | + "prefer-stable": true, |
| 54 | + "config": { |
| 55 | + "allow-plugins": { |
| 56 | + "dealerdirect/phpcodesniffer-composer-installer": true, |
| 57 | + "cakephp/plugin-installer": true |
| 58 | + } |
| 59 | + } |
54 | 60 | }
|
0 commit comments