From 0c4eb69e9908f6009d699cefc6478cd72def2e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 16:29:16 +0200 Subject: [PATCH] chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.61.1 to 3.62.0 (#212) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.61.1 to 3.62.0 Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.61.1 to 3.62.0. - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.61.1...v3.62.0) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * use docker compose --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sébastien Rancoud --- .github/workflows/test.yml | 6 +++--- README.md | 2 +- composer.lock | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7f118fe..29fc645 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,13 +33,13 @@ jobs: uses: actions/checkout@v4 - name: Pull - run: docker-compose pull --quiet + run: docker compose pull --quiet - name: Build - run: docker-compose build --build-arg PHPVERSION=${{ matrix.php-version }} + run: docker compose build --build-arg PHPVERSION=${{ matrix.php-version }} - name: Test - run: docker-compose run -e "PHP_CS_FIXER_IGNORE_ENV=True" lib composer ci + run: docker compose run -e "PHP_CS_FIXER_IGNORE_ENV=True" lib composer ci - name: Upload coverage uses: codecov/codecov-action@v4 diff --git a/README.md b/README.md index 822a4fb..2cf12ab 100644 --- a/README.md +++ b/README.md @@ -242,4 +242,4 @@ composer require predis/predis ``` ## How to Dev -`docker-compose build && docker-compose run lib composer ci` for launching tests +`docker compose build && docker compose run lib composer ci` for launching tests diff --git a/composer.lock b/composer.lock index 9d328e2..4171740 100644 --- a/composer.lock +++ b/composer.lock @@ -477,16 +477,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.61.1", + "version": "v3.62.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "94a87189f55814e6cabca2d9a33b06de384a2ab8" + "reference": "627692f794d35c43483f34b01d94740df2a73507" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/94a87189f55814e6cabca2d9a33b06de384a2ab8", - "reference": "94a87189f55814e6cabca2d9a33b06de384a2ab8", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/627692f794d35c43483f34b01d94740df2a73507", + "reference": "627692f794d35c43483f34b01d94740df2a73507", "shasum": "" }, "require": { @@ -568,7 +568,7 @@ ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.61.1" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.62.0" }, "funding": [ { @@ -576,7 +576,7 @@ "type": "github" } ], - "time": "2024-07-31T14:33:15+00:00" + "time": "2024-08-07T17:03:09+00:00" }, { "name": "myclabs/deep-copy",