Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 3da2544

Browse files
author
Peter
authored
Merge pull request #1 from justinsane1337/symfony-4-release
Symfony 4 release
2 parents 0621126 + 1d17cb8 commit 3da2544

File tree

3 files changed

+2266
-815
lines changed

3 files changed

+2266
-815
lines changed

Tests/DataGrid/ExpressionVisitor/DoctrineExpressionVisitorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function testVisitComparisonGT()
2424

2525
$this->assertEquals(1, count($visitor->getParameters()));
2626

27-
$expected = new \DateTime('2017-01-29T23:00:00.000');
27+
$expected = new \DateTime('2017-01-29T23:00:00.000Z');
2828
$actual = $visitor->getParameters()[0]->getValue();
2929
$this->assertEquals($expected, $actual);
3030
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php": "^7.0",
2424
"doctrine/orm": "^2.5",
2525
"lstrojny/functional-php": "^1.4",
26-
"symfony/framework-bundle": "^2.6|^3.2"
26+
"symfony/framework-bundle": "^2.6|^3.2|^4.4"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^5.7",

0 commit comments

Comments
 (0)