File tree 4 files changed +303
-97
lines changed
4 files changed +303
-97
lines changed Original file line number Diff line number Diff line change
1
+ .editorconfig export-ignore
1
2
.gitattributes export-ignore
2
3
.github / export-ignore
3
4
.gitignore export-ignore
4
-
5
- .editorconfig export-ignore
6
5
.phan / export-ignore
7
6
.php_cs export-ignore
8
7
.rmt.yml export-ignore
@@ -13,4 +12,5 @@ FUNDING.yml export-ignore
13
12
phpcs.xml export-ignore
14
13
phpunit.xml export-ignore
15
14
pyproject.toml export-ignore
15
+ RMT export-ignore
16
16
tests / export-ignore
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env php
2
+ <?php
3
+ define ('RMT_ROOT_DIR ' , __DIR__ );
4
+ require 'vendor\liip\rmt\command.php ' ;
Original file line number Diff line number Diff line change 30
30
},
31
31
"require-dev" : {
32
32
"friendsofphp/php-cs-fixer" : " ^2.19" ,
33
- "phan/phan" : " ^2 || ^3 || ^4" ,
33
+ "liip/rmt" : " ^1.6" ,
34
+ "phan/phan" : " ^3 || ^4 || ^5" ,
34
35
"phpunit/phpunit" : " >=7 <10" ,
35
36
"squizlabs/php_codesniffer" : " ^3.5"
36
37
},
You can’t perform that action at this time.
0 commit comments