Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Mar 26, 2024
1 parent b310850 commit a82a912
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
}
},
"require": {
"php": ">=7.4",
"wp-pay/core": "^4.6"
"php": ">=8.0",
"wp-pay/core": "^4.16"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.5",
"phpmd/phpmd": "^2.7",
"pronamic/pronamic-cli": "^1.0",
"pronamic/wp-coding-standards": "^1.3",
"roots/wordpress": "^6.0",
"wp-phpunit/wp-phpunit": "^6.1",
"yoast/phpunit-polyfills": "^1.0"
"php-coveralls/php-coveralls": "^2.7",
"phpmd/phpmd": "^2.15",
"pronamic/pronamic-cli": "^1.1",
"pronamic/wp-coding-standards": "^2.2",
"roots/wordpress": "^6.4",
"wp-phpunit/wp-phpunit": "^6.4",
"yoast/phpunit-polyfills": "^2.0"
},
"scripts": {
"coveralls": "vendor/bin/php-coveralls -v",
Expand Down

0 comments on commit a82a912

Please sign in to comment.