Skip to content

Commit

Permalink
Merge pull request #17 from renoki-co/shift-build-2349
Browse files Browse the repository at this point in the history
Laravel 9.x
  • Loading branch information
rennokki committed Feb 9, 2022
2 parents e745962 + c301829 commit 62a6211
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
{
"name": "renoki-co/laravel-thermite",
"description": "Laravel Thermite is an extended PostgreSQL Laravel database driver to connect to a CockroachDB cluster.",
"keywords": ["laravel", "php", "cockroach", "cockroachdb", "spanner", "cloud", "postgres", "psql", "pgsql", "db", "database", "orm"],
"keywords": [
"laravel",
"php",
"cockroach",
"cockroachdb",
"spanner",
"cloud",
"postgres",
"psql",
"pgsql",
"db",
"database",
"orm"
],
"license": "Apache-2.0",
"homepage": "https://github.com/renoki-co/laravel-thermite",
"authors": [
Expand All @@ -12,7 +25,7 @@
}
],
"require": {
"illuminate/database": "^8.40"
"illuminate/database": "^8.40|^9.0"
},
"autoload": {
"psr-4": {
Expand All @@ -30,8 +43,9 @@
"require-dev": {
"laravel/legacy-factories": "^1.3",
"mockery/mockery": "^1.5",
"orchestra/testbench": "^6.24.0",
"orchestra/database": "^5.0|^6.0"
"orchestra/testbench": "^7.0",
"orchestra/database": "^5.0|^6.0",
"phpunit/phpunit": "^9.0"
},
"config": {
"sort-packages": true
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ abstract class TestCase extends Orchestra
/**
* {@inheritdoc}
*/
public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down

0 comments on commit 62a6211

Please sign in to comment.