Skip to content

Commit 17a1cef

Browse files
authored
Merge pull request #896 from phpDocumentor/prepare-release
[TASK] prepare for 1.0 release
2 parents 5027630 + 88c64bb commit 17a1cef

File tree

9 files changed

+265
-284
lines changed

9 files changed

+265
-284
lines changed

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,5 @@
7777
"url": "./packages/*",
7878
"type": "path"
7979
}
80-
],
81-
"extra": {
82-
"branch-alias": {
83-
"dev-main": "1.x-dev"
84-
}
85-
}
80+
]
8681
}

composer.lock

Lines changed: 255 additions & 234 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/guides-cli/composer.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,14 @@
2727
"require": {
2828
"php": "^8.1",
2929
"monolog/monolog": "^2.9 || ^3.0",
30-
"phpdocumentor/guides": "^1.0 || ^0.3",
31-
"phpdocumentor/guides-restructured-text": "^1.0 || ^0.3",
30+
"phpdocumentor/guides": "^1.0",
31+
"phpdocumentor/guides-restructured-text": "^1.0",
3232
"symfony/config": "^5.4 || ^6.3 || ^7.0",
3333
"symfony/console": "^5.4 || ^6.3 || ^7.0",
3434
"symfony/dependency-injection": "^5.4 || ^6.3 || ^7.0",
3535
"symfony/event-dispatcher": "^5.4 || ^6.3 || ^7.0"
3636
},
3737
"bin": [
3838
"bin/guides"
39-
],
40-
"extra": {
41-
"branch-alias": {
42-
"dev-main": "1.x-dev"
43-
}
44-
}
39+
]
4540
}

packages/guides-code/composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,5 @@
2222
"require": {
2323
"php": "^8.1",
2424
"scrivo/highlight.php": "^9.18.0"
25-
},
26-
"extra": {
27-
"branch-alias": {
28-
"dev-main": "1.x-dev"
29-
}
3025
}
3126
}

packages/guides-graphs/composer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,13 @@
2222
"minimum-stability": "stable",
2323
"require": {
2424
"php": "^8.1",
25-
"phpdocumentor/guides": "^1.0 || ^0.3",
26-
"phpdocumentor/guides-restructured-text": "^1.0 || ^0.3",
25+
"phpdocumentor/guides": "^1.0",
26+
"phpdocumentor/guides-restructured-text": "^1.0",
2727
"jawira/plantuml-encoding": "^1.0",
2828
"symfony/process": "^5.4 || ^6.3 || ^7.0",
2929
"twig/twig": "~2.0 || ^3.0"
3030
},
3131
"suggest": {
3232
"jawira/plantuml": "To render graphs locally using plant uml"
33-
},
34-
"extra": {
35-
"branch-alias": {
36-
"dev-main": "1.x-dev"
37-
}
3833
}
3934
}

packages/guides-markdown/composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
"require": {
2424
"php": "^8.1",
2525
"league/commonmark": "^2.4",
26-
"phpdocumentor/guides": "^1.0 || ^0.3"
27-
},
28-
"extra": {
29-
"branch-alias": {
30-
"dev-main": "1.x-dev"
31-
}
26+
"phpdocumentor/guides": "^1.0"
3227
}
3328
}

packages/guides-restructured-text/composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,8 @@
2323
"require": {
2424
"php": "^8.1",
2525
"doctrine/lexer": "^3.0",
26-
"phpdocumentor/guides": "^1.0 || ^0.3",
26+
"phpdocumentor/guides": "^1.0",
2727
"webmozart/assert": "^1.11",
2828
"league/csv": "^9.10.0"
29-
},
30-
"extra": {
31-
"branch-alias": {
32-
"dev-main": "1.x-dev"
33-
}
3429
}
3530
}

packages/guides-theme-bootstrap/composer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@
1414
},
1515
"require": {
1616
"php": "^8.1",
17-
"phpdocumentor/guides": "^1.0 || ^0.3",
18-
"phpdocumentor/guides-restructured-text": "^1.0 || ^0.3"
19-
},
20-
"extra": {
21-
"branch-alias": {
22-
"dev-main": "1.x-dev"
23-
}
17+
"phpdocumentor/guides": "^1.0",
18+
"phpdocumentor/guides-restructured-text": "^1.0"
2419
}
2520
}

packages/guides/composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,5 @@
3838
},
3939
"require-dev": {
4040
"psr/log": "^2.0 || ^3.0"
41-
},
42-
"extra": {
43-
"branch-alias": {
44-
"dev-main": "1.x-dev"
45-
}
4641
}
4742
}

0 commit comments

Comments
 (0)