Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit e6d0ca1

Browse files
authored
Merge pull request #52 from skie/4.x
4.x
2 parents 569c4b8 + 0564f34 commit e6d0ca1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
],
1414
"require": {
1515
"php": ">=7.2.0",
16-
"cakephp/cakephp": "4.x-dev as 4.0.0",
16+
"cakephp/cakephp": "^4.0.0",
1717
"imagine/imagine": "0.6.*",
1818
"cakephp/plugin-installer": "*"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^8.0",
2222
"vlucas/phpdotenv": "^3.3",
23-
"cakephp/cakephp-codesniffer": "dev-next"
23+
"cakephp/cakephp-codesniffer": "^4.0"
2424
},
2525
"autoload": {
2626
"psr-4": {
@@ -47,9 +47,9 @@
4747
"test": "phpunit --stderr",
4848
"stan": "phpstan analyse src/ && psalm --show-info=false",
4949
"psalm": "psalm --show-info=false",
50-
"stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:^0.11 vimeo/psalm:^3.0 && mv composer.backup composer.json",
50+
"stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:^0.11 vimeo/psalm:^3.0 && mv composer.backup composer.json",
5151
"rector": "rector process src/",
52-
"rector-setup": "cp composer.json composer.backup && composer require --dev rector/rector:^0.4.11 && mv composer.backup composer.json",
52+
"rector-setup": "cp composer.json composer.backup && composer require --dev rector/rector:^0.4.11 && mv composer.backup composer.json",
5353
"coverage-test": "phpunit --stderr --coverage-clover=clover.xml"
5454
}
5555
}

0 commit comments

Comments
 (0)