aspireupdate/vendor/afragen/autoloader/composer.json
2025-02-19 12:24:19 -07:00

28 lines
628 B
JSON

{
"name": "afragen/autoloader",
"description": "PSR-4 style autoloader and classmap loader.",
"version": "3.0.1",
"type": "library",
"keywords": [
"autoload"
],
"license": "MIT",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/afragen/autoload"
}
],
"authors": [
{
"name": "Andy Fragen",
"email": "andy@thefragens.com",
"homepage": "https://thefragens.com",
"role": "Developer"
}
],
"prefer-stable": true,
"require": {
"php": ">=7.1"
}
}