summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_auth_backend_http/examples/rabbitmq_auth_backend_php/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/rabbitmq_auth_backend_http/examples/rabbitmq_auth_backend_php/composer.json')
-rw-r--r--deps/rabbitmq_auth_backend_http/examples/rabbitmq_auth_backend_php/composer.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/deps/rabbitmq_auth_backend_http/examples/rabbitmq_auth_backend_php/composer.json b/deps/rabbitmq_auth_backend_http/examples/rabbitmq_auth_backend_php/composer.json
new file mode 100644
index 0000000000..ddf3e438e8
--- /dev/null
+++ b/deps/rabbitmq_auth_backend_http/examples/rabbitmq_auth_backend_php/composer.json
@@ -0,0 +1,19 @@
+{
+ "description": "Example RabbitMQ http auth backend php",
+ "type": "library",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Anthony",
+ "email": "instabledesign@gmail.com"
+ }
+ ],
+ "require": {
+ "php": ">=5.4",
+ "symftony/rabbitmq-auth-backend-http-php": "dev-master",
+ "monolog/monolog": "^1.23"
+ },
+ "scripts": {
+ "start": "php -S 127.0.0.1:8080 -t src"
+ }
+}