Skip to content

Commit

Permalink
Merge pull request #1 from fattureincloud/improvements
Browse files Browse the repository at this point in the history
updated deps
  • Loading branch information
mattmilesi authored Oct 12, 2023
2 parents a5d562c + 5f68ff0 commit ac72cab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": ">=7.1",
"fattureincloud/eloquence-hookable": ">=5.5",
"fattureincloud/eloquence-hookable": ">=7.0",
"illuminate/database": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "2.3.3",
"squizlabs/php_codesniffer": "^3.7",
"mockery/mockery": "^1.0",
"friendsofphp/php-cs-fixer": "^2.0"
},
Expand Down
2 changes: 2 additions & 0 deletions tests/BuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ public function it_joins_relations_as_strings_or_array()
$builder->rightJoinRelations(['foo', 'bar']);
$builder->joinRelations('foo', 'bar');
$builder->joinRelations(['foo', 'bar']);

$this->assertEquals(1, 1);
}

/** @test */
Expand Down

0 comments on commit ac72cab

Please sign in to comment.