We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576d15e commit 4e6d7ddCopy full SHA for 4e6d7dd
composer.json
@@ -17,6 +17,7 @@
17
}
18
},
19
"require": {
20
+ "doctrine/dbal": "^2.12",
21
"php": "^7.3|^8.0",
22
"illuminate/bus": "^6.0|^7.0|^8.0",
23
"illuminate/database": "^6.0|^7.0|^8.0",
@@ -27,7 +28,8 @@
27
28
"ext-simplexml": "*",
29
"ext-json": "*",
30
"ext-dom": "*",
- "ext-pdo": "*"
31
+ "ext-pdo": "*",
32
+ "guzzlehttp/guzzle": "^6.5.5|^7.0.1"
33
34
"extra": {
35
"laravel": {
@@ -42,9 +44,7 @@
42
44
"require-dev": {
43
45
"phpunit/phpunit": "^8.4|^9.0",
46
"orchestra/testbench": "^6.0",
- "spatie/phpunit-snapshot-assertions": "^4.2",
- "guzzlehttp/guzzle": "^6.5.5|^7.0.1",
47
- "doctrine/dbal": "^2.12"
+ "spatie/phpunit-snapshot-assertions": "^4.2"
48
49
"minimum-stability": "dev",
50
"prefer-stable": true,
0 commit comments