mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-01-23 04:17:32 +00:00
29 lines
603 B
JSON
29 lines
603 B
JSON
{
|
|
"name": "opdavies/gmail-filter-builder",
|
|
"description": "Generates XML to import as Gmail filters.",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Oliver Davies",
|
|
"email": "opdavies@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"tightenco/collect": "^5.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Opdavies\\GmailFilterBuilder\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
}
|
|
}
|