Skip to content

Commit e175914

Browse files
authored
Merge pull request #800 from cakephp/ADmad-patch-1
Restrict updates to bugfixes releases only by default.
2 parents a652819 + 048879e commit e175914

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"license": "MIT",
77
"require": {
88
"php": ">=7.2",
9-
"cakephp/cakephp": "~4.1",
9+
"cakephp/cakephp": "~4.1.0",
1010
"cakephp/migrations": "^3.0",
1111
"cakephp/plugin-installer": "^1.2",
1212
"mobiledetect/mobiledetectlib": "^2.8"
1313
},
1414
"require-dev": {
1515
"cakephp/bake": "^2.0.3",
16-
"cakephp/cakephp-codesniffer": "~4.2",
16+
"cakephp/cakephp-codesniffer": "~4.2.0",
1717
"cakephp/debug_kit": "^4.1",
1818
"josegonzalez/dotenv": "^3.2",
19-
"phpunit/phpunit": "^8.5",
19+
"phpunit/phpunit": "~8.5.0",
2020
"psy/psysh": "@stable"
2121
},
2222
"suggest": {

0 commit comments

Comments
 (0)