Skip to content

Commit da4b334

Browse files
authored
Merge pull request #652 from doctrine/3.7.x
Merge 3.7.x up into 3.8.x
2 parents 1e380c6 + 18a3801 commit da4b334

File tree

11 files changed

+28
-66
lines changed

11 files changed

+28
-66
lines changed

.doctrine-project.json

Lines changed: 14 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,30 @@
66
{
77
"name": "4.0",
88
"branchName": "4.0.x",
9+
"slug": "4.0",
10+
"upcoming": true
11+
},
12+
{
13+
"name": "3.8",
14+
"branchName": "3.8.x",
915
"slug": "latest",
1016
"upcoming": true
1117
},
18+
{
19+
"name": "3.7",
20+
"branchName": "3.7.x",
21+
"slug": "3.7",
22+
"current": true
23+
},
1224
{
1325
"name": "3.6",
14-
"branchName": "3.6.x",
1526
"slug": "3.6",
16-
"upcoming": true
27+
"maintained": false
1728
},
1829
{
1930
"name": "3.5",
20-
"branchName": "3.5.x",
2131
"slug": "3.5",
22-
"current": true
32+
"maintained": false
2333
},
2434
{
2535
"name": "3.4",
@@ -35,51 +45,6 @@
3545
"name": "3.2",
3646
"slug": "3.2",
3747
"maintained": false
38-
},
39-
{
40-
"name": "3.1",
41-
"slug": "3.1",
42-
"maintained": false
43-
},
44-
{
45-
"name": "3.0",
46-
"slug": "3.0",
47-
"maintained": false
48-
},
49-
{
50-
"name": "2.2",
51-
"slug": "2.2",
52-
"maintained": true
53-
},
54-
{
55-
"name": "2.1",
56-
"slug": "2.1",
57-
"maintained": false
58-
},
59-
{
60-
"name": "2.0",
61-
"slug": "2.0",
62-
"maintained": false
63-
},
64-
{
65-
"name": "1.3",
66-
"slug": "1.3",
67-
"maintained": false
68-
},
69-
{
70-
"name": "1.2",
71-
"slug": "1.2",
72-
"maintained": false
73-
},
74-
{
75-
"name": "1.1",
76-
"slug": "1.1",
77-
"maintained": false
78-
},
79-
{
80-
"name": "1.0",
81-
"slug": "1.0",
82-
"maintained": false
8348
}
8449
]
8550
}

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ on:
1212
jobs:
1313
coding-standards:
1414
name: "Coding Standards"
15-
uses: "doctrine/.github/.github/workflows/coding-standards.yml@v12.2.0"
15+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@13.0.0"

.github/workflows/composer-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ on:
1717
jobs:
1818
composer-lint:
1919
name: "Composer Lint"
20-
uses: "doctrine/.github/.github/workflows/composer-lint.yml@v12.2.0"
20+
uses: "doctrine/.github/.github/workflows/composer-lint.yml@13.0.0"

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
phpunit-with-dev-deps:
2222
name: "PHPUnit with dev dependencies"
23-
uses: "doctrine/.github/.github/workflows/continuous-integration-symfony-unstable.yml@v12.2.0"
23+
uses: "doctrine/.github/.github/workflows/continuous-integration-symfony-unstable.yml@13.0.0"
2424
with:
2525
symfony-version-constraint: "^7"
2626
secrets:

.github/workflows/release-on-milestone-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release:
1010
name: "Git tag, release & create merge-up PR"
11-
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@v12.2.0"
11+
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@13.0.0"
1212
secrets:
1313
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
1414
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ on:
1212
jobs:
1313
static-analysis:
1414
name: "Static Analysis"
15-
uses: "doctrine/.github/.github/workflows/phpstan.yml@v12.2.0"
15+
uses: "doctrine/.github/.github/workflows/phpstan.yml@13.0.0"

.symfony.bundle.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
branches:
2-
- "3.0.x"
3-
- "3.1.x"
42
- "3.2.x"
53
- "3.3.x"
64
- "3.4.x"
75
- "3.5.x"
86
- "3.6.x"
7+
- "3.7.x"
8+
- "3.8.x"
99
- "4.0.x"
10-
maintained_branches: ["3.5.x", "3.6.x", "4.0.x"]
10+
maintained_branches: ["3.7.x", "3.8.x", "4.0.x"]
1111
doc_dir: "docs/"
1212
dev_branch: "4.0.x"

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"doctrine/doctrine-bundle": "^2.4 || ^3.0",
2929
"doctrine/migrations": "^3.2",
3030
"symfony/deprecation-contracts": "^2.1 || ^3",
31-
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0 || ^8.0"
31+
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0 || ^8.0",
32+
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0"
3233
},
3334
"require-dev": {
3435
"composer/semver": "^3.0",

phpstan-baseline.neon

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,3 @@ parameters:
1111
identifier: class.notFound
1212
count: 2
1313
path: src/MigrationsFactory/ContainerAwareMigrationFactory.php
14-
15-
-
16-
message: '#^Comparison operation "\<" between int\<50207, 80399\> and 80400 is always true\.$#'
17-
identifier: smaller.alwaysTrue
18-
count: 1
19-
path: tests/DependencyInjection/DoctrineMigrationsExtensionTest.php

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
/** @final */
2323
class Configuration implements ConfigurationInterface
2424
{
25+
/** @return TreeBuilder<'array'> */
2526
public function getConfigTreeBuilder(): TreeBuilder
2627
{
2728
$treeBuilder = new TreeBuilder('doctrine_migrations');

0 commit comments

Comments
 (0)