| 12345678910111213141516171819202122232425262728 |
- {
- "name": "charcoal-dev/buffers",
- "description": "Byte Array Buffers for Charcoal PHP Apps",
- "type": "library",
- "homepage": "https://github.com/charcoal-dev/buffers",
- "license": "MIT",
- "authors": [
- {
- "name": "Furqan A. Siddiqui",
- "email": "hello@furqansiddiqui.com",
- "homepage": "https://www.furqansiddiqui.com",
- "role": "Author"
- }
- ],
- "require": {
- "php": "^8.1",
- "ext-gmp": "*",
- "charcoal-dev/gmp-adapter": "^0.0.1"
- },
- "autoload": {
- "psr-4": {
- "Charcoal\\Buffers\\": [
- "src"
- ]
- }
- },
- "minimum-stability": "dev"
- }
|