Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 32aa3f5

Browse files
committed
Merge #13 - Fix PHP 8 support
2 parents 52609ee + db75c29 commit 32aa3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^5.5.9 || ^7.0 || 8.0",
18+
"php": "^5.5.9 || ^7.0 || ^8.0",
1919
"illuminate/support": "5.* || ^6 || ^7 || ^8",
2020
"guzzlehttp/guzzle": "^6 || ^7",
2121
"monolog/monolog": "^1.12|^2.0"

0 commit comments

Comments
 (0)