Skip to content

Commit

Permalink
Adjust composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Apr 16, 2024
1 parent a57abf0 commit 4d339ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"issues": "https://github.com/wordpress/sqlite-database-integration/issues"
},
"require": {
"php": ">=5.6"
"php": ">=7.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"squizlabs/php_codesniffer": "^3.7",
"wp-coding-standards/wpcs": "^3.0",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"yoast/phpunit-polyfills": "^1.0.1"
"yoast/phpunit-polyfills": "2.0.0"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 4d339ab

Please sign in to comment.