Skip to content

Commit 141280a

Browse files
committed
Add composer.json
1 parent ed715c7 commit 141280a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "videlalvaro/php-amqplib",
3+
"type": "library",
4+
"description": "This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5+
"keywords": ["rabbitmq", "message", "queue"],
6+
"homepage": "https://github.com/videlalvaro/php-amqplib/",
7+
"authors": [
8+
{
9+
"name" : "Alvaro Videla"
10+
}
11+
],
12+
"require": {
13+
"php": ">=5.3.0"
14+
},
15+
"autoload": {
16+
"psr-0": {"PhpAmqpLib": ""}
17+
}
18+
}

0 commit comments

Comments
 (0)