We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5babb22 commit ea0211bCopy full SHA for ea0211b
.github/workflows/ci.yaml
@@ -42,4 +42,6 @@ jobs:
42
43
- run: composer update --no-progress --classmap-authoritative ${{ matrix.composer-flags }}
44
45
+ - run: composer validate --strict
46
+
47
- run: composer verify
composer.json
@@ -1,8 +1,10 @@
1
{
2
"name": "tpay-com/coding-standards",
3
+ "description": "Tpay.com coding standards library",
4
"license": "MIT",
5
"type": "library",
6
"require": {
7
+ "php": "^7.4 || ^8.0",
8
"friendsofphp/php-cs-fixer": "^3.22",
9
"kubawerlos/php-cs-fixer-custom-fixers": "^3.16.2"
10
},
0 commit comments