asda?‰PNG  IHDR ? f ??C1 sRGB ??é gAMA ±? üa pHYs ? ??o¨d GIDATx^íüL”÷e÷Y?a?("Bh?_ò???¢§?q5k?*:t0A-o??¥]VkJ¢M??f?±8\k2íll£1]q?ù???T { "name": "clue/phar-composer", "description": "Simple phar creation for any project managed via Composer", "keywords": ["executable phar", "build process", "bundle dependencies", "phar", "composer"], "homepage": "https://github.com/clue/phar-composer", "license": "MIT", "authors": [ { "name": "Christian Lück", "email": "christian@clue.engineering" } ], "require": { "php": ">=5.3.6", "knplabs/packagist-api": "^1.0", "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.0 || ^2.5", "symfony/finder": "^6.0 || ^5.0 || ^4.0 || ^3.0 || ^2.5", "symfony/process": "^6.0 || ^5.0 || ^4.0 || ^3.0 || ^2.5" }, "require-dev": { "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.36" }, "autoload": { "psr-4": {"Clue\\PharComposer\\": "src/"} }, "bin": ["bin/phar-composer"], "scripts": { "build": "@php bin/build.php" } }