Skip to content

Commit ea411ad

Browse files
authored
Merge pull request #2188 from doctrine/3.2.x-merge-up-into-3.3.x_NQsfNMjD
Merge release 3.2.1 into 3.3.x
2 parents b7d8e4d + 02f382e commit ea411ad

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

.doctrine-project.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,22 @@
1010
"slug": "latest",
1111
"upcoming": true
1212
},
13+
{
14+
"name": "3.3",
15+
"branchName": "3.3.x",
16+
"slug": "3.3",
17+
"upcoming": true
18+
},
1319
{
1420
"name": "3.2",
1521
"branchName": "3.2.x",
1622
"slug": "3.2",
17-
"upcoming": true
23+
"current": true
1824
},
1925
{
2026
"name": "3.1",
21-
"branchName": "3.1.x",
2227
"slug": "3.1",
23-
"current": true
28+
"maintained": false
2429
},
2530
{
2631
"name": "3.0",

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ phpunit.xml
55
/.phpunit.result.cache
66
/phpcs.xml
77
/.phpcs-cache
8+
9+
# created by phpstan-symfony
10+
/var/

.symfony.bundle.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ branches:
1313
- "3.0.x"
1414
- "3.1.x"
1515
- "3.2.x"
16+
- "3.3.x"
1617
- "4.0.x"
1718
maintained_branches:
1819
- "2.18.x"
1920
- "2.19.x"
20-
- "3.1.x"
2121
- "3.2.x"
22+
- "3.3.x"
2223
- "4.0.x"
2324
doc_dir: "docs/en/"
24-
current_branch: "3.1.x"
25-
dev_branch: "3.2.x"
25+
current_branch: "3.2.x"
26+
dev_branch: "3.3.x"

src/DependencyInjection/DoctrineExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
use Symfony\Component\DependencyInjection\Extension\Extension;
6161
use Symfony\Component\DependencyInjection\Loader\PhpFileLoader;
6262
use Symfony\Component\DependencyInjection\Reference;
63+
use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
6364
use Symfony\Component\Form\AbstractType;
6465
use Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory;
6566
use Symfony\Component\Messenger\MessageBusInterface;

0 commit comments

Comments
 (0)