summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/mailgun/vendor/clue/stream-filter/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/Postman-Mail/mailgun/vendor/clue/stream-filter/composer.json')
-rw-r--r--Postman/Postman-Mail/mailgun/vendor/clue/stream-filter/composer.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/Postman/Postman-Mail/mailgun/vendor/clue/stream-filter/composer.json b/Postman/Postman-Mail/mailgun/vendor/clue/stream-filter/composer.json
new file mode 100644
index 0000000..f871053
--- /dev/null
+++ b/Postman/Postman-Mail/mailgun/vendor/clue/stream-filter/composer.json
@@ -0,0 +1,23 @@
+{
+ "name": "clue/stream-filter",
+ "description": "A simple and modern approach to stream filtering in PHP",
+ "keywords": ["stream", "callback", "filter", "php_user_filter", "stream_filter_append", "stream_filter_register", "bucket brigade"],
+ "homepage": "https://github.com/clue/php-stream-filter",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Christian Lück",
+ "email": "christian@lueck.tv"
+ }
+ ],
+ "require": {
+ "php": ">=5.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^5.0 || ^4.8"
+ },
+ "autoload": {
+ "psr-4": { "Clue\\StreamFilter\\": "src/" },
+ "files": [ "src/functions.php" ]
+ }
+}