Skip to content

Commit f4c220e

Browse files
committed
Adding illuminate/database as direct dependency
1 parent e91e1d5 commit f4c220e

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@
2222
],
2323
"require": {
2424
"php": "^7.2",
25-
"illuminate/container": "^6.0",
26-
"illuminate/http": "^6.0",
27-
"illuminate/support": "^6.0",
25+
"illuminate/container": "^6.0|^7.0|^8.0",
26+
"illuminate/database": "^6.0|^7.0|^8.0",
27+
"illuminate/http": "^6.0|^7.0|^8.0",
28+
"illuminate/support": "^6.0|^7.0|^8.0",
2829
"zumba/swivel": "^4.0"
2930
},
3031
"require-dev": {
3132
"mockery/mockery": "^1.2",
32-
"orchestra/testbench": "^4.0",
33-
"orchestra/database": "^4.0",
33+
"orchestra/testbench": "^4.0|^5.0|^6.0",
34+
"orchestra/database": "^4.0|^5.0|^6.0",
3435
"phpunit/phpunit": "^7.0",
3536
"squizlabs/php_codesniffer": "^3.4"
3637
},

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)