Skip to content

Commit

Permalink
Merge pull request #88 from LordSimal/cake-5
Browse files Browse the repository at this point in the history
cake5: use stable versions
  • Loading branch information
ADmad authored Oct 10, 2023
2 parents 1d0ccf6 + 9819d5a commit 4617481
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"source": "https://github.com/usemuffin/footprint"
},
"require": {
"cakephp/cakephp": "5.x-dev"
"cakephp/cakephp": "^5.0"
},
"require-dev": {
"cakephp/cakephp-codesniffer": "5.x-dev",
"cakephp/cakephp-codesniffer": "^5.0",
"phpunit/phpunit": "^10.1"
},
"scripts": {
Expand All @@ -56,7 +56,5 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 4617481

Please sign in to comment.