123456789101112131415161718192021 |
- {
- "name": "aferrandini/phpqrcode",
- "description": "PHPQRCode porting and changed for PHP 5.3 compatibility",
- "keywords": ["php", "qrcode", "barcode"],
- "homepage": "https://github.com/aferrandini/PHPQRCode",
- "type": "library",
- "license": "MIT",
- "authors": [
- {
- "name": "Ariel Ferrandini",
- "email": "arielferrandini@gmail.com",
- "homepage": "http://www.ferrandini.com/"
- }
- ],
- "require": {
- "php": ">=5.3.0"
- },
- "autoload": {
- "psr-0": { "PHPQRCode": "lib/" }
- }
- }
|