Skip to content

Commit

Permalink
feat: bump php-stubs/acf-pro-stubs to ^6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nlemoine committed Jan 26, 2024
1 parent d682c7b commit ac17052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -36,7 +36,7 @@
"require-dev": {
"ergebnis/composer-normalize": "^2.28",
"php-parallel-lint/php-parallel-lint": "^1.3",
"php-stubs/acf-pro-stubs": "^5.12",
"php-stubs/acf-pro-stubs": "^6.0",
"php-stubs/wp-cli-stubs": "^2.0",
"phpro/grumphp": "^1.12",
"phpstan/extension-installer": "^1.1",
Expand Down Expand Up @@ -89,7 +89,7 @@
}
},
"scripts": {
"analyze": "phpstan",
"analyze": "phpstan analyse --memory-limit=1G",
"cs": "ecs check",
"cs:docs": "ecs check-markdown docs/v2/**/*.md --fix",
"cs:docs:fix": "ecs check-markdown docs/v2/**/*.md",
Expand Down

0 comments on commit ac17052

Please sign in to comment.