Skip to content

Commit

Permalink
Addeding the ability to specify a custom namespace (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Jan 19, 2023
1 parent d03eb44 commit 8177b96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -28,8 +28,8 @@
],
"require": {
"php": ">=8.1",
"spiral/exceptions": "^3.5",
"spiral/files": "^3.5",
"spiral/exceptions": "^3.6",
"spiral/files": "^3.6",
"symfony/finder": "^5.3.7|^6.0"
},
"require-dev": {
Expand All @@ -48,7 +48,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.5.x-dev"
"dev-master": "3.6.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 8177b96

Please sign in to comment.