Skip to content

Commit

Permalink
update php version required
Browse files Browse the repository at this point in the history
  • Loading branch information
heqiming committed Jul 22, 2024
1 parent c8c1cdb commit d11a35e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 51 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/test-php-compatibility.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A powerful PHP data desensitization tool with built-in rich desensitization calc

## Environment

- PHP >= 8.0
- PHP >= 8.2
- Composer

## Quick Start
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"orchestra/testbench": "^9.2"
},
"require": {
"php": ">=8.0",
"php": ">=8.2",
"illuminate/hashing": "^11.15",
"illuminate/support": "^11.15"
},
Expand Down Expand Up @@ -62,7 +62,7 @@
],
"lint": [
"@php vendor/bin/pint",
"@php vendor/bin/phpstan analyse"
"@php vendor/bin/phpstan analyse src tests"
],
"test": [
"@php vendor/bin/phpunit"
Expand Down

0 comments on commit d11a35e

Please sign in to comment.