We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73492e6 commit 1b0eddaCopy full SHA for 1b0edda
composer.json
@@ -13,15 +13,15 @@
13
],
14
"require": {
15
"php": ">=7.2.0",
16
- "illuminate/database": "^6.0",
17
- "illuminate/events": "^6.0",
18
- "illuminate/support": "^6.0"
+ "illuminate/database": ">=6.0",
+ "illuminate/events": ">=6.0",
+ "illuminate/support": ">=6.0"
19
},
20
"require-dev": {
21
"d11wtq/boris": "^1.0",
22
"doctrine/dbal": "*",
23
- "mockery/mockery": "^1.0",
24
- "phpunit/phpunit": "^8.0",
+ "mockery/mockery": ">=1.0",
+ "phpunit/phpunit": ">=8.0",
25
"squizlabs/php_codesniffer": "^3.4"
26
27
"autoload": {
0 commit comments