Skip to content

Commit f2d0b1f

Browse files
authored
Merge pull request #24 from Edgarborras94/master
Added PHP 8 to composer.json
2 parents dd9d3c8 + 6ca48b8 commit f2d0b1f

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
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.2.5",
20+
"php": "^7.2.5|^8.0",
2121
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)