61 lines
1.5 KiB
JSON
Raw Normal View History

2024-07-10 18:28:19 +05:45
{
2024-09-29 16:59:27 +05:45
"name": "ernilambar/nepali-date",
"description": "Nepali Date",
"keywords": [
"nepali",
"bikram-sambat",
"date"
],
"homepage": "https://github.com/ernilambar/nepali-date",
"license": "MIT",
"authors": [
2024-07-10 18:28:19 +05:45
{
2024-09-29 16:59:27 +05:45
"name": "Nilambar Sharma",
"email": "nilambar@outlook.com",
"homepage": "https://www.nilambar.net",
"role": "Developer"
2024-07-10 18:28:19 +05:45
}
],
2024-09-29 16:59:27 +05:45
"support": {
"issues": "https://github.com/ernilambar/nepali-date/issues"
2024-07-10 18:28:19 +05:45
},
2024-09-29 16:59:27 +05:45
"autoload": {
"psr-4": {
"Nilambar\\NepaliDate\\": "src/"
2024-07-10 18:28:19 +05:45
}
},
2024-09-29 16:59:27 +05:45
"autoload-dev": {
"psr-4": {
"Nilambar\\NepaliDate\\Test\\": "tests/"
2024-07-10 18:28:19 +05:45
}
},
2024-09-29 16:59:27 +05:45
"require": {
"php": ">=5.6"
},
"config": {
"sort-packages": true
2024-07-10 18:28:19 +05:45
},
2024-09-29 16:59:27 +05:45
"scripts": {
"format": [
"composer --working-dir=build-cs update --no-interaction",
"build-cs/vendor/bin/phpcbf --standard=phpcs.xml.dist"
],
"format:tests": [
"composer --working-dir=build-cs update --no-interaction",
"build-cs/vendor/bin/phpcbf --standard=phpcs.tests.xml.dist"
],
"lint": [
"composer --working-dir=build-cs update --no-interaction",
"build-cs/vendor/bin/phpcs --standard=phpcs.xml.dist"
],
"lint:tests": [
"composer --working-dir=build-cs update --no-interaction",
"build-cs/vendor/bin/phpcs --standard=phpcs.tests.xml.dist"
],
"test": [
"composer --working-dir=build-phpunit update --no-interaction",
"build-phpunit/vendor/bin/phpunit --verbose"
]
2024-07-10 18:28:19 +05:45
}
}