Skip to content

Commit 7f416fb

Browse files
authored
Merge pull request #429 from phpDocumentor/prepare-6.x-build
Prepare 6.x build
2 parents 5cee1d3 + fba45a3 commit 7f416fb

Some content is hidden

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

57 files changed

+623
-2105
lines changed

.github/workflows/integrate.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: "Integrate"
55
on: # yamllint disable-line rule:truthy
66
push:
77
branches:
8-
- "5.x"
8+
- "6.x"
99
pull_request: null
1010
# Allow manually triggering the workflow.
1111
workflow_dispatch: null
@@ -15,19 +15,19 @@ jobs:
1515
name: "Code Coverage"
1616
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
1717
with:
18-
composer-root-version: "5.x-dev"
18+
composer-root-version: "6.x-dev"
1919

2020
coding-standards:
2121
name: "Coding Standards"
2222
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
2323
with:
24-
composer-root-version: "5.x-dev"
24+
composer-root-version: "6.x-dev"
2525

2626
dependency-analysis:
2727
name: "Dependency analysis"
2828
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
2929
with:
30-
composer-root-version: "5.x-dev"
30+
composer-root-version: "6.x-dev"
3131

3232
lint-root:
3333
name: "Lint root"
@@ -40,19 +40,19 @@ jobs:
4040
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
4141
with:
4242
php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix"
43-
composer-root-version: "5.x-dev"
43+
composer-root-version: "6.x-dev"
4444

4545
unit-tests:
4646
name: "Unit test"
4747
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
4848
with:
49-
composer-root-version: "5.x-dev"
49+
composer-root-version: "6.x-dev"
5050
upcoming-releases: true
5151

5252
integration-tests:
5353
name: "Integration test"
5454
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
5555
with:
56-
composer-root-version: "5.x-dev"
56+
composer-root-version: "6.x-dev"
5757
upcoming-releases: true
5858
test-suite: "integration"

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
],
1616
"require": {
1717
"php": "^7.4 || ^8.0",
18-
"phpdocumentor/type-resolver": "^1.7",
18+
"phpdocumentor/type-resolver": "^2.x-dev",
1919
"webmozart/assert": "^1.9.1 || ^2",
2020
"phpdocumentor/reflection-common": "^2.2",
2121
"ext-filter": "*",
22-
"phpstan/phpdoc-parser": "^1.7|^2.0",
22+
"phpstan/phpdoc-parser": "^2.0",
2323
"doctrine/deprecations": "^1.1"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)