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 51e01b6 commit 722e0fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -10,15 +10,15 @@
},
"require": {
"php": ">=8.1",
"spiral/core": "^3.5"
"spiral/core": "^3.6"
},
"autoload": {
"psr-4": {
"Spiral\\Serializer\\": "src"
}
},
"require-dev": {
"spiral/boot": "^3.5",
"spiral/boot": "^3.6",
"phpunit/phpunit": "^9.5.20",
"vimeo/psalm": "^4.27"
},
Expand All @@ -29,7 +29,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.5.x-dev"
"dev-master": "3.6.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 722e0fa

Please sign in to comment.