Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmatusiewicz committed Apr 15, 2024
1 parent 8e05ed7 commit 66f8465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"autoload": {
"psr-4": {
"": "src"
"": "src/"
}
},
"repositories": [
Expand All @@ -21,7 +21,7 @@
}
],
"require": {
"php": ">=8.0",
"php": "^8.0",
"curl/curl": "*",
"ext-json": "*",
"ext-curl": "*"
Expand Down

0 comments on commit 66f8465

Please sign in to comment.