8000 Remove php cs fixer · reejit/paste.laravel.io@4cfbdab · GitHub
[go: up one dir, main page]

Skip to content

Commit 4cfbdab

Browse files
committed
Remove php cs fixer
1 parent 6e87cc2 commit 4cfbdab

File tree

9 files changed

+2
-761
lines changed

9 files changed

+2
-761
lines changed

.github/workflows/code-style.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ jobs:
1010
- name: Checkout code
1111
uses: actions/checkout@v2
1212

13-
- name: Cache dependencies
14-
uses: actions/cache@v1
15-
with:
16-
path: ~/.composer/cache/files
17-
key: dependencies-composer-${{ hashFiles('composer.json') }}
18-
1913
- name: Setup PHP
2014
uses: shivammathur/setup-php@v2
2115
with:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ Homestead.yaml
1111
.env
1212
/aliases
1313
/after.sh
14-
.php_cs.cache

.php_cs.dist

Lines changed: 0 additions & 44 deletions
This file was deleted.

.prettierrc

Lines changed: 0 additions & 6 deletions
This file was deleted.

composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"require-dev": {
1919
"beyondcode/laravel-dump-server": "^1.2",
2020
"doctrine/dbal": "^2.8",
21-
"friendsofphp/php-cs-fixer": "^2.16",
2221
"fzaninotto/faker": "^1.8",
2322
"laravel/homestead": "^7.18",
2423
"mockery/mockery": "^1.2",
@@ -45,9 +44,6 @@
4544
}
4645
},
4746
"scripts": {
48-
"format": [
49-
"vendor/bin/php-cs-fixer fix"
50-
],
5147
"post-root-package-install": [
5248
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
5349
],

0 commit comments

Comments
 (0)
0