Skip to content

Commit

Permalink
Bump php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Oct 5, 2021
1 parent 3fc2b46 commit fd62f28
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 67 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ public/build
###< symfony/phpunit-bridge ###

###> friendsofphp/php-cs-fixer ###
.php_cs
.php_cs.cache
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###

###> symfony/webpack-encore-bundle ###
/node_modules/
/public/build/
Expand Down
File renamed without changes.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"brainmaestro/composer-git-hooks": "^2.6",
"deployer/deployer": "^6.1",
"doctrine/doctrine-fixtures-bundle": "^3.0",
"friendsofphp/php-cs-fixer": "^2.7",
"friendsofphp/php-cs-fixer": "^3",
"phpunit/phpunit": "^8",
"symfony/browser-kit": "^4.0",
"symfony/css-selector": "^4.0",
Expand Down Expand Up @@ -80,9 +80,6 @@
},
"scripts": {
"configure-environment": [
"cp -n .env .env.local",
"cp -n .php_cs.dist .php_cs",
"cp -n phpunit.xml.dist phpunit.xml",
"cp -n servers.yml.dist servers.yml"
],
"prepare-environment": [
Expand Down
100 changes: 39 additions & 61 deletions composer.lock

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

0 comments on commit fd62f28

Please sign in to comment.