From d015a291d599d580f3812b157d844b31c72a6f93 Mon Sep 17 00:00:00 2001 From: rotimi Date: Wed, 13 Mar 2024 19:06:21 -0600 Subject: [PATCH] Dev dependency updates --- .github/workflows/php.yml | 2 +- composer.json | 4 ++-- rector.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index a39a997..272016c 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/composer.json b/composer.json index 0c503c7..b43f59e 100644 --- a/composer.json +++ b/composer.json @@ -15,12 +15,12 @@ ], "require": { "php": ">=7.4", - "laminas/laminas-escaper": "^2.9.0" + "laminas/laminas-escaper": "^2.12.0" }, "require-dev": { "phpunit/phpunit": "^9.0", "php-coveralls/php-coveralls": "^2.0", - "rector/rector": "^0.18.0", + "rector/rector": "^1.0.0", "vimeo/psalm": "^5.4" }, "autoload": { diff --git a/rector.php b/rector.php index 571b336..dbbcc26 100644 --- a/rector.php +++ b/rector.php @@ -27,7 +27,7 @@ $containerConfigurator->import(SetList::TYPE_DECLARATION); $containerConfigurator->skip([ - \Rector\Php71\Rector\FuncCall\CountOnNullRector::class, + //\Rector\Php71\Rector\FuncCall\CountOnNullRector::class, ]); // get parameters