diff --git a/composer.json b/composer.json index cc4707d..da21440 100644 --- a/composer.json +++ b/composer.json @@ -45,6 +45,7 @@ "friendsofphp/php-cs-fixer": "^3.35", "guzzlehttp/guzzle": "^7.8", "mockery/mockery": "^1.6", + "neronmoon/scriptsdev": "^0.1.9", "nunomaduro/phpinsights": "^2.9", "pestphp/pest": "^1.23.1", "pestphp/pest-plugin-parallel": "^1.2", @@ -105,6 +106,14 @@ "dev-master": "1.0-dev", "dev-main": "1.0-dev", "dev-latest": "1.0-dev" + }, + "scripts-dev": { + "post-update-cmd": [ + "@composer run-script licenses:generate" + ], + "post-install-cmd": [ + "@composer run-script licenses:generate" + ] } }, "minimum-stability": "stable", @@ -113,7 +122,8 @@ "allow-plugins": { "symfony/thanks": true, "dealerdirect/phpcodesniffer-composer-installer": true, - "pestphp/pest-plugin": true + "pestphp/pest-plugin": true, + "neronmoon/scriptsdev": true }, "sort-packages": true } diff --git a/licenses.md b/licenses.md index 14880e3..ffab9d4 100644 --- a/licenses.md +++ b/licenses.md @@ -7,7 +7,7 @@ homepage, and license information for every dependency in this project. ## Source ### brandon14/fossabot-commander -Library to to easily create Fossabot commands invokable via the Fossabot customapi implementation. +Library to easily create Fossabot commands invokable via the Fossabot customapi implementation. Homepage: [brandon14/fossabot-commander](https://github.com/brandon14/fossabot-commander) Licenses Used: MIT @@ -112,7 +112,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -### psr/log (Version 1.1.4 | d49695b) +### psr/log (Version 3.0.0 | fe5ea30) Common interface for logging libraries Homepage: [https://github.com/php-fig/log](https://github.com/php-fig/log) Licenses Used: MIT