Skip to content

Commit e1ebc22

Browse files
authored
Merge pull request #238 from sietzekeuning/master
Update composer.json to be able to use with php8
2 parents 0d1f448 + 7104da7 commit e1ebc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"classmap": ["src/Omnipay.php"]
3939
},
4040
"require": {
41-
"php": "^5.6|^7",
41+
"php": "^5.6|^7|^8",
4242
"php-http/client-implementation": "^1",
4343
"php-http/message": "^1.5",
4444
"php-http/discovery": "^1.2.1",

0 commit comments

Comments
 (0)