Skip to content

Commit

Permalink
Support Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Jan 24, 2024
1 parent 7e7d813 commit 6c563a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"orchestra/testbench": "^9.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.5",
"staudenmeir/eloquent-json-relations": "dev-l11"
"staudenmeir/eloquent-json-relations": "dev-l11",
"staudenmeir/laravel-adjacency-list": "dev-l11"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 0 additions & 2 deletions tests/Concatenation/LaravelAdjacencyList/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ protected function setUp(): void
{
parent::setUp();

$this->markTestSkipped(); // TODO[L11]

$this->database = getenv('DATABASE') ?: 'sqlite'; // TODO[L11]

if ($this->database === 'mysql') {
Expand Down

0 comments on commit 6c563a9

Please sign in to comment.