mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-25 12:14:02 +01:00
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "nette\/neon",
|
|
"description": "\ud83c\udf78 Nette NEON: encodes and decodes NEON file format.",
|
|
"keywords": [
|
|
"nette",
|
|
"neon",
|
|
"import",
|
|
"export",
|
|
"yaml"
|
|
],
|
|
"homepage": "https:\/\/ne-on.org",
|
|
"license": [
|
|
"BSD-3-Clause",
|
|
"GPL-2.0-only",
|
|
"GPL-3.0-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "David Grudl",
|
|
"homepage": "https:\/\/davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https:\/\/nette.org\/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"ext-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"nette\/tester": "^2.0",
|
|
"tracy\/tracy": "^2.3",
|
|
"phpstan\/phpstan": "^0.12"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src\/"
|
|
]
|
|
},
|
|
"minimum-stability": "dev",
|
|
"scripts": {
|
|
"phpstan": "phpstan analyse",
|
|
"tester": "tester tests -s"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.2-dev"
|
|
}
|
|
}
|
|
} |