Skip to content

Commit

Permalink
Bump guides to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Oct 3, 2023
1 parent 8b2bec0 commit 7a09ca4
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 38 deletions.
8 changes: 8 additions & 0 deletions Makefile
Expand Up @@ -45,6 +45,7 @@ help:
@echo "";
@echo "== Release tools ==";
@echo "composer-mirror - Runs a production-version of composer install for, i.e., the phar building";
@echo "composer-pre-release - Update guides for next release";
@echo "phar - Creates the PHAR file";
@echo "docs - Creates local docs docker image";
@echo "";
Expand Down Expand Up @@ -135,6 +136,13 @@ composer-mirror:
rm -rf vendor/phpdocumentor/*
COMPOSER_MIRROR_PATH_REPOS=1 composer install --optimize-autoloader

composer-guides-dev:
docker run -it --rm -v${CURDIR}:/opt/project -w /opt/project composer:2 require phpdocumentor/guides:dev-main@dev phpdocumentor/guides-graphs:dev-main@dev phpdocumentor/guides-markdown:dev-main@dev phpdocumentor/guides-restructured-text:dev-main@dev

composer-pre-release:
docker run -it --rm -v${CURDIR}:/opt/project -w /opt/project composer:2 require phpdocumentor/guides phpdocumentor/guides-graphs phpdocumentor/guides-markdown phpdocumentor/guides-restructured-text


.PHONY: shell
shell:
${.DOCKER_COMPOSE_RUN} --entrypoint=/bin/bash phpdoc
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.4.1
3.4.2
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -50,10 +50,10 @@
"phar-io/version": "^3.2",
"phpdocumentor/flyfinder": "^1.0",
"phpdocumentor/graphviz": "^2.0",
"phpdocumentor/guides": "dev-main@dev",
"phpdocumentor/guides-graphs": "dev-main@dev",
"phpdocumentor/guides-markdown": "dev-main@dev",
"phpdocumentor/guides-restructured-text": "dev-main@dev",
"phpdocumentor/guides": "^0.2.0",
"phpdocumentor/guides-graphs": "^0.2.0",
"phpdocumentor/guides-markdown": "^0.2.0",
"phpdocumentor/guides-restructured-text": "^0.2.0",
"phpdocumentor/json-path": "*@dev",
"phpdocumentor/reflection": "^5.3",
"phpdocumentor/reflection-common": "^2.0",
Expand Down
115 changes: 82 additions & 33 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a09ca4

Please sign in to comment.