mirror of
https://github.com/super-linter/super-linter.git
synced 2025-02-22 15:41:00 -05:00
Some checks are pending
Publish Images / Build and Test (push) Waiting to run
Publish Images / Release (push) Blocked by required conditions
Build and Test / Set build metadata (push) Waiting to run
Build and Test / Build and Test (push) Blocked by required conditions
Build and Test / Test the Super-linter GitHub Action (push) Blocked by required conditions
Build and Test / Build test suite matrix (push) Waiting to run
Build and Test / Run test cases (push) Blocked by required conditions
Build and Test / Check if all the tests passed (push) Blocked by required conditions
Build and Test / preview-release-notes (push) Waiting to run
Lint commit / commitlint (push) Waiting to run
- Update the base system image to Alpine 3.21 - Update the Python runtime to 3.13 - Update PHP dependencies: - Update PHP from 8.3 to 8.4 - Update composer from 2.8.3 to 2.8.5 - Update PHP Codesniffer from 3.10 to 3.11 - Update PHPStan from 2.0 to 2.1 - Update Psalm from 5.24 to 6.8 - Update Clang from 17 to 19
9 lines
193 B
JSON
9 lines
193 B
JSON
{
|
|
"$schema": "https://getcomposer.org/schema.json",
|
|
"require": {
|
|
"squizlabs/php_codesniffer": "^3.11",
|
|
"phpstan/phpstan": "^2.1",
|
|
"vimeo/psalm": "^6.8",
|
|
"php": "^8.4"
|
|
}
|
|
}
|