Skip to content

Commit

Permalink
use stable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal committed Sep 20, 2023
1 parent 63ba5eb commit 74f2f63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"license": "MIT",
"require": {
"php": ">=8.1",
"cakephp/orm": "5.x-dev",
"cakephp/orm": "^5.0",
"fakerphp/faker": "^1.15",
"vierge-noire/cakephp-test-suite-light": "dev-next"
},
"require-dev": {
"cakephp/bake": "3.x-dev as 3.0.0",
"cakephp/bake": "^3.0.0",
"cakephp/cakephp-codesniffer": "^5.1",
"cakephp/migrations": "4.x-dev as 4.0.0",
"josegonzalez/dotenv": "dev-master",
"cakephp/migrations": "^4.0.0",
"josegonzalez/dotenv": "^4.0.0",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^10.1",
"vimeo/psalm": "^5.0"
Expand Down

0 comments on commit 74f2f63

Please sign in to comment.