Skip to content

Commit

Permalink
Merge pull request #25 from KentarouTakeda/deps-downgrade-is-no-longe…
Browse files Browse the repository at this point in the history
…r-necessary

Dependency packages no longer need to be downgraded.
  • Loading branch information
KentarouTakeda authored Jan 17, 2024
2 parents ed4a039 + adff750 commit 6c37049
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/package-installation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!-- TODO: Delete the note when the issue is closed -->
## Usage

1. Configure OpenAPI Specification
Expand Down

0 comments on commit 6c37049

Please sign in to comment.