Skip to content

Commit

Permalink
Merge pull request #487 from woocommerce/tweak/486-add-php-header
Browse files Browse the repository at this point in the history
Add required PHP header
  • Loading branch information
mikkamp authored Jan 16, 2025
2 parents 3990a71 + dcda663 commit 86cb647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"yoast/phpunit-polyfills": "^1.1.0"
},
"config": {
"platform": {
"php": "7.4.33"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
Expand Down
1 change: 1 addition & 0 deletions woocommerce-google-analytics-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Requires at least: 6.2
* Requires Plugins: woocommerce
* Tested up to: 6.7
* Requires PHP: 7.4
* License: GPLv2 or later
* Text Domain: woocommerce-google-analytics-integration
* Domain Path: languages/
Expand Down

0 comments on commit 86cb647

Please sign in to comment.