Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Codesniffer: remove PHP 7.0 and 7.1 support (#40174)
Browse files Browse the repository at this point in the history
* Update supported versions

* Get script artifacts

* Update docs

* Remove rule redundant to PHPCompatibility.FunctionDeclarations.RemovedImplicitlyNullableParam.Deprecated

* Update tests

* Add changelog

* Add LC_ALL

* Adjust shebang

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11844724024

Upstream-Ref: Automattic/jetpack@8ee1c37
Initsogar authored and matticbot committed Nov 14, 2024
1 parent 03c9e54 commit 3adc14e
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-assets": "^3.0.0"
"automattic/jetpack-assets": "^3.0.0-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.0.0",
"automattic/jetpack-changelogger": "^5.0.0-alpha",
"automattic/wordbless": "dev-master"
},
"autoload": {
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@automattic/remove-asset-webpack-plugin": "^1.0.24-alpha",
"@automattic/remove-asset-webpack-plugin": "^1.0.23",
"@babel/core": "7.26.0",
"@csstools/postcss-global-data": "2.1.1",
"@wordpress/browserslist-config": "6.11.0",

0 comments on commit 3adc14e

Please sign in to comment.