From a86d8a2b71057bd01749c59d92bf1f1c610bdfb7 Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Thu, 11 Jan 2024 10:06:31 -0600 Subject: [PATCH] Adjusts on PHP Composer --- .github/workflows/phpunit.yml | 3 +-- README.md | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 9bf9af8..a1957d8 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -16,10 +16,9 @@ jobs: strategy: matrix: php-version: + - "8.3" - "8.2" - "8.1" - - "8.0" - - "7.4" steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 65f0d62..ebcc65c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To get more information about the the project and how to please visit: ## Installing ``` -composer require 'byjg/migration-cli=4.1.*' +composer require 'byjg/migration-cli' ``` ## Running in the command line diff --git a/composer.json b/composer.json index a2dda4e..3545db4 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=7.4", "byjg/migration": "4.9.*", - "symfony/console": "^5.3" + "symfony/console": "^5.4|^6.0|^7.0" }, "autoload": { "psr-4": {