Skip to content

Commit 1e8ca1c

Browse files
remove composer.lock from repo
1 parent 9927082 commit 1e8ca1c

3 files changed

Lines changed: 3 additions & 4154 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ vendor
77
.phpunit.result.cache
88
.php-cs-fixer.cache
99
.vscode
10-
composer.phar
10+
composer.phar
11+
/composer.lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"require-dev": {
2929
"phpunit/phpunit": "^9.3",
3030
"ext-libxml": "*",
31-
"friendsofphp/php-cs-fixer": "^3.16",
31+
"friendsofphp/php-cs-fixer": "3.16.*",
3232
"phpstan/phpstan": "^1.10",
3333
"rector/rector": "^1.0",
3434
"symfony/finder": "^5.4",

0 commit comments

Comments
 (0)