Skip to content

Commit e108217

Browse files
committed
Clean up dev requirements
1 parent 963c83a commit e108217

4 files changed

Lines changed: 12 additions & 25 deletions

File tree

.gitattributes

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/tests export-ignore
2-
/docs export-ignore
3-
/client/src export-ignore
4-
/.gitattributes export-ignore
5-
/.gitignore export-ignore
6-
/.php_cs.dist
7-
/.phpcs.xml.dist
8-
/.phpunit.xml.dist
9-
/.waratah export-ignore
10-
/README.md export-ignore
1+
/tests export-ignore
2+
/docs export-ignore
3+
/.gitattributes export-ignore
4+
/.gitignore export-ignore
5+
/.php_cs.dist export-ignore
6+
/phpunit.xml.dist export-ignore
7+
/.waratah export-ignore
8+
/code-of-conduct.md export-ignore
9+
/CONTRIBUTING.md export-ignore
10+
/README.md export-ignore

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
/client/node_modules
2-
/vendor/
31
.DS_Store
42
/.php_cs.cache

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dnadesign/silverstripe-elemental": "^4.3.0"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^5.7 | ^7",
29-
"squizlabs/php_codesniffer": "^3.0"
28+
"phpunit/phpunit": "^5.7",
29+
"friendsofphp/php-cs-fixer": "^2.18"
3030
}
3131
}

phpcs.xml.dist

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

0 commit comments

Comments
 (0)