Files
Chamilo/vendor/yuloh/bccomp-polyfill/composer.json
2025-08-14 22:41:49 +02:00

20 lines
373 B
JSON

{
"name": "yuloh/bccomp-polyfill",
"authors": [
{
"name": "Matt Allan",
"email": "matthew.james.allan@gmail.com"
}
],
"license": "MIT",
"require": {},
"autoload": {
"psr-4": {
"Yuloh\\BcCompPolyfill\\": "src"
},
"files": [
"src/functions.php"
]
}
}