Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ryckblick authored Jan 24, 2025
0 parents commit 8e3442e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "ryckblick/gemeindeatlas-client",
"description": "Client for interacting with Gemeindeatlas API",
"minimum-stability": "stable",
"license": "proprietary",
"authors": [
{
"name": "Eric Hartmann",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.3",
"symfony/http-client": "7.2.*"
},
"autoload": {
"psr-4": {
"Ryckblick\\Gemeindeatlas\\": "src"
}
}
}

0 comments on commit 8e3442e

Please sign in to comment.