Skip to content

Commit

Permalink
[TASK] prepare for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Mar 3, 2024
1 parent 6be5fb5 commit 88c64bb
Show file tree
Hide file tree
Showing 9 changed files with 265 additions and 284 deletions.
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,5 @@
"url": "./packages/*",
"type": "path"
}
],
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
}
]
}
489 changes: 255 additions & 234 deletions composer.lock

Large diffs are not rendered by default.

11 changes: 3 additions & 8 deletions packages/guides-cli/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,14 @@
"require": {
"php": "^8.1",
"monolog/monolog": "^2.9 || ^3.0",
"phpdocumentor/guides": "^1.0 || ^0.3",
"phpdocumentor/guides-restructured-text": "^1.0 || ^0.3",
"phpdocumentor/guides": "^1.0",
"phpdocumentor/guides-restructured-text": "^1.0",
"symfony/config": "^5.4 || ^6.3 || ^7.0",
"symfony/console": "^5.4 || ^6.3 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.3 || ^7.0",
"symfony/event-dispatcher": "^5.4 || ^6.3 || ^7.0"
},
"bin": [
"bin/guides"
],
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
}
]
}
5 changes: 0 additions & 5 deletions packages/guides-code/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,5 @@
"require": {
"php": "^8.1",
"scrivo/highlight.php": "^9.18.0"
},
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
}
}
9 changes: 2 additions & 7 deletions packages/guides-graphs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,13 @@
"minimum-stability": "stable",
"require": {
"php": "^8.1",
"phpdocumentor/guides": "^1.0 || ^0.3",
"phpdocumentor/guides-restructured-text": "^1.0 || ^0.3",
"phpdocumentor/guides": "^1.0",
"phpdocumentor/guides-restructured-text": "^1.0",
"jawira/plantuml-encoding": "^1.0",
"symfony/process": "^5.4 || ^6.3 || ^7.0",
"twig/twig": "~2.0 || ^3.0"
},
"suggest": {
"jawira/plantuml": "To render graphs locally using plant uml"
},
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
}
}
7 changes: 1 addition & 6 deletions packages/guides-markdown/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
"require": {
"php": "^8.1",
"league/commonmark": "^2.4",
"phpdocumentor/guides": "^1.0 || ^0.3"
},
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
"phpdocumentor/guides": "^1.0"
}
}
7 changes: 1 addition & 6 deletions packages/guides-restructured-text/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@
"require": {
"php": "^8.1",
"doctrine/lexer": "^3.0",
"phpdocumentor/guides": "^1.0 || ^0.3",
"phpdocumentor/guides": "^1.0",
"webmozart/assert": "^1.11",
"league/csv": "^9.10.0"
},
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
}
}
9 changes: 2 additions & 7 deletions packages/guides-theme-bootstrap/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@
},
"require": {
"php": "^8.1",
"phpdocumentor/guides": "^1.0 || ^0.3",
"phpdocumentor/guides-restructured-text": "^1.0 || ^0.3"
},
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
"phpdocumentor/guides": "^1.0",
"phpdocumentor/guides-restructured-text": "^1.0"
}
}
5 changes: 0 additions & 5 deletions packages/guides/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,5 @@
},
"require-dev": {
"psr/log": "^2.0 || ^3.0"
},
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
}
}

0 comments on commit 88c64bb

Please sign in to comment.