Skip to content
/ logger Public

Commit efaae8a

Browse files
committed
Fix code style (#1248)
1 parent bd902bb commit efaae8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"require": {
3636
"php": ">=8.1",
3737
"psr/log": "1 - 3",
38-
"spiral/core": "^3.16"
38+
"spiral/core": "^3.17"
3939
},
4040
"require-dev": {
4141
"phpunit/phpunit": "^10.5.41",
@@ -54,7 +54,7 @@
5454
},
5555
"extra": {
5656
"branch-alias": {
57-
"dev-master": "3.16.x-dev"
57+
"dev-master": "3.17.x-dev"
5858
}
5959
},
6060
"config": {

0 commit comments

Comments
 (0)