-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 995 Bytes
/
composer.json
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
42
43
44
45
{
"authors": [
{
"email": "[email protected]",
"name": "Robert Landers"
}
],
"autoload": {
"psr-4": {
"Withinboredom\\Once\\": "src/"
}
},
"config": {
"allow-plugins": {
"olvlvl/composer-attribute-collector": true,
"pestphp/pest-plugin": true
}
},
"description": "Share secrets easily",
"license": "MIT",
"name": "withinboredom/once",
"replace": {
"symfony/polyfill-ctype": "*",
"symfony/polyfill-intl-grapheme": "*",
"symfony/polyfill-intl-normalizer": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-uuid": "*",
"symfony/polyfill-php80": "*"
},
"require": {
"bottledcode/durable-php": "dev-main",
"bottledcode/swytch-framework": "^0.4",
"ext-mbstring": "*",
"ext-sodium": "*",
"bottledcode/php-rql": "dev-master",
"monolog/monolog": "^3.3",
"php": ">=8.2"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"pestphp/pest": "^1.22",
"pestphp/pest-plugin-mock": "^1.0"
},
"type": "project"
}