Skip to content

Commit

Permalink
Adding support for Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
N4M3Z committed Apr 19, 2016
1 parent 4a6fb81 commit 85bfc98
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# libsieve-php
libsieve-php
============

libsieve-php is a library to manage and modify sieve (RFC5228) scripts. It contains a parser for the sieve language (including extensions) and a client for the managesieve protocol. It is written entirely in PHP 5.

This project is adopted from the discontinued PHP sieve library available at https://sourceforge.net/projects/libsieve-php/.
26 changes: 26 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "ProtonMail/libsieve-php",
"type": "library",
"description": "libsieve-php is a library to manage and modify sieve (RFC5228) scripts.",
"keywords": ["sieve", "filters", "mail"],
"homepage": "https://sourceforge.net/projects/libsieve-php/",
"license": "GPLv3",
"support":
{
"issues": "https://github.com/ProtonMail/libsieve-php/issues"
},
"authors": [
{
"name": "Heiko Hund",
"homepage": "https://sourceforge.net/u/heikoh/profile/"
},
{
"name": "Martin Zeman",
"email": "martin@protonmail.com",
"homepage": "https://protonmail.com"
}
],
"require": {
"php": ">=5.3.9"
}
}

0 comments on commit 85bfc98

Please sign in to comment.