Skip to content

Commit de026fa

Browse files
author
John Kelly
committed
Update composer to new organization
1 parent f59ffd5 commit de026fa

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Looking for New Maintainer #
22

3-
See issue: https://github.com/videlalvaro/Thumper/issues/28
3+
See issue: https://github.com/php-amqplib/Thumper/issues/28
44

55
# Thumper #
66

composer.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
2-
"name": "videlalvaro/thumper",
2+
"name": "php-amqplib/thumper",
3+
"replace": {
4+
"videlalvaro/thumper": "self.version"
5+
},
36
"type": "library",
47
"description": "AMQP Tools",
58
"keywords": ["library", "AMQP", "RabbitMQ", "PHPAMQPLib", "Thumper"],
6-
"homepage": "https://github.com/videlalvaro/Thumper",
9+
"homepage": "https://github.com/php-amqplib/Thumper",
710
"autoload": {
811
"psr-0": {"Thumper": "lib"}
912
},
1013
"require": {
1114
"php": ">=5.3.3",
12-
"videlalvaro/php-amqplib" : "~2.6.0"
15+
"php-amqplib/php-amqplib" : "~2.6.0"
1316
}
1417
}

0 commit comments

Comments
 (0)