Skip to content

Commit

Permalink
Bumped minimum PHP version to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
batumibiz committed Nov 1, 2023
1 parent 2aa05d8 commit 0dcd69e
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 207 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
tests:
strategy:
matrix:
php-versions: [ '8.0', '8.1' , '8.2' ]
php-versions: [ '8.1' , '8.2' ]

runs-on: ubuntu-latest

Expand Down
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,19 @@
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "8.1"
}
},
"require": {
"php": "~8.0 || ~8.1 || ~8.2"
"php": "~8.1 || ~8.2"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
"slevomat/coding-standard": "^8.12",
"phpunit/phpunit": "^10.4",
"slevomat/coding-standard": "^8.14",
"squizlabs/php_codesniffer": "^3.7",
"vimeo/psalm": "^5.11"
"vimeo/psalm": "^5.15"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 0dcd69e

Please sign in to comment.