Skip to content

Commit

Permalink
Fix some deps errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tfirdaus committed Nov 15, 2024
1 parent 8b12fc9 commit 07e1061
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ====================================================================== #

## Website Variables
SITE_IMAGE=ghcr.io/syntatis/wp:php7.4-fpm
SITE_IMAGE=ghcr.io/syntatis/wp:php8.2-fpm
SITE_PORT=7003
SITE_HOST=localhost
SITE_TITLE=syntatis/wp-plugin-readme-parser
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ composer.lock
artifacts/
phpunit.xml
coverage.xml
.phpunit.result.cache

# Temporary #
#############
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^6.5 || ^7.5 || ^7.5 || ^9.6 || ^10.5 || ^11",
"phpunit/phpunit": "^6.5 || ^7.5 || ^7.5 || ^9.6 || ^10.5",
"rector/rector": "0.17.10",
"roots/wordpress": "^6.6",
"syntatis/coding-standard": "^1.4",
Expand Down

0 comments on commit 07e1061

Please sign in to comment.