File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
matrix :
18
18
operating-system : [ubuntu-latest]
19
- php-versions : ['7.3 ', '7.4 ', '8.0 ']
19
+ php-versions : ['8.1 ', '8.2 ', '8.3 ']
20
20
21
21
steps :
22
22
- name : Checkout
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This is a fork of https://github.com/PHPGangsta/GoogleAuthenticator with the fol
9
9
- No longer generates Google's Chart API to make QR code links
10
10
- Uses namespacing
11
11
- Augmented test coverage to 100%
12
- - Bumped minimum PHP version to 7.3
12
+ - Bumped minimum PHP version to 8.1
13
13
14
14
Original License:
15
15
-----------------
Original file line number Diff line number Diff line change 23
23
"issues" : " https://github.com/Vectorface/GoogleAuthenticator/issues"
24
24
},
25
25
"require" : {
26
- "php" : " >=7.3 " ,
27
- "endroid/qr-code" : " ^4 .0.0"
26
+ "php" : " >=8.1 " ,
27
+ "endroid/qr-code" : " ^5 .0.0"
28
28
},
29
29
"require-dev" : {
30
30
"phpunit/phpunit" : " ^9"
You can’t perform that action at this time.
0 commit comments