Skip to content

Commit e061b35

Browse files
committed
Add ^8.0 to list of supported php versions
1 parent 2211fb6 commit e061b35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
],
1010
"license": "MIT",
1111
"require": {
12-
"php": "^5.6 || ^7.0"
12+
"php": "^5.6 || ^7.0 || ^8.0"
1313
},
1414
"autoload": {
1515
"psr-4": {
1616
"lfkeitel\\phptotp\\": "src/"
1717
}
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)