Skip to content

Commit 4e6d7dd

Browse files
committed
WIP
1 parent 576d15e commit 4e6d7dd

File tree

2 files changed

+1792
-1792
lines changed

2 files changed

+1792
-1792
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
}
1818
},
1919
"require": {
20+
"doctrine/dbal": "^2.12",
2021
"php": "^7.3|^8.0",
2122
"illuminate/bus": "^6.0|^7.0|^8.0",
2223
"illuminate/database": "^6.0|^7.0|^8.0",
@@ -27,7 +28,8 @@
2728
"ext-simplexml": "*",
2829
"ext-json": "*",
2930
"ext-dom": "*",
30-
"ext-pdo": "*"
31+
"ext-pdo": "*",
32+
"guzzlehttp/guzzle": "^6.5.5|^7.0.1"
3133
},
3234
"extra": {
3335
"laravel": {
@@ -42,9 +44,7 @@
4244
"require-dev": {
4345
"phpunit/phpunit": "^8.4|^9.0",
4446
"orchestra/testbench": "^6.0",
45-
"spatie/phpunit-snapshot-assertions": "^4.2",
46-
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
47-
"doctrine/dbal": "^2.12"
47+
"spatie/phpunit-snapshot-assertions": "^4.2"
4848
},
4949
"minimum-stability": "dev",
5050
"prefer-stable": true,

0 commit comments

Comments
 (0)