Skip to content

Commit

Permalink
removed contributors (non-authors)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tino Ehrich committed Dec 12, 2018
1 parent b58af2f commit b25a336
Showing 1 changed file with 39 additions and 49 deletions.
88 changes: 39 additions & 49 deletions composer.json
@@ -1,52 +1,42 @@
{
"name": "fightbulc/moment",
"description": "Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js",
"type": "library",
"keywords": [
"date",
"time",
"parse",
"validate",
"manipulate",
"display",
"format",
"i18n",
"translation",
"locale",
"moment"
],
"license": "MIT",
"authors": [
{
"name": "Tino Ehrich",
"email": "tino@bigpun.me",
"role": "developer"
},
{
"name": "Ashish Tilara",
"email": "ashish@itcutives.com",
"role": "developer"
},
{
"name": "Jaroslaw Kozak",
"email": "jaroslaw.kozak68@gmail.com",
"role": "developer"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^5.5 || ^6.5 || ^7.5"
},
"autoload": {
"psr-4": {
"Moment\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Moment\\": "tests/"
}
"name": "fightbulc/moment",
"description": "Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js",
"type": "library",
"keywords": [
"date",
"time",
"parse",
"validate",
"manipulate",
"display",
"format",
"i18n",
"translation",
"locale",
"moment"
],
"license": "MIT",
"authors": [
{
"name": "Tino Ehrich",
"email": "tino@bigpun.me",
"role": "developer"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^5.5 || ^6.5 || ^7.5"
},
"autoload": {
"psr-4": {
"Moment\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Moment\\": "tests/"
}
}
}

0 comments on commit b25a336

Please sign in to comment.