Skip to content

Commit 56eee87

Browse files
committed
chore: add liip/rmt as a dev dependency
Signed-off-by: Jack Cherng <[email protected]>
1 parent 4b170cd commit 56eee87

File tree

3 files changed

+201
-1
lines changed

3 files changed

+201
-1
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
},
4040
"require-dev": {
4141
"friendsofphp/php-cs-fixer": "^2.18",
42+
"liip/rmt": "^1.6",
4243
"phan/phan": "^2.5 || ^3 || ^4",
4344
"phpunit/phpunit": ">=7 <10",
4445
"squizlabs/php_codesniffer": "^3.5"

composer.lock

+196-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)