Skip to content

Commit

Permalink
Update dependencies for 0.1.9 release
Browse files Browse the repository at this point in the history
* Require Laravel Framework 10.25+ : laravel/framework#48468
* Alias `dev-main` to `0.1.x-dev`
  • Loading branch information
crynobone committed Sep 22, 2023
1 parent 7057cd9 commit 8c22673
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 @@ -18,7 +18,7 @@
"require": {
"php": "^8.1",
"ext-mbstring": "*",
"illuminate/collections": "^10.0|^11.0",
"illuminate/collections": "^10.25|^11.0",
"symfony/console": "^6.2"
},
"require-dev": {
Expand All @@ -37,7 +37,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "0.2.x-dev"
"dev-main": "0.1.x-dev"
}
}
}

0 comments on commit 8c22673

Please sign in to comment.