Skip to content

Commit 8f316fd

Browse files
committed
Allow install versions
1 parent 5cb024c commit 8f316fd

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
"php": "^8.1",
3737
"ext-json": "*",
3838
"ext-mbstring": "*",
39-
"phpdocumentor/guides": "self.version",
40-
"phpdocumentor/guides-cli": "self.version",
41-
"phpdocumentor/guides-code": "self.version",
42-
"phpdocumentor/guides-graphs": "self.version",
43-
"phpdocumentor/guides-markdown": "self.version",
44-
"phpdocumentor/guides-restructured-text": "self.version",
45-
"phpdocumentor/guides-theme-bootstrap": "self.version"
39+
"phpdocumentor/guides": "^1.0@dev || ^0.3",
40+
"phpdocumentor/guides-cli": "^1.0@dev || ^0.3",
41+
"phpdocumentor/guides-code": "^1.0@dev || ^0.3",
42+
"phpdocumentor/guides-graphs": "^1.0@dev || ^0.3",
43+
"phpdocumentor/guides-markdown": "^1.0@dev || ^0.3",
44+
"phpdocumentor/guides-restructured-text": "^1.0@dev || ^0.3",
45+
"phpdocumentor/guides-theme-bootstrap": "^1.0@dev || ^0.3"
4646
},
4747
"require-dev": {
4848
"ext-dom": "*",

composer.lock

Lines changed: 1 addition & 1 deletion
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"require": {
2828
"php": "^8.1",
2929
"monolog/monolog": "^2.9 || ^3.0",
30-
"phpdocumentor/guides": "^1.0",
31-
"phpdocumentor/guides-restructured-text": "^1.0",
30+
"phpdocumentor/guides": "^1.0 || ^0.3",
31+
"phpdocumentor/guides-restructured-text": "^1.0 || ^0.3",
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",

packages/guides-graphs/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"minimum-stability": "stable",
2323
"require": {
2424
"php": "^8.1",
25-
"phpdocumentor/guides": "^1.0",
26-
"phpdocumentor/guides-restructured-text": "^1.0",
25+
"phpdocumentor/guides": "^1.0 || ^0.3",
26+
"phpdocumentor/guides-restructured-text": "^1.0 || ^0.3",
2727
"jawira/plantuml-encoding": "^1.0",
2828
"symfony/process": "^5.4 || ^6.3 || ^7.0",
2929
"twig/twig": "~2.0 || ^3.0"

packages/guides-markdown/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require": {
2424
"php": "^8.1",
2525
"league/commonmark": "^2.4",
26-
"phpdocumentor/guides": "^1.0"
26+
"phpdocumentor/guides": "^1.0 || ^0.3"
2727
},
2828
"extra": {
2929
"branch-alias": {

packages/guides-restructured-text/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require": {
2424
"php": "^8.1",
2525
"doctrine/lexer": "^3.0",
26-
"phpdocumentor/guides": "^1.0",
26+
"phpdocumentor/guides": "^1.0 || ^0.3",
2727
"webmozart/assert": "^1.11",
2828
"league/csv": "^9.10.0"
2929
},

packages/guides-theme-bootstrap/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"require": {
1616
"php": "^8.1",
17-
"phpdocumentor/guides": "^1.0",
18-
"phpdocumentor/guides-restructured-text": "^1.0"
17+
"phpdocumentor/guides": "^1.0 || ^0.3",
18+
"phpdocumentor/guides-restructured-text": "^1.0 || ^0.3"
1919
},
2020
"extra": {
2121
"branch-alias": {

0 commit comments

Comments
 (0)