{ "name": "vufind-org/vufindcode", "description": "Classes for working with EANs, ISBNs and ISMNs (a VuFind support library)", "authors": [ { "name": "Demian Katz", "email": "demian.katz@villanova.edu" } ], "homepage": "https://vufind.org/", "license": "GPL-2.0", "support": { "issues": "https://vufind.org/jira" }, "autoload": { "psr-0": { "VuFindCode\\": "src/" } }, "config": { "platform": { "php": "8.1" } }, "require": { "php": ">=8.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.51.0", "pear/http_request2": "2.6.0", "phpmd/phpmd": "2.15.0", "phpstan/phpstan": "1.10.59", "phpunit/phpunit": "10.5.11", "phing/phing": "2.17.4", "squizlabs/php_codesniffer": "3.9.0" } }