mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 15:24:46 -04:00
39 lines
897 B
JSON
39 lines
897 B
JSON
{
|
|
"name": "nette/robot-loader",
|
|
"description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
|
|
"keywords": ["nette", "autoload", "class", "trait", "interface"],
|
|
"homepage": "https://nette.org",
|
|
"license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
|
|
"authors": [
|
|
{
|
|
"name": "David Grudl",
|
|
"homepage": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6.0",
|
|
"ext-tokenizer": "*",
|
|
"nette/finder": "^2.3 || ^3.0",
|
|
"nette/utils": "^2.4 || ^3.0"
|
|
},
|
|
"require-dev": {
|
|
"nette/tester": "^2.0",
|
|
"tracy/tracy": "^2.3"
|
|
},
|
|
"conflict": {
|
|
"nette/nette": "<2.2"
|
|
},
|
|
"autoload": {
|
|
"classmap": ["src/"]
|
|
},
|
|
"minimum-stability": "dev",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1-dev"
|
|
}
|
|
}
|
|
}
|