Skip to content

Commit

Permalink
Merge pull request #13 from justinsane1337/symfony-4-release
Browse files Browse the repository at this point in the history
Symfony 4 release
  • Loading branch information
mgiraud authored Apr 9, 2020
2 parents 0621126 + 1d17cb8 commit 0b21b20
Show file tree
Hide file tree
Showing 3 changed files with 2,266 additions and 815 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function testVisitComparisonGT()

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

$expected = new \DateTime('2017-01-29T23:00:00.000');
$expected = new \DateTime('2017-01-29T23:00:00.000Z');
$actual = $visitor->getParameters()[0]->getValue();
$this->assertEquals($expected, $actual);
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"php": "^7.0",
"doctrine/orm": "^2.5",
"lstrojny/functional-php": "^1.4",
"symfony/framework-bundle": "^2.6|^3.2"
"symfony/framework-bundle": "^2.6|^3.2|^4.4"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
Expand Down
Loading

0 comments on commit 0b21b20

Please sign in to comment.