Skip to content

Commit d2ce88c

Browse files
authored
Merge pull request #120 from palpalani/patch-1
Support PHP 8.0
2 parents 414f2f0 + d198382 commit d2ce88c

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
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.2.5",
21+
"php": ">=7.2.5",
2222
"laravel/framework": ">=7.0",
2323
"guzzlehttp/guzzle": "^6.3.1|^7.0"
2424
},

0 commit comments

Comments
 (0)