Skip to content

Commit 4f783a6

Browse files
committed
Upgrading minor version
1 parent dfeab8e commit 4f783a6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"prefer-stable": true,
3232
"extra": {
3333
"branch-alias": {
34-
"dev-master": "1.3.x-dev"
34+
"dev-master": "1.4.x-dev"
3535
}
3636
}
3737
}

tests/FluidTableTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,4 @@ public function testGetDbalTable()
145145
$contacts = $fluid->table('contacts');
146146
$this->assertSame('contacts', $contacts->getDbalTable()->getName());
147147
}
148-
149-
150148
}

0 commit comments

Comments
 (0)