Skip to content

Commit dab6beb

Browse files
Merge branch 'doctrine:4.4.x' into 4.4.x
2 parents 0180908 + 3ccea71 commit dab6beb

File tree

557 files changed

+33418
-7837
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

557 files changed

+33418
-7837
lines changed

.appveyor.yml

Lines changed: 0 additions & 126 deletions
This file was deleted.

.doctrine-project.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,29 @@
1111
"slug": "latest",
1212
"upcoming": true
1313
},
14+
{
15+
"name": "4.5",
16+
"branchName": "4.5.x",
17+
"slug": "4.5",
18+
"upcoming": true
19+
},
20+
{
21+
"name": "4.4",
22+
"branchName": "4.4.x",
23+
"slug": "4.4",
24+
"current": true
25+
},
1426
{
1527
"name": "4.3",
1628
"branchName": "4.3.x",
1729
"slug": "4.3",
18-
"upcoming": true
30+
"maintained": false
1931
},
2032
{
2133
"name": "4.2",
2234
"branchName": "4.2.x",
2335
"slug": "4.2",
24-
"current": true
36+
"maintained": false
2537
},
2638
{
2739
"name": "4.1",
@@ -45,7 +57,7 @@
4557
"name": "3.9",
4658
"branchName": "3.9.x",
4759
"slug": "3.9",
48-
"maintained": true
60+
"maintained": false
4961
},
5062
{
5163
"name": "3.8",

.gitattributes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/.appveyor.yml export-ignore
21
/ci export-ignore
32
/docs export-ignore
43
/.doctrine-project.json export-ignore
@@ -7,11 +6,12 @@
76
/.gitignore export-ignore
87
/phpcs.xml.dist export-ignore
98
/phpstan.neon.dist export-ignore
9+
/phpstan-baseline.neon export-ignore
1010
/phpunit.xml.dist export-ignore
11-
/psalm.xml.dist export-ignore
12-
/psalm-strict.xml export-ignore
1311
/run-all.sh export-ignore
1412
/SECURITY.md export-ignore
1513
/static-analysis export-ignore
1614
/tests export-ignore
1715
/UPGRADE.md export-ignore
16+
/README.md export-ignore
17+
/CONTRIBUTING.md export-ignore

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ updates:
66
interval: "weekly"
77
labels:
88
- "CI"
9-
target-branch: "3.9.x"
9+
target-branch: "3.10.x"

.github/workflows/coding-standards.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ on:
2525
jobs:
2626
coding-standards:
2727
name: "Coding Standards"
28-
uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.3.0"
28+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@13.1.0"
29+
with:
30+
composer-options: "--ignore-platform-req=php+"

0 commit comments

Comments
 (0)