Skip to content

Commit

Permalink
Merge pull request cakephp#800 from cakephp/ADmad-patch-1
Browse files Browse the repository at this point in the history
Restrict updates to bugfixes releases only by default.
  • Loading branch information
ADmad authored Jul 5, 2020
2 parents a652819 + 048879e commit e175914
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"license": "MIT",
"require": {
"php": ">=7.2",
"cakephp/cakephp": "~4.1",
"cakephp/cakephp": "~4.1.0",
"cakephp/migrations": "^3.0",
"cakephp/plugin-installer": "^1.2",
"mobiledetect/mobiledetectlib": "^2.8"
},
"require-dev": {
"cakephp/bake": "^2.0.3",
"cakephp/cakephp-codesniffer": "~4.2",
"cakephp/cakephp-codesniffer": "~4.2.0",
"cakephp/debug_kit": "^4.1",
"josegonzalez/dotenv": "^3.2",
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "~8.5.0",
"psy/psysh": "@stable"
},
"suggest": {
Expand Down

0 comments on commit e175914

Please sign in to comment.