Skip to content

Commit f3f5429

Browse files
C0kkiemitulgolakiya
authored andcommitted
chore: PHP 8 support (#920)
# Conflicts: # composer.json
1 parent beb3c6a commit f3f5429

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.2.5",
27+
"php": "^7.2.5|^8.0",
2828
"illuminate/support": "^7.0",
2929
"laracasts/flash": "^3.1"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "^8.5",
32+
"phpunit/phpunit": "^8.5|^9.3.3",
3333
"mockery/mockery": "^1.3.1"
3434
},
3535
"autoload": {

0 commit comments

Comments
 (0)