-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.04 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.04 KB
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
31
32
33
34
35
36
37
38
39
40
41
{
"authors": [
{
"name": "Robert Landers",
"email": "landers.robert@gmail.com"
}
],
"autoload": {
"psr-4": {
"Peers\\": "src/"
}
},
"config": {
"allow-plugins": {
"olvlvl/composer-attribute-collector": true
}
},
"description": "Peer reviews",
"license": "MIT",
"name": "withinboredom/peers",
"require": {
"bottledcode/durable-php": "dev-main",
"bottledcode/php-rql": "dev-master",
"bottledcode/swytch-framework": "dev-main",
"firebase/php-jwt": "^6.8",
"guzzlehttp/guzzle": "^7.0",
"php": ">=8.2",
"withinboredom/nameof": "v0.2.1",
"nesbot/carbon": "^2.68.1"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"replace": {
"symfony/polyfill-intl-grapheme": "*",
"symfony/polyfill-intl-normalizer": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php80": "*"
},
"type": "project"
}