Skip to content

Commit

Permalink
feat: allow manual version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Oct 3, 2022
1 parent 2ceceab commit 17bd3ea
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 @@ -31,10 +31,10 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"leafs/http": "^2.1",
"leafs/router": "^0.1",
"leafs/anchor": "^1.2",
"leafs/exception": "^3.0"
"leafs/http": "*",
"leafs/router": "*",
"leafs/anchor": "*",
"leafs/exception": "*"
},
"require-dev": {
"pestphp/pest": "^1.21",
Expand Down

0 comments on commit 17bd3ea

Please sign in to comment.