Skip to content

Commit 62a6211

Browse files
authored
Merge pull request #17 from renoki-co/shift-build-2349
Laravel 9.x
2 parents e745962 + c301829 commit 62a6211

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

composer.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
{
22
"name": "renoki-co/laravel-thermite",
33
"description": "Laravel Thermite is an extended PostgreSQL Laravel database driver to connect to a CockroachDB cluster.",
4-
"keywords": ["laravel", "php", "cockroach", "cockroachdb", "spanner", "cloud", "postgres", "psql", "pgsql", "db", "database", "orm"],
4+
"keywords": [
5+
"laravel",
6+
"php",
7+
"cockroach",
8+
"cockroachdb",
9+
"spanner",
10+
"cloud",
11+
"postgres",
12+
"psql",
13+
"pgsql",
14+
"db",
15+
"database",
16+
"orm"
17+
],
518
"license": "Apache-2.0",
619
"homepage": "https://github.com/renoki-co/laravel-thermite",
720
"authors": [
@@ -12,7 +25,7 @@
1225
}
1326
],
1427
"require": {
15-
"illuminate/database": "^8.40"
28+
"illuminate/database": "^8.40|^9.0"
1629
},
1730
"autoload": {
1831
"psr-4": {
@@ -30,8 +43,9 @@
3043
"require-dev": {
3144
"laravel/legacy-factories": "^1.3",
3245
"mockery/mockery": "^1.5",
33-
"orchestra/testbench": "^6.24.0",
34-
"orchestra/database": "^5.0|^6.0"
46+
"orchestra/testbench": "^7.0",
47+
"orchestra/database": "^5.0|^6.0",
48+
"phpunit/phpunit": "^9.0"
3549
},
3650
"config": {
3751
"sort-packages": true

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ abstract class TestCase extends Orchestra
1212
/**
1313
* {@inheritdoc}
1414
*/
15-
public function setUp(): void
15+
protected function setUp(): void
1616
{
1717
parent::setUp();
1818

0 commit comments

Comments
 (0)