Skip to content

Commit

Permalink
Fix illegal space (0xE38080) in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Dec 11, 2022
1 parent 3f1ace5 commit cf398ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"require": {
"php": ">=8.1",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"ext-pdo": "*"
},
"autoload": {
Expand Down

0 comments on commit cf398ff

Please sign in to comment.