Skip to content

Commit

Permalink
Adjusts on PHP Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed Jan 11, 2024
1 parent 3da30f9 commit a86d8a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
strategy:
matrix:
php-version:
- "8.3"
- "8.2"
- "8.1"
- "8.0"
- "7.4"

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit a86d8a2

Please sign in to comment.