We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7272f50 + f2de65c commit 3bdffe2Copy full SHA for 3bdffe2
.gitignore
@@ -1,4 +1,5 @@
1
.php_cs.cache
2
+.phpunit.result.cache
3
build
4
composer.lock
5
files
composer.json
@@ -13,14 +13,14 @@
13
],
14
"require": {
15
"php": "^7.1.3",
16
- "illuminate/config": ">=5.5 <6.0",
17
- "illuminate/support": ">=5.5 <6.0",
18
- "illuminate/database": ">=5.5 <6.0"
+ "illuminate/config": "^5.5|^6.0",
+ "illuminate/support": "^5.5|^6.0",
+ "illuminate/database": "^5.5|^6.0"
19
},
20
"require-dev": {
21
"adamwathan/faktory": "0.3.*",
22
"friendsofphp/php-cs-fixer": "^2.5",
23
- "orchestra/testbench": "~3.0",
+ "orchestra/testbench": "^3.0|^4.0",
24
"phpunit/phpunit": "^7.0"
25
26
"autoload": {
0 commit comments