Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 5ecd7d8

Browse files
authored
fix api composer package missing (#2370)
1 parent f78f4a7 commit 5ecd7d8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

api/composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@
5050
"webonyx/graphql-php": "^0.13.0",
5151
"char0n/ffmpeg-php": "^3.0.0",
5252
"pragmarx/google2fa": "^5.0",
53-
"guzzlehttp/guzzle": "~6.0"
53+
"guzzlehttp/guzzle": "~6.0",
54+
"zendframework/zend-db": "dev-master",
55+
"directus/oauth2-okta": "dev-master",
56+
"directus/proxy-detection": "dev-master",
57+
"directus/rate-limit": "dev-master"
5458
},
5559
"suggest": {
5660
"paragonie/random_compat": "Generates cryptographically more secure pseudo-random bytes",

0 commit comments

Comments
 (0)