composer.json 401 B

1234567891011121314151617
  1. {
  2. "name": "simplito/bigint-wrapper-php",
  3. "description": "Common interface for php_gmp and php_bcmath modules",
  4. "license": "MIT",
  5. "authors": [
  6. {
  7. "name": "Simplito Team",
  8. "email": "s.smyczynski@simplito.com",
  9. "homepage": "https://simplito.com"
  10. }
  11. ],
  12. "autoload": {
  13. "psr-4": {
  14. "BI\\": "lib/"
  15. }
  16. }
  17. }