Skip to content

Commit

Permalink
Merge pull request #316 from cakephp/4.x-cake5
Browse files Browse the repository at this point in the history
4.x: change composer.json to cake5 stable version
  • Loading branch information
markstory authored Sep 10, 2023
2 parents 695a0dc + f52e5cc commit 1dc2871
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"source": "https://github.com/cakephp/elastic-search"
},
"require": {
"cakephp/cakephp": "5.x-dev as 5.0.0",
"cakephp/cakephp": "^5.0.0",
"ruflin/elastica": "^7.1"
},
"require-dev": {
Expand All @@ -43,8 +43,6 @@
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"check": [
"@test",
Expand Down

0 comments on commit 1dc2871

Please sign in to comment.