swf2ass/composer.json

30 lines
673 B
JSON

{
"name": "weebdatahoarder/swf2ass",
"type": "project",
"license": "GPL-3.0-or-later",
"autoload": {
"psr-4": {
"swf2ass\\": "src/",
"swf\\": "deps/swf-4real/src/"
}
},
"repositories": [
{
"type": "path",
"url": "deps/martinez-rueda-php"
}
],
"minimum-stability": "dev",
"require": {
"ext-mbstring": "*",
"ext-dom": "*",
"ext-imagick": "*",
"ext-zlib": "*",
"ext-gmp": "*",
"markrogoyski/math-php": "2.*",
"kudm761/martinez-rueda-php": "*",
"ext-json": "*",
"ext-decimal": "*"
}
}