Skip to content

Commit

Permalink
Make stubs as a composer package, closes php-amqp#110
Browse files Browse the repository at this point in the history
  • Loading branch information
pinepain committed May 19, 2014
1 parent 905d109 commit 3a7c520
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "pdezwart/php-amqp",
"type": "library",
"description": "PHP AMQP Binding Library",
"keywords": ["rabbitmq", "amqp", "message", "queue"],
"homepage": "https://github.com/pdezwart/php-amqp",
"license": "PHP-3.01",
"authors": [
{
"name": "Pieter de Zwart",
"email": "pdezwart@php.net",
"role": "lead"
}
],
"require": {
"php": ">=5.2.0"
}
}

0 comments on commit 3a7c520

Please sign in to comment.