Skip to content

Commit 9bc74c0

Browse files
committed
Add composer bin package
1 parent 7a21bba commit 9bc74c0

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ clover.xml
1414
phpunit.xml
1515
psalm.xml
1616
vendor/
17+
vendor-bin/*/composer.lock
1718
tests.php
1819
.DS_Store
1920
.history/

vendor-bin/php-cs-fixer/composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"require-dev": {
3+
"friendsofphp/php-cs-fixer": "^3.4"
4+
}
5+
}

vendor-bin/psalm/composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"require-dev": {
3+
"vimeo/psalm": "^4.30"
4+
}
5+
}

vendor-bin/rector/composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"require-dev": {
3+
"rector/rector": "^0.17.1"
4+
}
5+
}

0 commit comments

Comments
 (0)