Skip to content

Commit

Permalink
remove composer.lock from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-sainthillier committed Oct 21, 2024
1 parent e370388 commit 8643704
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4,105 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ vendor
.phpunit.result.cache
.php-cs-fixer.cache
.vscode
composer.phar
composer.phar
/composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"require-dev": {
"phpunit/phpunit": "^9.3",
"ext-libxml": "*",
"friendsofphp/php-cs-fixer": "^3.16",
"friendsofphp/php-cs-fixer": "3.16.*",
"phpstan/phpstan": "^1.10",
"rector/rector": "^1.0",
"symfony/finder": "^5.4"
Expand Down
Loading

0 comments on commit 8643704

Please sign in to comment.