|
6 | 6 | "license": "MIT", |
7 | 7 | "require": { |
8 | 8 | "php": ">=7.2", |
9 | | - "cakephp/cakephp": "dev-4.next as 4.3.0", |
10 | | - "cakephp/migrations": "dev-3.next as 3.2.0", |
| 9 | + "cakephp/cakephp": "^4.3", |
| 10 | + "cakephp/migrations": "^3.2", |
11 | 11 | "cakephp/plugin-installer": "^1.3", |
12 | 12 | "mobiledetect/mobiledetectlib": "^2.8" |
13 | 13 | }, |
14 | 14 | "require-dev": { |
15 | | - "cakephp/bake": "^2.3", |
16 | | - "cakephp/repl": "^0.1", |
| 15 | + "cakephp/bake": "^2.6", |
17 | 16 | "cakephp/cakephp-codesniffer": "^4.5", |
18 | | - "cakephp/debug_kit": "dev-4.next as 4.5.0", |
| 17 | + "cakephp/debug_kit": "^4.5", |
19 | 18 | "josegonzalez/dotenv": "^3.2", |
20 | 19 | "phpunit/phpunit": "~8.5.0 || ^9.3" |
21 | 20 | }, |
22 | 21 | "suggest": { |
23 | 22 | "markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.", |
24 | 23 | "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.", |
25 | | - "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." |
| 24 | + "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.", |
| 25 | + "cakephp/repl": "Console tools for a REPL interface for CakePHP applications." |
26 | 26 | }, |
27 | 27 | "autoload": { |
28 | 28 | "psr-4": { |
|
49 | 49 | }, |
50 | 50 | "prefer-stable": true, |
51 | 51 | "config": { |
52 | | - "sort-packages": true |
| 52 | + "sort-packages": true, |
| 53 | + "allow-plugins": { |
| 54 | + "cakephp/plugin-installer": true, |
| 55 | + "dealerdirect/phpcodesniffer-composer-installer": true |
| 56 | + } |
53 | 57 | } |
54 | 58 | } |
0 commit comments