Skip to content

Commit 62e8b21

Browse files
committed
Update dependencies
1 parent 2164066 commit 62e8b21

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

composer.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,12 @@
4444
"laravel/vapor-core": "^2.38.2",
4545
"livewire/livewire": "^2.0|^3.0",
4646
"mockery/mockery": "^1.0",
47-
"mongodb/laravel-mongodb": "^4.0|^5.0",
48-
"orchestra/testbench": "^8.0|^9.0|^10.0",
47+
"orchestra/testbench": "^8.0|^9.0|^10.0|^11.0",
4948
"orchestra/testbench-core": "^8.0|^9.0|^10.0",
50-
"orchestra/workbench": "^8.0|^9.0|^10.0",
49+
"orchestra/workbench": "^8.0|^9.0|^10.0|^11.0",
5150
"phpstan/phpstan": "^1.0",
5251
"phpunit/phpunit": "^10.0|^11.0|^12.0",
53-
"singlestoredb/singlestoredb-laravel": "^1.0|^2.0",
52+
"singlestoredb/singlestoredb-laravel": "dev-l13-compatibility",
5453
"spatie/laravel-ignition": "^2.0",
5554
"symfony/mailer": "^6.0|^7.0",
5655
"symfony/mime": "^6.0|^7.0",
@@ -125,5 +124,11 @@
125124
}
126125
},
127126
"minimum-stability": "stable",
128-
"prefer-stable": true
127+
"prefer-stable": true,
128+
"repositories": [
129+
{
130+
"type": "vcs",
131+
"url": "https://github.com/laravel-shift/singlestoredb-laravel-driver.git"
132+
}
133+
]
129134
}

0 commit comments

Comments
 (0)