Skip to content

Commit 424d503

Browse files
authored
Merge pull request 5am-code#11 from 5am-code/tests/basic-functionality
Tests/basic functionality
2 parents 8a493ac + e90024d commit 424d503

37 files changed

+995
-332
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea
2-
vendor
2+
vendor
3+
.phpunit.result.cache

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"description": "Laravel Wrapper for the Notion API",
44
"keywords": [
55
"fiveam-code",
6-
"laravel-notion-api"
6+
"laravel-notion-api",
7+
"laravel",
8+
"notion",
9+
"notion-api",
10+
"api-wrapper"
711
],
812
"homepage": "https://github.com/fiveam-code/laravel-notion-api",
913
"license": "MIT",
@@ -13,10 +17,16 @@
1317
"name": "Diana Scharf",
1418
"email": "hello@dianaweb.dev",
1519
"role": "Developer"
20+
},
21+
{
22+
"name": "Johannes Güntner",
23+
"email": "johannes.guentner@it-guentner.de",
24+
"role": "Developer"
1625
}
1726
],
1827
"require": {
1928
"php": "^7.4|^8.0",
29+
"guzzlehttp/guzzle": "^7.0.1",
2030
"illuminate/support": "^8.0"
2131
},
2232
"require-dev": {

0 commit comments

Comments
 (0)