Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
vendor
vendor
.phpunit.result.cache
12 changes: 11 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"description": "Laravel Wrapper for the Notion API",
"keywords": [
"fiveam-code",
"laravel-notion-api"
"laravel-notion-api",
"laravel",
"notion",
"notion-api",
"api-wrapper"
],
"homepage": "https://github.com/fiveam-code/laravel-notion-api",
"license": "MIT",
Expand All @@ -13,10 +17,16 @@
"name": "Diana Scharf",
"email": "hello@dianaweb.dev",
"role": "Developer"
},
{
"name": "Johannes Güntner",
"email": "johannes.guentner@it-guentner.de",
"role": "Developer"
}
],
"require": {
"php": "^7.4|^8.0",
"guzzlehttp/guzzle": "^7.0.1",
"illuminate/support": "^8.0"
},
"require-dev": {
Expand Down
Loading