Skip to content

Commit 285036b

Browse files
Make package compatible with php8 (fedeisas#146)
* Update composer.json php 8 * Update composer.json
1 parent 263f395 commit 285036b

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
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.2.5",
17+
"php": "^7.2|^8.0",
1818
"ext-dom": "*",
1919
"illuminate/mail": "^7.4 || ^8.0",
2020
"illuminate/support": "^7.4 || ^8.0",

0 commit comments

Comments
 (0)