|
9 | 9 | "version" : "0.0.0", |
10 | 10 | "repo" : "https://dev.bazaari.com.au/sp-core/core", |
11 | 11 | "class" : "System\\Base\\Providers\\CoreServiceProvider\\Core", |
12 | | - "dependencies" : |
| 12 | + "dependencies" : |
13 | 13 | { |
14 | | - "composer" : |
| 14 | + "composer" : |
15 | 15 | { |
16 | | - "require" : { |
17 | | - "composer/composer": "^2.7", |
18 | | - "cweagans/composer-patches": "^1.7", |
19 | | - "league/flysystem": "^3.24", |
20 | | - "phpmailer/phpmailer": "^6.9", |
21 | | - "guzzlehttp/guzzle": "^7.8", |
22 | | - "thecodingmachine/safe": "^2.5", |
23 | | - "symfony/translation-contracts": "^3.4", |
24 | | - "symfony/translation": "^7.0", |
25 | | - "symfony/polyfill-php80": "^1.29", |
26 | | - "symfony/polyfill-mbstring": "^1.29", |
27 | | - "symfony/deprecation-contracts": "^3.4", |
28 | | - "spomky-labs/otphp": "^11.2", |
29 | | - "ralouphie/getallheaders": "^3.0", |
30 | | - "psr/http-message": "^2.0", |
31 | | - "psr/http-client": "^1.0", |
32 | | - "picqer/php-barcode-generator": "^2.4", |
33 | | - "paragonie/constant_time_encoding": "^2.6", |
34 | | - "nesbot/carbon": "^3.0", |
35 | | - "league/mime-type-detection": "^1.15", |
36 | | - "khanamiryan/qrcode-detector-decoder": "^2.0", |
37 | | - "guzzlehttp/psr7": "^2.6", |
38 | | - "guzzlehttp/promises": "^2.0", |
39 | | - "endroid/qr-code": "^5.0", |
40 | | - "dasprid/enum": "^1.0", |
41 | | - "beberlei/assert": "^3.3", |
42 | | - "bacon/bacon-qr-code": "^2.0", |
43 | | - "cboden/ratchet": "^0.4.4", |
44 | | - "react/zmq": "^0.4.0", |
45 | | - "peppeocchi/php-cron-scheduler": "^4.0", |
46 | | - "php-imap/php-imap": "^5.0", |
47 | | - "league/csv": "^9.15", |
48 | | - "paquettg/php-html-parser": "^2.2", |
49 | | - "ifsnop/mysqldump-php": "^2.12", |
50 | | - "spatie/flysystem-dropbox": "^3.0", |
51 | | - "bjeavons/zxcvbn-php": "^1.3", |
52 | | - "bluelibraries/dns": "^1.1", |
53 | | - "league/oauth2-server": "^8.5", |
54 | | - "league/oauth2-github": "^3.1", |
55 | | - "league/oauth2-client": "^2.7", |
56 | | - "z4kn4fein/php-semver": "^2.0", |
57 | | - "opis/json-schema": "^2.3", |
58 | | - "league/flysystem-sftp-v3": "^3.23", |
59 | | - "lasserafn/php-initial-avatar-generator": "^4.3", |
60 | | - "wp-cli/php-cli-tools": "^0.11.22" |
| 16 | + "require" : |
| 17 | + { |
| 18 | + "composer/composer" : "^2.7", |
| 19 | + "cweagans/composer-patches" : "^1.7", |
| 20 | + "league/flysystem" : "^3.24", |
| 21 | + "phpmailer/phpmailer" : "^6.9", |
| 22 | + "guzzlehttp/guzzle" : "^7.8", |
| 23 | + "thecodingmachine/safe" : "^2.5", |
| 24 | + "symfony/translation-contracts" : "^3.4", |
| 25 | + "symfony/translation" : "^7.0", |
| 26 | + "symfony/polyfill-php80" : "^1.29", |
| 27 | + "symfony/polyfill-mbstring" : "^1.29", |
| 28 | + "symfony/deprecation-contracts" : "^3.4", |
| 29 | + "spomky-labs/otphp" : "^11.2", |
| 30 | + "ralouphie/getallheaders" : "^3.0", |
| 31 | + "psr/http-message" : "^2.0", |
| 32 | + "psr/http-client" : "^1.0", |
| 33 | + "picqer/php-barcode-generator" : "^2.4", |
| 34 | + "paragonie/constant_time_encoding" : "^2.6", |
| 35 | + "nesbot/carbon" : "^3.0", |
| 36 | + "league/mime-type-detection" : "^1.15", |
| 37 | + "khanamiryan/qrcode-detector-decoder" : "^2.0", |
| 38 | + "guzzlehttp/psr7" : "^2.6", |
| 39 | + "guzzlehttp/promises" : "^2.0", |
| 40 | + "endroid/qr-code" : "^5.0", |
| 41 | + "dasprid/enum" : "^1.0", |
| 42 | + "beberlei/assert" : "^3.3", |
| 43 | + "bacon/bacon-qr-code" : "^2.0", |
| 44 | + "cboden/ratchet" : "^0.4.4", |
| 45 | + "react/zmq" : "^0.4.0", |
| 46 | + "peppeocchi/php-cron-scheduler" : "^4.0", |
| 47 | + "php-imap/php-imap" : "^5.0", |
| 48 | + "league/csv" : "^9.15", |
| 49 | + "paquettg/php-html-parser" : "^2.2", |
| 50 | + "ifsnop/mysqldump-php" : "^2.12", |
| 51 | + "spatie/flysystem-dropbox" : "^3.0", |
| 52 | + "bjeavons/zxcvbn-php" : "^1.3", |
| 53 | + "bluelibraries/dns" : "^1.1", |
| 54 | + "league/oauth2-server" : "^8.5", |
| 55 | + "league/oauth2-github" : "^3.1", |
| 56 | + "league/oauth2-client" : "^2.7", |
| 57 | + "z4kn4fein/php-semver" : "^2.0", |
| 58 | + "opis/json-schema" : "^2.3", |
| 59 | + "league/flysystem-sftp-v3" : "^3.23", |
| 60 | + "lasserafn/php-initial-avatar-generator" : "^4.3", |
| 61 | + "wp-cli/php-cli-tools" : "^0.11.22" |
61 | 62 | }, |
62 | | - "config": { |
63 | | - "allow-plugins": { |
64 | | - "cweagans/composer-patches": true |
| 63 | + "config" : |
| 64 | + { |
| 65 | + "allow-plugins" : |
| 66 | + { |
| 67 | + "cweagans/composer-patches" : true |
65 | 68 | } |
66 | 69 | }, |
67 | | - "extra": { |
68 | | - "patches": { |
69 | | - "react/socket" : { |
| 70 | + "extra" : |
| 71 | + { |
| 72 | + "patches" : |
| 73 | + { |
| 74 | + "react/socket" : |
| 75 | + { |
70 | 76 | "phpv8.3 support" : "external/patches/react_socket_connection.patch" |
71 | 77 | }, |
72 | | - "cboden/ratchet" : { |
| 78 | + "cboden/ratchet" : |
| 79 | + { |
73 | 80 | "phpv8.3 support" : "external/patches/cboden_ratchet_ioconnection.patch" |
74 | 81 | }, |
75 | | - "league/oauth2-server" : { |
| 82 | + "league/oauth2-server" : |
| 83 | + { |
76 | 84 | "extract client_id" : "external/patches/oauth2_server_bearertokenvalidator.patch" |
77 | 85 | } |
78 | 86 | } |
79 | 87 | } |
80 | | - } |
| 88 | + }, |
| 89 | + "external" : [] |
81 | 90 | }, |
82 | | - "settings" : |
| 91 | + "settings" : |
83 | 92 | { |
84 | 93 | "dev" : false, |
85 | 94 | "debug" : false, |
86 | 95 | "auto_off_debug" : 0, |
87 | 96 | "databasetype" : "hybrid", |
88 | 97 | "dbs" : [], |
89 | | - "ffs" : |
| 98 | + "ffs" : |
90 | 99 | { |
91 | | - "sp" : |
| 100 | + "sp" : |
92 | 101 | { |
93 | 102 | "ffname" : "sp", |
94 | 103 | "active" : true, |
95 | 104 | "databaseDir" : "sp/" |
96 | 105 | } |
97 | 106 | }, |
98 | | - "cache" : |
| 107 | + "cache" : |
99 | 108 | { |
100 | 109 | "enabled" : false, |
101 | 110 | "timeout" : 60, |
102 | 111 | "service" : "streamCache" |
103 | 112 | }, |
104 | | - "security" : |
| 113 | + "security" : |
105 | 114 | { |
106 | 115 | "sso" : false, |
107 | 116 | "passwordWorkFactor" : 8, |
108 | 117 | "cookiesWorkFactor" : 4, |
109 | 118 | "passwordPolicy" : false |
110 | 119 | }, |
111 | | - "logs" : |
| 120 | + "logs" : |
112 | 121 | { |
113 | 122 | "enabled" : false, |
114 | 123 | "exceptions" : false, |
|
117 | 126 | "emergencyLogsEmail" : false, |
118 | 127 | "emergencyLogsEmailAddresses" : "" |
119 | 128 | }, |
120 | | - "websocket" : |
| 129 | + "websocket" : |
121 | 130 | { |
122 | 131 | "protocol" : "tcp", |
123 | 132 | "host" : "localhost", |
124 | 133 | "port" : 5555 |
125 | 134 | }, |
126 | | - "timeout" : |
| 135 | + "timeout" : |
127 | 136 | { |
128 | 137 | "cookies" : 86400 |
129 | 138 | } |
|
0 commit comments