Skip to content

Commit

Permalink
Fix: Remove unused friendsofphp/php-cs-fixer (#2603)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Brown <github@muglug.com>
  • Loading branch information
localheinz and muglug committed Jan 12, 2020
1 parent 2600e70 commit 3eebed6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 148 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Expand Up @@ -2,8 +2,6 @@
/vendor/
/extra/
.DS_Store
/.php_cs.cache
/.php_cs
/.phpunit.result.cache
.*.swp
.*.swo
Expand All @@ -14,4 +12,4 @@
/tests/fixtures/symlinktest/*

.idea/inspectionProfiles/Project_Default.xml
.idea/workspace.xml
.idea/workspace.xml
142 changes: 0 additions & 142 deletions .php_cs.dist

This file was deleted.

2 changes: 0 additions & 2 deletions bin/travis-php-cs-fixer.sh

This file was deleted.

1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -40,7 +40,6 @@
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
"ext-curl": "*",
"friendsofphp/php-cs-fixer": "^2.15",
"phpmyadmin/sql-parser": "^5.0",
"phpspec/prophecy": ">=1.9.0",
"phpunit/phpunit": "^7.5 || ^8.0",
Expand Down

0 comments on commit 3eebed6

Please sign in to comment.