Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Sep 29, 2022
1 parent 2e714e2 commit 106dff0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Expand Up @@ -27,7 +27,10 @@
}
],
"require": {
"php": ">=8.1"
"php": ">=8.1",
"spiral/exceptions": "^3.0.2",
"spiral/files": "^3.0.2",
"symfony/finder": "^5.3.7|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
Expand All @@ -45,7 +48,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
"dev-master": "3.0.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 106dff0

Please sign in to comment.