From adff75006eca47a379dd2644670f83547e219196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A6=E7=94=B0=20=E6=86=B2=E5=A4=AA=E9=83=8E?= Date: Wed, 17 Jan 2024 12:23:33 +0900 Subject: [PATCH] Dependency packages no longer need to be downgraded. --- .github/workflows/package-installation-tests.yml | 3 +-- README.md | 15 --------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/package-installation-tests.yml b/.github/workflows/package-installation-tests.yml index 458dc4b..fb80093 100644 --- a/.github/workflows/package-installation-tests.yml +++ b/.github/workflows/package-installation-tests.yml @@ -30,6 +30,5 @@ jobs: coverage: none - run: composer create-project laravel/laravel:${{ matrix.laravel }} ./ - # TODO After the dependency issues written in the README are resolved, modify to the normal installation method. - - run: composer require kentaroutakeda/laravel-openapi-validator --no-interaction --no-progress --with-dependencies --ansi + - run: composer require kentaroutakeda/laravel-openapi-validator --no-interaction --no-progress --ansi - run: vendor/bin/phpunit diff --git a/README.md b/README.md index 4794672..8af503f 100644 --- a/README.md +++ b/README.md @@ -24,21 +24,6 @@ You can install the package via composer: composer require kentaroutakeda/laravel-openapi-validator ``` -> [!NOTE] -> -> Depending on the configuration of your Laravel Application, -> you may need to downgrade some of the following dependencies: -> -> ```bash -> composer require kentaroutakeda/laravel-openapi-validator --with-dependencies -> ``` -> -> Please see -> [here](https://github.com/DEVizzent/cebe-php-openapi/pull/15) -> for details. - - - ## Usage 1. Configure OpenAPI Specification