Skip to content

Commit

Permalink
fix: set package meta (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Cedric Ziel <cedric@cedric-ziel.com>
  • Loading branch information
cedricziel authored Jul 29, 2024
1 parent 2922971 commit 06ebedf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "cedricziel/phpbaserowclient",
"name": "cedricziel/baserow",
"description": "An API client",
"type": "library",
"license": "MIT",
"license": "Apache 2",
"autoload": {
"psr-4": {
"cedricziel\\phpbaserowclient\\": "src/",
Expand All @@ -11,8 +11,8 @@
},
"authors": [
{
"name": "cedricziel",
"email": "mail@example.com"
"name": "Cedric Ziel",
"email": "mail@cedric-ziel.com"
}
],
"require-dev": {
Expand Down

0 comments on commit 06ebedf

Please sign in to comment.