Skip to content

Commit 490eab8

Browse files
authored
Update composer.json
1 parent c8b7623 commit 490eab8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
}
3030
},
3131
"require": {
32-
"php": "^7.1"
32+
"php": "^7.1|^8.0"
3333
},
3434
"require-dev": {
35-
"illuminate/database": "^5.5|^6.0",
36-
"orchestra/testbench": "^3.5|^4.0",
37-
"orchestra/database": "^3.5|^4.0",
38-
"phpunit/phpunit": "^6.3|^7.0|^8.0"
35+
"illuminate/database": "^5.5|^6.0|^8.20",
36+
"orchestra/testbench": "^3.5|^4.0|^6.0",
37+
"orchestra/database": "^3.5|^4.0|^5.0",
38+
"phpunit/phpunit": "^6.3|^7.0|^8.0|^9.4"
3939
},
4040
"scripts": {
4141
"test": "vendor/bin/phpunit"

0 commit comments

Comments
 (0)