Skip to content

Commit e61c314

Browse files
committed
chore: update deps
Signed-off-by: Jack Cherng <[email protected]>
1 parent b839869 commit e61c314

File tree

4 files changed

+303
-97
lines changed

4 files changed

+303
-97
lines changed

.gitattributes

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1+
.editorconfig export-ignore
12
.gitattributes export-ignore
23
.github/ export-ignore
34
.gitignore export-ignore
4-
5-
.editorconfig export-ignore
65
.phan/ export-ignore
76
.php_cs export-ignore
87
.rmt.yml export-ignore
@@ -13,4 +12,5 @@ FUNDING.yml export-ignore
1312
phpcs.xml export-ignore
1413
phpunit.xml export-ignore
1514
pyproject.toml export-ignore
15+
RMT export-ignore
1616
tests/ export-ignore

RMT

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env php
2+
<?php
3+
define('RMT_ROOT_DIR', __DIR__);
4+
require 'vendor\liip\rmt\command.php';

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
},
3131
"require-dev": {
3232
"friendsofphp/php-cs-fixer": "^2.19",
33-
"phan/phan": "^2 || ^3 || ^4",
33+
"liip/rmt": "^1.6",
34+
"phan/phan": "^3 || ^4 || ^5",
3435
"phpunit/phpunit": ">=7 <10",
3536
"squizlabs/php_codesniffer": "^3.5"
3637
},

0 commit comments

Comments
 (0)