Skip to content

Commit

Permalink
Merge pull request #210 from WyriHaximus/bump-test-utilities-to-5.5.4
Browse files Browse the repository at this point in the history
Bump test utilities to 5.5.4
  • Loading branch information
WyriHaximus committed Jun 17, 2023
2 parents 7d69e85 + 5dbb353 commit d949b9f
Show file tree
Hide file tree
Showing 3 changed files with 988 additions and 739 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -21,7 +21,7 @@ else
-v "`pwd`:`pwd`" \
-v "${COMPOSER_CACHE_DIR}:/home/app/.composer/cache" \
-w "`pwd`" \
"ghcr.io/wyrihaximusnet/php:${PHP_VERSION}-nts-buster${SLIM_DOCKER_IMAGE}-dev"
"ghcr.io/wyrihaximusnet/php:${PHP_VERSION}-nts-alpine${SLIM_DOCKER_IMAGE}-dev"
endif

ifneq (,$(findstring icrosoft,$(shell cat /proc/version)))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
"react/async": "^4.0",
"react/event-loop": "^1.4.0",
"react/promise": "^2.10.",
"wyrihaximus/test-utilities": "^5.5.3 || ^6"
"wyrihaximus/test-utilities": "^5.5.4 || ^6"
},
"require-dev": {
"react/promise-timer": "^1.9",
Expand Down

0 comments on commit d949b9f

Please sign in to comment.