Skip to content

Commit 12a99e3

Browse files
Update dependencies
1 parent c680221 commit 12a99e3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
}
2222
],
2323
"require": {
24-
"php" : ">=7.2",
25-
"illuminate/support" : ">=6.0",
26-
"illuminate/database" : ">=6.0"
24+
"php" : "^7.2.5|^8.0",
25+
"illuminate/support" : "^6.0|^7.0|^8.0",
26+
"illuminate/database" : "^6.0|^7.0|^8.0"
2727
},
2828
"require-dev": {
29-
"laravel/framework" : "^6.0",
30-
"mockery/mockery" : "~1.0",
31-
"phpunit/phpunit" : "^9.4",
32-
"orchestra/testbench" : "^4.10",
33-
"doctrine/dbal" : "^2.12"
29+
"laravel/framework" : "^6.0|^7.0|^8.0",
30+
"mockery/mockery" : "~1.0",
31+
"phpunit/phpunit" : "^8.0|^9.0",
32+
"orchestra/testbench" : "^4.0|^5.0|^6.0",
33+
"doctrine/dbal" : "^2.12"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)