We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc3479 commit eff70dfCopy full SHA for eff70df
1 file changed
composer.json
@@ -5,7 +5,8 @@
5
"license": "MIT",
6
"require": {
7
"php": "^8.3",
8
- "ext-ffi": "*"
+ "ext-ffi": "*",
9
+ "codewithkyrian/platform-package-installer": "^2.1"
10
},
11
"require-dev": {
12
"phpunit/phpunit": "^12.0",
@@ -27,5 +28,17 @@
27
28
"test": "vendor/bin/phpunit",
29
"lint": "vendor/bin/phpstan analyse",
30
"format": "vendor/bin/pint"
31
+ },
32
+ "config": {
33
+ "allow-plugins": {
34
+ "codewithkyrian/platform-package-installer": true
35
+ }
36
37
+ "extra": {
38
+ "artifacts": {
39
+ "linux-x86_64": "https://github.com/avvertix/html-shot/releases/download/v0.0.1/libtakumi_php.so",
40
+ "darwin-arm64": "https://github.com/avvertix/html-shot/releases/download/v0.0.1/libtakumi_php.dylib",
41
+ "windows-64": "https://github.com/avvertix/html-shot/releases/download/v0.0.1/takumi_php.dll"
42
43
}
44
0 commit comments