Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Update to Symfony 3 #19

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions Tests/Form/Type/DatePickerTypeTest.php

This file was deleted.

6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"require-dev": {
"php": "^5.5 || ^7.0",

"symfony/symfony": "^2.8",
"symfony/framework-bundle": "^2.8",
"symfony/monolog-bundle": "^2.8",
"symfony/symfony": "^3.3",
"symfony/framework-bundle": "^3.0",
"symfony/monolog-bundle": "^3.1",
"sensio/framework-extra-bundle": "~3.0",
"symfony/phpunit-bridge": "^3.0",
"phpunit/phpunit": "^5.2 || ^4.8"
Expand Down