We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40fdd97 + f66fb20 commit 16074a9Copy full SHA for 16074a9
composer.json
@@ -24,9 +24,10 @@
24
"lint": "vendor/bin/pint --test"
25
},
26
"require": {
27
- "php": ">=8.0",
+ "php": ">=8.1",
28
"utopia-php/cli": "0.15.*",
29
- "utopia-php/framework": "0.*.*"
+ "utopia-php/framework": "0.*.*",
30
+ "utopia-php/telemetry": "0.1.*"
31
32
"require-dev": {
33
"swoole/ide-helper": "4.8.8",
@@ -38,5 +39,11 @@
38
39
"suggest": {
40
"ext-swoole": "Needed to support Swoole.",
41
"workerman/workerman": "Needed to support Workerman."
42
+ },
43
+ "config": {
44
+ "allow-plugins": {
45
+ "php-http/discovery": true,
46
+ "tbachert/spi": true
47
+ }
48
}
49
0 commit comments