Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Commit b247c53

Browse files
author
Robert Kummer
authored
added php8 support
1 parent 8ea1681 commit b247c53

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
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.2",
14+
"php": "^7.2 || ^8.0",
1515
"illuminate/config": "~5.0 || ^6.0 || ^7.0 || ^8.0",
1616
"illuminate/session": "~5.0 || ^6.0 || ^7.0 || ^8.0",
1717
"illuminate/support": "~5.0 || ^6.0 || ^7.0 || ^8.0"

0 commit comments

Comments
 (0)