Skip to content

Commit

Permalink
Update Composer dependencies and minimum PHP version
Browse files Browse the repository at this point in the history
Upgraded various Composer package versions and updated the minimum PHP requirement to 8.1 in both `composer.json` and `composer.lock`. This includes upgrading the `composer/installers` to version 2 and modifying other dependencies to be compatible with PHP 8.1.
  • Loading branch information
JUVOJustin committed Aug 2, 2024
1 parent 1499460 commit ac0218a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 39 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
}
],
"require-dev": {
"composer/installers": "^1.0",
"composer/installers": "^v2",
"phpstan/phpstan": "^1.7",
"php-stubs/acf-pro-stubs": "^6.0",
"php-stubs/acf-pro-stubs": "^6",
"szepeviktor/phpstan-wordpress": "^1.1",
"phpstan/extension-installer": "^1.1",
"yoast/phpunit-polyfills": "^1.0",
"php-stubs/wp-cli-stubs": "^2.10",
"wp-cli/wp-cli": "^2.10"
"php-stubs/wp-cli-stubs": "^2",
"wp-cli/wp-cli": "^2"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down Expand Up @@ -78,6 +78,6 @@
}
},
"require": {
"php": ">=7.4"
"php": ">=8.1"
}
}
63 changes: 29 additions & 34 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac0218a

Please sign in to comment.