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 255a20b commit 46e2ce4Copy full SHA for 46e2ce4
.gitignore
@@ -32,3 +32,4 @@ yarn.lock
32
33
build
34
.php-cs-fixer.cache
35
+storage
.php-cs-fixer.dist.php
@@ -4,6 +4,7 @@
4
->in([
5
__DIR__ . '/src',
6
__DIR__ . '/tests',
7
+ __DIR__ . '/routes',
8
])
9
->name('*.php')
10
->ignoreDotFiles(true)
composer.json
@@ -42,12 +42,11 @@
42
},
43
"require": {
44
"php": "^8.1",
45
- "cslant/telegram-git-notifier": "^v1.3.1"
+ "cslant/telegram-git-notifier": "^v1.3.2"
46
47
"require-dev": {
48
"friendsofphp/php-cs-fixer": "^v3.37.1",
49
- "pestphp/pest": "^2.24",
50
- "phpstan/phpstan": "^1.10.39"
+ "pestphp/pest": "^2.24"
51
52
"scripts": {
53
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
0 commit comments