Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F41987452
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/composer.json b/composer.json
index 8582014..be381e2 100644
--- a/composer.json
+++ b/composer.json
@@ -1,44 +1,44 @@
{
"name": "keruald/broker",
"description": "Message broker abstraction layer",
"license": "BSD-2-Clause",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/keruald/broker"
}
],
"authors": [
{
"name": "Sébastien Santoro",
"email": "dereckson@espace-win.org"
}
],
"keywords": [
"keruald",
"broker",
"AMQP",
"RabbitMQ"
],
"support": {
"irc": "irc://irc.freenode.net/wolfplex",
"issues": "http://devcentral.nasqueron.org"
},
"require": {
"php": ">=5.6.0",
- "videlalvaro/php-amqplib": "2.5.*"
+ "php-amqplib/php-amqplib": "2.5.*"
},
"require-dev": {
"phpunit/phpunit": "5.0.*",
"squizlabs/php_codesniffer": "*"
},
"autoload": {
"psr-4": {
"Keruald\\Broker\\": "src/",
"Keruald\\Broker\\Tests\\": "tests/"
}
},
"scripts": {
"test": "php vendor/bin/phpunit"
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Aug 8, 08:54 (4 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3975868
Default Alt Text
(1 KB)
Attached To
Mode
rKBROKER Keruald Broker
Attached
Detach File
Event Timeline
Log In to Comment