Skip to content

Commit 2e5cc74

Browse files
committed
adds name & description to composer and enabled validation in CI
1 parent 9b1d69a commit 2e5cc74

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
# restore-keys: |
4646
# ${{ runner.os }}-composer-
4747

48+
- name: Validate Composer
49+
run: composer validate --no-check-lock
50+
4851
- name: Install dependencies
4952
# if: steps.composer-cache.outputs.cache-hit != 'true'
5053
run: composer install --prefer-dist --no-progress --no-suggest

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"name": "symfonycasts/reset-password-bundle",
3+
"description": "Symfony bundle that adds password reset functionality.",
24
"type": "symfony-bundle",
35
"license": "MIT",
46
"minimum-stability": "dev",

0 commit comments

Comments
 (0)