Skip to content

Commit 5c2ce00

Browse files
committed
WIP
- Working on Notion API integration
1 parent c2f1062 commit 5c2ce00

File tree

2 files changed

+1333
-231
lines changed

2 files changed

+1333
-231
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@
2222
"getkirby/cms": "^4.0",
2323
"beebmx/kirby-env": "^4.0",
2424
"beebmx/kirby-blade": "^6.0",
25-
"beebmx/kirby-courier": "^1.0"
25+
"beebmx/kirby-courier": "^1.0",
26+
"brd6/notion-sdk-php": "^1.5",
27+
"symfony/http-client": "^7.2",
28+
"nyholm/psr7": "^1.8"
2629
},
2730
"config": {
2831
"optimize-autoloader": true,
2932
"allow-plugins": {
30-
"getkirby/composer-installer": true
33+
"getkirby/composer-installer": true,
34+
"php-http/discovery": true
3135
}
3236
}
3337
}

0 commit comments

Comments
 (0)