From dfc1780b88345428ebc21e2529befb9bfe8b602d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 23:07:54 +0000 Subject: [PATCH 1/3] Update squizlabs/php_codesniffer requirement from ^3.6 to ^3.7 Updates the requirements on [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) to permit the latest version. - [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases) - [Commits](https://github.com/squizlabs/PHP_CodeSniffer/compare/3.6.0...3.7.1) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3219f78..56ee96e 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require-dev": { "phpunit/phpunit": "^9.5", - "squizlabs/php_codesniffer": "^3.6", + "squizlabs/php_codesniffer": "^3.7", "vimeo/psalm": "^4.22" }, From 57de25cad05ed76fe834cbd16a9eb37c364601ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 23:57:03 +0000 Subject: [PATCH 2/3] Update phpunit/phpunit requirement from ^9.5 to ^9.6 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.0...9.6.4) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3219f78..dd47617 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ }, "require-dev": { - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.6", "squizlabs/php_codesniffer": "^3.6", "vimeo/psalm": "^4.22" }, From 884b2c8693fdc8b30e960176a3fd7826ceb4778c Mon Sep 17 00:00:00 2001 From: solventt <46854749+solventt@users.noreply.github.com> Date: Tue, 16 Jan 2024 21:29:41 +0600 Subject: [PATCH 3/3] Update a workflow file --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b48f149..680fc99 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,15 +19,15 @@ jobs: steps: - name: Clone a repository - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v4 - name: Install PHP ${{ matrix.php }} - uses: shivammathur/setup-php@2.17.1 + uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} - name: Install dependencies with Composer - uses: ramsey/composer-install@2.1.0 + uses: ramsey/composer-install@v2 - name: Run module tests run : vendor/bin/phpunit @@ -36,4 +36,4 @@ jobs: run : vendor/bin/phpcs - name: Run a static analysis tool - run : vendor/bin/psalm \ No newline at end of file + run : vendor/bin/psalm