12345678910111213141516171819 |
- {
- "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"
- ]
- }
- }
|