diff --git a/.github/workflows/integrationtest.yml b/.github/workflows/integrationtest.yml index e82d4e48..0c772663 100644 --- a/.github/workflows/integrationtest.yml +++ b/.github/workflows/integrationtest.yml @@ -29,7 +29,7 @@ jobs: include: # Ensure a "highest" PHP/PHPCS build combination for PHPCS 2.x is included. - - php: '5.3' + - php: '5.4' phpcs_version: '2.9.2' phpcompat: 'composer' experimental: false @@ -81,10 +81,6 @@ jobs: phpcs_version: '2.0.0' phpcompat: '^7.0' experimental: false - - php: '5.3' - phpcs_version: '2.0.0' - phpcompat: '^7.0' - experimental: false # Additional builds against arbitrary interim PHPCS versions. - php: '7.3' diff --git a/.github/workflows/phplint.yml b/.github/workflows/phplint.yml index 3f2d6642..199c2dc4 100644 --- a/.github/workflows/phplint.yml +++ b/.github/workflows/phplint.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: - php: ['5.3', '5.6', '7.2', 'latest'] + php: ['5.4', '5.6', '7.2', 'latest'] name: "PHP Lint: PHP ${{ matrix.php }}" diff --git a/.github/workflows/quicktest.yml b/.github/workflows/quicktest.yml index c27e5592..1b88771a 100644 --- a/.github/workflows/quicktest.yml +++ b/.github/workflows/quicktest.yml @@ -37,7 +37,7 @@ jobs: - php: '5.6' phpcs_version: '2.6.0' phpcompat: 'composer' - - php: '5.3' + - php: '5.4' phpcs_version: '2.0.0' phpcompat: '^7.0' diff --git a/.github/workflows/securitycheck.yml b/.github/workflows/securitycheck.yml index 79a56e3e..e00d3cd8 100644 --- a/.github/workflows/securitycheck.yml +++ b/.github/workflows/securitycheck.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: - php: ['5.3', 'latest'] + php: ['5.4', 'latest'] steps: - name: Checkout code diff --git a/README.md b/README.md index b8ae2201..6da6682e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ That's it. This plugin is compatible with: -- PHP **5.x**, **7.x**, and **8.x** (Support for PHP v8 is available since [`v0.7.0`][v0.7]) +- PHP **5.4+**, **7.x**, and **8.x** (Support for PHP v8 is available since [`v0.7.0`][v0.7]) - [Composer][composer] **1.x** and **2.x** (Support for Composer v2 is available since [`v0.7.0`][v0.7]) - [PHP_CodeSniffer][codesniffer] **2.x** and **3.x** (Support for PHP_CodeSniffer v3 is available since [`v0.4.0`][v0.4]) diff --git a/composer.json b/composer.json index e5b72c9e..32a38968 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer" }, "require": { - "php": ">=5.3", + "php": ">=5.4", "composer-plugin-api": "^1.0 || ^2.0", "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" }, diff --git a/phpcs.xml.dist b/phpcs.xml.dist index d052e054..15ae93db 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -13,10 +13,10 @@ */vendor/* - + -