Skip to content

Commit 24745ad

Browse files
authored
fix: set package meta
Signed-off-by: Cedric Ziel <cedric@cedric-ziel.com>
1 parent 2922971 commit 24745ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "cedricziel/phpbaserowclient",
2+
"name": "cedricziel/baserow",
33
"description": "An API client",
44
"type": "library",
5-
"license": "MIT",
5+
"license": "Apache 2",
66
"autoload": {
77
"psr-4": {
88
"cedricziel\\phpbaserowclient\\": "src/",
@@ -11,8 +11,8 @@
1111
},
1212
"authors": [
1313
{
14-
"name": "cedricziel",
15-
"email": "mail@example.com"
14+
"name": "Cedric Ziel",
15+
"email": "mail@cedric-ziel.com"
1616
}
1717
],
1818
"require-dev": {

0 commit comments

Comments
 (0)