Skip to content

Commit

Permalink
Update dependencies for 0.1.9 release (#83)
Browse files Browse the repository at this point in the history
* Update dependencies for 0.1.9 release

* Require Laravel Framework 10.25+ : laravel/framework#48468
* Alias `dev-main` to `0.1.x-dev`

* wip

* wip
  • Loading branch information
crynobone authored Sep 22, 2023
1 parent e060aae commit ab5afba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"mockery/mockery": "^1.5",
"phpstan/phpstan-mockery": "^1.1"
},
"conflict": {
"illuminate/console": ">=10.17.0 <10.25.0",
"laravel/framework": ">=10.17.0 <10.25.0"
},
"suggest": {
"ext-pcntl": "Required for the spinner to be animated."
},
Expand All @@ -37,7 +41,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "0.2.x-dev"
"dev-main": "0.1.x-dev"
}
}
}

0 comments on commit ab5afba

Please sign in to comment.