-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from MarwanAlsoltany/dev
Fix deprecations and add backward compatibility
- Loading branch information
Showing
119 changed files
with
745 additions
and
644 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
"authors": [ | ||
{ | ||
"name": "Marwan Al-Soltany", | ||
"email": "[email protected]", | ||
"email": "MarwanAlsoltany+gh@gmail.com", | ||
"homepage": "https://marwanalsoltany.github.io/", | ||
"role": "Developer" | ||
} | ||
|
@@ -26,23 +26,26 @@ | |
"issues": "https://github.com/MarwanAlsoltany/amqp-agent/issues" | ||
}, | ||
"require": { | ||
"php" : "^7.4", | ||
"php-amqplib/php-amqplib": "^2.11" | ||
"php" : "^7.1", | ||
"php-amqplib/php-amqplib": "^2.12" | ||
}, | ||
"require-dev": { | ||
"squizlabs/php_codesniffer": "^3.5.5", | ||
"theseer/phpdox": "^0.12.0", | ||
"phpunit/phpunit": "~8.5", | ||
"phploc/phploc": "^5.0.0", | ||
"phpunit/phpunit": "^7.5.20", | ||
"phploc/phploc": "^4.0.1", | ||
"phpmd/phpmd": "^2.8.1" | ||
}, | ||
"conflict": { | ||
"php": "7.4.0 - 7.4.1" | ||
}, | ||
"scripts": { | ||
"sniff": "vendor/bin/phpcs --report=xml --report-file=build/phpcs/index.xml src", | ||
"sniff-global": "phpcs --report=xml --report-file=build/phpcs/index.xml src", | ||
"detect": "vendor/bin/phpmd src xml naming,unusedcode --reportfile build/phpmd/index.xml --strict --ignore-violations-on-exit", | ||
"detect-global": "phpmd src xml naming,unusedcode --reportfile build/phpmd/index.xml --strict --ignore-violations-on-exit", | ||
"test": "vendor/bin/phpunit --do-not-cache-result", | ||
"test-global": "phpunit --do-not-cache-result", | ||
"test": "vendor/bin/phpunit", | ||
"test-global": "phpunit", | ||
"measure": "vendor/bin/phploc src --log-xml=build/phploc/index.xml", | ||
"measure-global": "phploc src --log-xml=build/phploc/index.xml", | ||
"document": "vendor/bin/phpdox", | ||
|
@@ -66,7 +69,7 @@ | |
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.0-dev" | ||
"dev-master": "1.1-dev" | ||
} | ||
}, | ||
"config": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.