Skip to content

Commit

Permalink
Merge branch '4.10' into migrate-folderUrl-config
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Jul 25, 2020
2 parents fb2566f + 1933140 commit 4e3f302
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"doctrine/dbal": "^2.10",
"doctrine/doctrine-bundle": "^1.8 || ^2.0",
"doctrine/orm": "^2.6.3",
"doctrine/persistence": "^1.3",
"dragonmantank/cron-expression": "^2.3",
"friendsofsymfony/http-cache": "^2.6",
"friendsofsymfony/http-cache-bundle": "^2.6",
Expand Down Expand Up @@ -176,7 +177,7 @@
"contao/newsletter-bundle": "Contao\\NewsletterBundle\\ContaoManager\\Plugin"
},
"symfony": {
"require": "^4.4"
"require": "4.4.*"
}
},
"autoload": {
Expand Down
3 changes: 2 additions & 1 deletion core-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"doctrine/dbal": "^2.10",
"doctrine/doctrine-bundle": "^1.8 || ^2.0",
"doctrine/orm": "^2.6.3",
"doctrine/persistence": "^1.3",
"dragonmantank/cron-expression": "^2.3",
"friendsofsymfony/http-cache": "^2.6",
"friendsofsymfony/http-cache-bundle": "^2.6",
Expand Down Expand Up @@ -136,7 +137,7 @@
"extra": {
"contao-manager-plugin": "Contao\\CoreBundle\\ContaoManager\\Plugin",
"symfony": {
"require": "^4.4"
"require": "4.4.*"
}
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion core-bundle/src/Repository/CronJobRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

use Contao\CoreBundle\Entity\CronJob;
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\DBAL\Connection;
use Doctrine\Persistence\ManagerRegistry;

/**
* @internal
Expand Down
2 changes: 1 addition & 1 deletion core-bundle/src/Repository/RememberMeRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

use Contao\CoreBundle\Entity\RememberMe;
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\DBAL\Connection;
use Doctrine\Persistence\ManagerRegistry;

/**
* @internal
Expand Down
3 changes: 2 additions & 1 deletion manager-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"contao/manager-plugin": "^2.4",
"doctrine/dbal": "^2.10",
"doctrine/doctrine-bundle": "^1.8 || ^2.0",
"doctrine/persistence": "^1.3",
"friendsofsymfony/http-cache": "^2.6",
"friendsofsymfony/http-cache-bundle": "^2.6",
"nelmio/cors-bundle": "^1.5.3 || ^2.0.1",
Expand Down Expand Up @@ -74,7 +75,7 @@
"extra": {
"contao-manager-plugin": "Contao\\ManagerBundle\\ContaoManager\\Plugin",
"symfony": {
"require": "^4.4"
"require": "4.4.*"
}
},
"autoload": {
Expand Down

0 comments on commit 4e3f302

Please sign in to comment.