Skip to content

Commit 12ac15b

Browse files
committed
Allow PHP 8
1 parent 411c44e commit 12ac15b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.3",
19+
"php": "^7.3|^8.0",
2020
"illuminate/view": "^6.0|^7.0|^8.0",
2121
"illuminate/console": "^6.0|^7.0|^8.0",
2222
"illuminate/mail": "^6.0|^7.0|^8.0"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench": "^5.1",
26-
"phpunit/phpunit": "^8.0"
25+
"orchestra/testbench": "^5.1|^6.3",
26+
"phpunit/phpunit": "^8.0|^9.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)