diff --git a/README.md b/README.md index 432977ff8c4b07fe5987e1317d62d7992e3c0b9f..6026bbd55d92f6aed02030a829c04b52b1ae660a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # irstea/phpmd-shim - shim repository for phpmd/phpmd. -This package is a drop-in replacement for [phpmd/phpmd](http://phpmd.org/), which provides its PHAR archive as a binary. +This package is a drop-in replacement for [phpmd/phpmd](https://phpmd.org/), which provides its PHAR archive as a binary. It is built automatically from the official PHAR. diff --git a/composer.json b/composer.json index 1a56dca22fa925608e5d3d07771a2e226047a036..2b0b58c239a3785627bd8213ea72b068f7bebdc2 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,8 @@ "mess detector", "shim" ], - "homepage": "http://phpmd.org/", - "version": "2.6.1", + "homepage": "https://phpmd.org/", + "version": "2.7.0", "license": [ "BSD-3-Clause" ], @@ -20,19 +20,19 @@ "homepage": "https://github.com/manuelpichler", "role": "Project Founder" }, - { - "name": "Other contributors", - "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", - "role": "Contributors" - }, { "name": "Marc Würth", "email": "ravage@bluewin.ch", "homepage": "https://github.com/ravage84", "role": "Project Maintainer" + }, + { + "name": "Other contributors", + "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", + "role": "Contributors" } ], - "type": "project", + "type": "library", "bin": [ "src/bin/phpmd" ], diff --git a/src/bin/phpmd b/src/bin/phpmd index 68212370c87c005751a2d36f9f1cf0bb0abf0b90..cbbaac9325ca965a8ea3527aca1fa8a9be98b5e4 100755 Binary files a/src/bin/phpmd and b/src/bin/phpmd differ