chore: update dependencies

This commit is contained in:
Benjamin Nussbaum 2025-08-30 19:15:56 +02:00
parent e12f9bb91c
commit 7434911275
7 changed files with 364 additions and 157 deletions

View file

@ -12,7 +12,6 @@ use App\Models\Plugin;
* to:
* {% assign _temp_xxx = collection | filter: "key", "value" %}{% for item in _temp_xxx %}
*/
test('where filter works when assigned to variable first', function () {
$plugin = Plugin::factory()->create([
'markup_language' => 'liquid',