2024-07-10 12:43:19 +00:00
|
|
|
{
|
2024-09-29 11:14:27 +00:00
|
|
|
"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 12:43:19 +00:00
|
|
|
{
|
2024-09-29 11:14:27 +00:00
|
|
|
"name": "Nilambar Sharma",
|
|
|
|
"email": "nilambar@outlook.com",
|
|
|
|
"homepage": "https://www.nilambar.net",
|
|
|
|
"role": "Developer"
|
2024-07-10 12:43:19 +00:00
|
|
|
}
|
|
|
|
],
|
2024-09-29 11:14:27 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/ernilambar/nepali-date/issues"
|
2024-07-10 12:43:19 +00:00
|
|
|
},
|
2024-09-29 11:14:27 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Nilambar\\NepaliDate\\": "src/"
|
2024-07-10 12:43:19 +00:00
|
|
|
}
|
|
|
|
},
|
2024-09-29 11:14:27 +00:00
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"Nilambar\\NepaliDate\\Test\\": "tests/"
|
2024-07-10 12:43:19 +00:00
|
|
|
}
|
|
|
|
},
|
2024-09-29 11:14:27 +00:00
|
|
|
"require": {
|
|
|
|
"php": ">=5.6"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"sort-packages": true
|
2024-07-10 12:43:19 +00:00
|
|
|
},
|
2024-09-29 11:14:27 +00:00
|
|
|
"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 12:43:19 +00:00
|
|
|
}
|
|
|
|
}
|