Skip to content

Commit

Permalink
Update to stable releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Oct 3, 2023
1 parent 71e9d56 commit a49ba32
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
}
],
"require": {
"cakephp/cakephp": "5.x-dev",
"friendsofcake/crud": "dev-cake-5",
"friendsofcake/bootstrap-ui": "dev-cake-5"
"cakephp/cakephp": "^5.0",
"friendsofcake/crud": "^7.0",
"friendsofcake/bootstrap-ui": "^5.0"
},
"require-dev": {
"friendsofcake/cakephp-test-utilities": "dev-cake-5.x",
"markstory/asset_compress": "5.x-dev",
"friendsofcake/cakephp-test-utilities": "^3.0",
"markstory/asset_compress": "^5.0",
"phpunit/phpunit": "^10.1"
},
"autoload": {
Expand All @@ -59,7 +59,5 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit a49ba32

Please sign in to comment.