Skip to content

Commit

Permalink
Merge pull request #3 from bowphp/update-composer-json
Browse files Browse the repository at this point in the history
Update the framework version for relase
  • Loading branch information
papac authored May 21, 2023
2 parents 17b66b4 + 42c70d9 commit 05656a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": "^8.1",
"bowphp/framework": "5.x-dev"
"bowphp/framework": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "^10.1@dev",
Expand Down

0 comments on commit 05656a3

Please sign in to comment.