Skip to content

Commit

Permalink
fix(php): update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
koromerzhin committed Oct 18, 2023
1 parent cff7c0a commit e324d8c
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 20 deletions.
5 changes: 5 additions & 0 deletions apps/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ yarn-error.log
/.phpcs-cache
/phpcs.xml
###< squizlabs/php_codesniffer ###

###> friendsofphp/php-cs-fixer ###
/.php-cs-fixer.php
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###
1 change: 1 addition & 0 deletions apps/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"require-dev": {
"behat/behat": "3.13.*",
"doctrine/doctrine-fixtures-bundle": "3.4.*",
"friendsofphp/php-cs-fixer": "3.34.*",
"phpmd/phpmd": "2.14.*",
"phpstan/phpdoc-parser": "1.24.*",
"phpstan/phpstan": "1.10.*",
Expand Down
257 changes: 256 additions & 1 deletion apps/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 0 additions & 19 deletions apps/phpcs.xml.dist

This file was deleted.

12 changes: 12 additions & 0 deletions apps/symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,18 @@
"fakerphp/faker": {
"version": "v1.16.0"
},
"friendsofphp/php-cs-fixer": {
"version": "3.34",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "3.0",
"ref": "be2103eb4a20942e28a6dd87736669b757132435"
},
"files": [
".php-cs-fixer.dist.php"
]
},
"friendsofphp/proxy-manager-lts": {
"version": "v1.0.2"
},
Expand Down

0 comments on commit e324d8c

Please sign in to comment.