-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 856 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "geekimo/php-rethinkdb-bundle",
"type": "symfony-bundle",
"description": "Symfony 7 Bundle for RethinkDB",
"keywords": ["rethinkdb", "events", "analytics", "symfony", "bundle"],
"homepage": "https://github.com/geekimo/RethinkDBBundle",
"license": "MIT",
"authors": [
{
"name": "Morgan Abraham",
"email": "contact@geekimo.me",
"role": "maintainer"
}
],
"support": {
"email": "contact@geekimo.me"
},
"require": {
"php": "^8.3.0",
"geekimo/php-rql": "^3.0.0",
"symfony/http-kernel": "^7.1",
"symfony/config": "^7.1",
"symfony/dependency-injection": "^7.1"
},
"autoload": {
"psr-4": {
"Geekimo\\Bundle\\RethinkDBBundle\\": "src/"
}
}
}