Skip to content

Commit

Permalink
[TASK] Fix versions of code quality tool
Browse files Browse the repository at this point in the history
Also updated dependencies and added PHP 8.2 to Github Actions
  • Loading branch information
a-r-m-i-n committed May 27, 2023
1 parent 3716ae2 commit 7714583
Show file tree
Hide file tree
Showing 4 changed files with 397 additions and 628 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
dependencies:
- "lowest"
- "highest"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Written by **Armin Vieweg** <<https://v.ieweg.de>>

## Requirements

- PHP 7.3, 7.4 or 8.0
- PHP 7.3, 7.4, 8.0, 8.1 or 8.2
- Enabled PHP extensions: iconv, json


Expand Down Expand Up @@ -84,7 +84,7 @@ $ vendor/bin/ec [options] [--] [<names>...]

PHAR style:
```
$ php ec-1.4.0.phar [options] [--] [<names>...]
$ php ec-1.5.2.phar [options] [--] [<names>...]
```

### Scanning
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
},
"require-dev": {
"seld/phar-utils": "^1.1",
"phpstan/phpstan": "^1.4",
"jangregor/phpstan-prophecy": "^1.0",
"friendsofphp/php-cs-fixer": "^3.4",
"phpstan/phpstan": "1.4.0",
"jangregor/phpstan-prophecy": "1.0.0",
"friendsofphp/php-cs-fixer": "3.4.0",
"phpunit/phpunit": "^9.5"
},
"bin": [
Expand Down
Loading

0 comments on commit 7714583

Please sign in to comment.