Skip to content

Commit 1b0edda

Browse files
author
Tim Helfensdörfer
authored
Update composer.json
1 parent 73492e6 commit 1b0edda

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
@@ -13,15 +13,15 @@
1313
],
1414
"require": {
1515
"php": ">=7.2.0",
16-
"illuminate/database": "^6.0",
17-
"illuminate/events": "^6.0",
18-
"illuminate/support": "^6.0"
16+
"illuminate/database": ">=6.0",
17+
"illuminate/events": ">=6.0",
18+
"illuminate/support": ">=6.0"
1919
},
2020
"require-dev": {
2121
"d11wtq/boris": "^1.0",
2222
"doctrine/dbal": "*",
23-
"mockery/mockery": "^1.0",
24-
"phpunit/phpunit": "^8.0",
23+
"mockery/mockery": ">=1.0",
24+
"phpunit/phpunit": ">=8.0",
2525
"squizlabs/php_codesniffer": "^3.4"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)