Skip to content

Commit

Permalink
Update the composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-yee committed Jan 30, 2023
1 parent 1c2fcb7 commit ac2c991
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"autoload": {
"psr-4": {
"PingYi\\JsonSerializer\\ClosureSerializer\\": "src/ClosureSerializer/",
"PingYi\\JsonSerializer\\Exception\\": "src/Exception/",
"PingYi\\JsonSerializer\\Test\\": "tests/"
"Pingyi\\JsonSerializer\\ClosureSerializer\\": "src/ClosureSerializer/",
"Pingyi\\JsonSerializer\\Exception\\": "src/Exception/",
"Pingyi\\JsonSerializer\\Test\\": "tests/"
}
},
"require-dev": {
Expand Down

0 comments on commit ac2c991

Please sign in to comment.