Skip to content

Commit

Permalink
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
  • Loading branch information
Initsogar authored and matticbot committed Nov 14, 2024
1 parent 900ead7 commit e797771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.0.0",
"automattic/jetpack-sync": "^4.0.0"
"automattic/jetpack-connection": "^6.0.0-alpha",
"automattic/jetpack-sync": "^4.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"
},
"suggest": {
Expand Down

0 comments on commit e797771

Please sign in to comment.