Skip to content

Commit 139fd0b

Browse files
Bump minimum to PHP 8.1 (#4)
1 parent bf68799 commit 139fd0b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
operating-system: [ubuntu-latest]
19-
php-versions: ['7.3', '7.4', '8.0']
19+
php-versions: ['8.1', '8.2', '8.3']
2020

2121
steps:
2222
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is a fork of https://github.com/PHPGangsta/GoogleAuthenticator with the fol
99
- No longer generates Google's Chart API to make QR code links
1010
- Uses namespacing
1111
- Augmented test coverage to 100%
12-
- Bumped minimum PHP version to 7.3
12+
- Bumped minimum PHP version to 8.1
1313

1414
Original License:
1515
-----------------

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"issues": "https://github.com/Vectorface/GoogleAuthenticator/issues"
2424
},
2525
"require": {
26-
"php": ">=7.3",
27-
"endroid/qr-code": "^4.0.0"
26+
"php": ">=8.1",
27+
"endroid/qr-code": "^5.0.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^9"

0 commit comments

Comments
 (0)