mirror of
https://gh.wpcy.net/https://github.com/aspirepress/aspireupdate.git
synced 2026-07-16 09:46:32 +08:00
28 lines
628 B
JSON
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"
|
|
}
|
|
}
|