Skip to content

Commit

Permalink
Merge pull request #3698 from phpDocumentor/prepare-for-release
Browse files Browse the repository at this point in the history
bump to stable libraries
  • Loading branch information
jaapio committed May 6, 2024
2 parents 22b0757 + 890b79b commit 1bc23d9
Show file tree
Hide file tree
Showing 13 changed files with 265 additions and 260 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARGS ?=

.USER = CURRENT_UID=$(shell id -u):$(shell id -g)
.DOCKER_COMPOSE_RUN = ${.USER} docker-compose run --rm
.DOCKER_COMPOSE_RUN = ${.USER} docker compose run --rm
.PHP = docker run --user=$(shell id -u):$(shell id -g) -it --rm -v${CURDIR}:/data -w /data php:8.1

.PHONY: help
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"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": "^1.3",
"phpdocumentor/guides-graphs": "^1.3",
"phpdocumentor/guides-markdown": "^1.0",
"phpdocumentor/guides-restructured-text": "^1.3",
"phpdocumentor/json-path": "*@dev",
"phpdocumentor/reflection": "^6.x-dev",
"phpdocumentor/reflection-common": "^2.0",
"phpdocumentor/reflection-docblock": "^5.3",
"phpdocumentor/type-resolver": "^1.7",
"phpdocumentor/reflection-docblock": "^5.4",
"phpdocumentor/type-resolver": "^1.8",
"psr/cache": "^2.0|^3.0",
"psr/log": "^1.1",
"symfony/cache": "^6.0",
Expand Down

0 comments on commit 1bc23d9

Please sign in to comment.