Skip to content

Commit ea0211b

Browse files
authored
Validate composer.json (#9)
1 parent 5babb22 commit ea0211b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ jobs:
4242

4343
- run: composer update --no-progress --classmap-authoritative ${{ matrix.composer-flags }}
4444

45+
- run: composer validate --strict
46+
4547
- run: composer verify

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "tpay-com/coding-standards",
3+
"description": "Tpay.com coding standards library",
34
"license": "MIT",
45
"type": "library",
56
"require": {
7+
"php": "^7.4 || ^8.0",
68
"friendsofphp/php-cs-fixer": "^3.22",
79
"kubawerlos/php-cs-fixer-custom-fixers": "^3.16.2"
810
},

0 commit comments

Comments
 (0)