Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Commit

Permalink
SF4 compatibility (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpoulain authored and vincentchalamon committed Jun 6, 2018
1 parent ed2dd6a commit f790582
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

<services>
<service id="coop_tilleuls_migration.command.load" class="CoopTilleuls\MigrationBundle\Command\MigrationLoadCommand">
<service id="coop_tilleuls_migration.command.load" class="CoopTilleuls\MigrationBundle\Command\MigrationLoadCommand" public="true">
<argument type="service" id="coop_tilleuls_migration.loader.locator" />
<tag name="console.command" />
</service>
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"require": {
"php": ">=5.5",
"monolog/monolog": "~1.20",
"symfony/config": "~2.3|~3.0",
"symfony/console": "~2.7|~3.0",
"symfony/dependency-injection": "~3.3",
"symfony/doctrine-bridge": "~2.2|~3.0",
"symfony/stopwatch": "~2.3|~3.0",
"symfony/http-kernel": "~2.3|~3.0",
"symfony/config": "~2.3|~3.0|~4.0",
"symfony/console": "~2.7|~3.0|~4.0",
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/doctrine-bridge": "~2.2|~3.0|~4.0",
"symfony/stopwatch": "~2.3|~3.0|~4.0",
"symfony/http-kernel": "~2.3|~3.0|~4.0",
"doctrine/doctrine-bundle": "~1.6",
"doctrine/orm": "~2.3",
"doctrine/dbal": "~2.5",
Expand All @@ -34,8 +34,8 @@
"behat/behat": "~3.0",
"behat/symfony2-extension": "~2.0",
"doctrine/data-fixtures": "^1.1",
"symfony/browser-kit": "~2.3|~3.0",
"symfony/framework-bundle": "~2.8|~3.0"
"symfony/browser-kit": "~2.3|~3.0|~4.0",
"symfony/framework-bundle": "~2.8|~3.0|~4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f790582

Please sign in to comment.