Skip to content

Commit 46e2ce4

Browse files
committed
update dependencies
1 parent 255a20b commit 46e2ce4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ yarn.lock
3232

3333
build
3434
.php-cs-fixer.cache
35+
storage

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
->in([
55
__DIR__ . '/src',
66
__DIR__ . '/tests',
7+
__DIR__ . '/routes',
78
])
89
->name('*.php')
910
->ignoreDotFiles(true)

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,11 @@
4242
},
4343
"require": {
4444
"php": "^8.1",
45-
"cslant/telegram-git-notifier": "^v1.3.1"
45+
"cslant/telegram-git-notifier": "^v1.3.2"
4646
},
4747
"require-dev": {
4848
"friendsofphp/php-cs-fixer": "^v3.37.1",
49-
"pestphp/pest": "^2.24",
50-
"phpstan/phpstan": "^1.10.39"
49+
"pestphp/pest": "^2.24"
5150
},
5251
"scripts": {
5352
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes",

0 commit comments

Comments
 (0)