Skip to content

Commit c29d88a

Browse files
authored
chore: PHP 8 support (#920)
1 parent 140ebda commit c29d88a

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
@@ -24,12 +24,12 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^7.3",
27+
"php": "^7.3|^8.0",
2828
"illuminate/support": "^8.0",
2929
"laracasts/flash": "^3.2"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "^9.0",
32+
"phpunit/phpunit": "^9.0|^9.3.3",
3333
"mockery/mockery": "^1.3.1"
3434
},
3535
"autoload": {

0 commit comments

Comments
 (0)