Skip to content

Commit

Permalink
Merge pull request #10 from A5sys/symfony_5
Browse files Browse the repository at this point in the history
Prise en charge de Symfony 5
  • Loading branch information
ttx-a5 authored Nov 26, 2019
2 parents 774d392 + 83808be commit 3ab7b16
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
22 changes: 0 additions & 22 deletions DependencyInjection/Configuration.php

This file was deleted.

3 changes: 0 additions & 3 deletions DependencyInjection/DoctrineMigrationToolsExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ class DoctrineMigrationToolsExtension extends Extension
*/
public function load(array $configs, ContainerBuilder $container)
{
$configuration = new Configuration();
$this->processConfiguration($configuration, $configs);

$locator = new FileLocator(__DIR__.'/../Resources/config/');
$loader = new YamlFileLoader($container, $locator);

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"require": {
"php": ">=7.1",
"symfony/framework-bundle": "~3.4|~4.0",
"symfony/framework-bundle": "~3.4|~4.0|~5.0",
"doctrine/doctrine-migrations-bundle": "~2.0"
}
}

0 comments on commit 3ab7b16

Please sign in to comment.