Skip to content

Commit b515d02

Browse files
Make sure to use the latest version of coding-standards (#28)
2 parents 54885ae + 9376faf commit b515d02

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ See the workflow running for the figuren.theater platform
4242
| 4. |[ft-data](https://github.com/figuren-theater/ft-data)| |
4343
| 5. | └── [ft-network-sourcelinks](https://github.com/figuren-theater/ft-network-sourcelinks)| |
4444
| 6. |[ft-interactive](https://github.com/figuren-theater/ft-interactive)| |
45-
| 7. |[ft-maintenance](https://github.com/figuren-theater/ft-maintenance)| |
45+
| 7. |[ft-maintenance](https://github.com/figuren-theater/ft-maintenance)| [![Build, test & measure](https://github.com/figuren-theater/ft-maintenance/actions/workflows/build-test-measure.yml/badge.svg)](https://github.com/figuren-theater/ft-maintenance/actions/workflows/build-test-measure.yml) |
4646
| 8. |[ft-media](https://github.com/figuren-theater/ft-media)| |
4747
| 9. |[ft-onboarding](https://github.com/figuren-theater/ft-onboarding)| |
4848
| 10.| ├── [ft-core-block-domaincheck](https://github.com/figuren-theater/ft-core-block-domaincheck)| |
49-
| 11.| └── [install.php](https://github.com/figuren-theater/install.php/)| [![Build, test & measure](https://github.com/figuren-theater/install.php/actions/workflows/required/figuren-theater/code-quality/.github/workflows/build-test-measure.yml/badge.svg)](https://github.com/figuren-theater/install.php/actions/workflows/required/figuren-theater/code-quality/.github/workflows/build-test-measure.yml) |
49+
| 11.| └── [install.php](https://github.com/figuren-theater/install.php/)| [![Build, test & measure](https://github.com/figuren-theater/install.php/actions/workflows/build-test-measure.yml/badge.svg)](https://github.com/figuren-theater/install.php/actions/workflows/build-test-measure.yml) |
5050
| 12.|[ft-options](https://github.com/figuren-theater/ft-options)| |
5151
| 13.|[ft-performance](https://github.com/figuren-theater/ft-performance)| |
5252
| 14.|[ft-platform](https://github.com/figuren-theater/ft-platform/)| [![Build, test & measure](https://github.com/figuren-theater/ft-platform/actions/workflows/required/figuren-theater/code-quality/.github/workflows/build-test-measure.yml/badge.svg)](https://github.com/figuren-theater/ft-platform/actions/workflows/required/figuren-theater/code-quality/.github/workflows/build-test-measure.yml) |
@@ -69,7 +69,7 @@ See the workflow running for the figuren.theater platform
6969

7070
1. Install via command line
7171
```sh
72-
composer require --dev figuren-theater/code-quality
72+
composer require --dev figuren-theater/code-quality@*
7373
```
7474
2. Create a [phpstan.neon](https://github.com/figuren-theater/new-ft-module/blob/main/phpstan.neon) file in the root of the repository
7575

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
},
3030
"require": {
3131
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
32-
"ergebnis/composer-normalize": "^2.31",
33-
"figuren-theater/coding-standards": "^0",
34-
"figuren-theater/phpstan": "^1",
32+
"ergebnis/composer-normalize": "^2",
33+
"figuren-theater/coding-standards": "*",
34+
"figuren-theater/phpstan": "*",
3535
"phpstan/extension-installer": "^1.3"
3636
},
3737
"config": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)