lint/dependencies/composer/composer.json
Marco Ferrari 72a4884f7a
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
chore: manage php dependencies (#6139)
- Install PHP dependencies using composer
- Watch composer dependency updates with Dependabot
2024-09-13 08:08:39 +02:00

8 lines
182 B
JSON

{
"$schema": "https://getcomposer.org/schema.json",
"require": {
"squizlabs/php_codesniffer": "^3.10.1",
"phpstan/phpstan": "^1.11.2",
"vimeo/psalm": "^5.24.0"
}
}