Skip to content

Commit

Permalink
Bump minimum to PHP 8.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
francislavoie authored Jan 10, 2024
1 parent bf68799 commit 139fd0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.3', '7.4', '8.0']
php-versions: ['8.1', '8.2', '8.3']

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is a fork of https://github.com/PHPGangsta/GoogleAuthenticator with the fol
- No longer generates Google's Chart API to make QR code links
- Uses namespacing
- Augmented test coverage to 100%
- Bumped minimum PHP version to 7.3
- Bumped minimum PHP version to 8.1

Original License:
-----------------
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"issues": "https://github.com/Vectorface/GoogleAuthenticator/issues"
},
"require": {
"php": ">=7.3",
"endroid/qr-code": "^4.0.0"
"php": ">=8.1",
"endroid/qr-code": "^5.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9"
Expand Down

0 comments on commit 139fd0b

Please sign in to comment.