Skip to content

Commit f57f9ef

Browse files
authored
Add PHP 8 support (#4)
1 parent a1333f0 commit f57f9ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.2.5",
21+
"php": "^7.2.5|^8.0",
2222
"illuminate/support": "^6.0|^7.0|^8.0",
2323
"simshaun/recurr": "^4.0"
2424
},
2525
"require-dev": {
2626
"orchestra/testbench": "^6.0",
27-
"phpunit/phpunit": "^9.3"
27+
"phpunit/phpunit": "^8.4|^9.3"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)