Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Nov 19, 2023
1 parent bca738a commit 52bfd23
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,18 @@
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"process-timeout": 0,
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"johnpbloch/wordpress-core-installer": true,
"phpstan/extension-installer": true
}
},
"platform": {
"php": "7.4"
},
"process-timeout": 0,
"sort-packages": true
},
"autoload-dev": {
"psr-4": {
Expand Down Expand Up @@ -76,6 +79,7 @@
"lucatume/wp-browser": "*",
"phpcompatibility/phpcompatibility-wp": "*",
"phpstan/extension-installer": "*",
"phpstan/phpstan-phpunit": "*",
"phpunit/phpcov": "*",
"squizlabs/php_codesniffer": "*",
"szepeviktor/phpstan-wordpress": "*",
Expand Down

0 comments on commit 52bfd23

Please sign in to comment.