diff options
| author | horus_arch | 2017-02-20 12:41:47 +0100 |
|---|---|---|
| committer | horus_arch | 2017-02-20 12:41:47 +0100 |
| commit | 3702922f4ab7f3d73f802b94d8b36571c589cb2c (patch) | |
| tree | 38202e3f97f32dbdf562e94249e6f1e297cb85fe | |
| parent | 9099b119de3e4fc04757d910bb7a2a96fb37bf4f (diff) | |
| download | gospeladlershof.de-3702922f4ab7f3d73f802b94d8b36571c589cb2c.tar.gz | |
Fügt composer hinzu.
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | intern.gospeladlershof.de/composer.json | 5 | ||||
| -rw-r--r-- | intern.gospeladlershof.de/composer.lock | 68 |
3 files changed, 74 insertions, 0 deletions
@@ -7,6 +7,7 @@ *.json !gospeladlershof.de/package.json +!intern.gospeladlershof.de/composer.json secrets.php chor_list_members.txt diff --git a/intern.gospeladlershof.de/composer.json b/intern.gospeladlershof.de/composer.json new file mode 100644 index 0000000..69d3b61 --- /dev/null +++ b/intern.gospeladlershof.de/composer.json @@ -0,0 +1,5 @@ +{ + "require": { + "pda/pheanstalk": "^3.1" + } +} diff --git a/intern.gospeladlershof.de/composer.lock b/intern.gospeladlershof.de/composer.lock new file mode 100644 index 0000000..5af46d8 --- /dev/null +++ b/intern.gospeladlershof.de/composer.lock @@ -0,0 +1,68 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "This file is @generated automatically" + ], + "content-hash": "5aa12f9fb4262efc1860ca56e2dbbd22", + "packages": [ + { + "name": "pda/pheanstalk", + "version": "v3.1.0", + "source": { + "type": "git", + "url": "https://github.com/pda/pheanstalk.git", + "reference": "430e77c551479aad0c6ada0450ee844cf656a18b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pda/pheanstalk/zipball/430e77c551479aad0c6ada0450ee844cf656a18b", + "reference": "430e77c551479aad0c6ada0450ee844cf656a18b", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Pheanstalk\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paul Annesley", + "email": "paul@annesley.cc", + "homepage": "http://paul.annesley.cc/", + "role": "Developer" + } + ], + "description": "PHP client for beanstalkd queue", + "homepage": "https://github.com/pda/pheanstalk", + "keywords": [ + "beanstalkd" + ], + "time": "2015-08-07T21:42:41+00:00" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [] +} |
