File tree 4 files changed +67
-1818
lines changed
4 files changed +67
-1818
lines changed Original file line number Diff line number Diff line change 2
2
* .phpt text eol =lf
3
3
/composer.lock export-ignore
4
4
/.github / export-ignore
5
+ /.phive /
6
+ /tools /
5
7
/tests export-ignore
6
8
/.gitattributes export-ignore
7
9
/.gitignore export-ignore
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <phive xmlns =" https://phar.io/phive" >
3
+ <phar name =" php-cs-fixer" version =" ^2.16.4" installed =" 2.16.4" location =" ./tools/php-cs-fixer" copy =" true" />
4
+ <phar name =" phpstan" version =" ^0.12.32" installed =" 0.12.32" location =" ./tools/phpstan" copy =" true" />
5
+ <phar name =" roave/backwardcompatibilitycheck" version =" ^5.0.0" installed =" 5.0.0" location =" ./tools/roave-backward-compatibility-check" copy =" true" />
6
+ </phive >
Original file line number Diff line number Diff line change 23
23
"doctrine/lexer" : " ^1.0"
24
24
},
25
25
"require-dev" : {
26
- "symfony/expression-language" : " ^2.3|^3.0|^4.0|^5.0" ,
27
26
"openlss/lib-array2xml" : " ^1.0" ,
28
- "friendsofphp/php-cs-fixer" : " ^2.4" ,
29
- "phpstan/phpstan" : " ^0.12.32" ,
30
- "phpunit/phpunit" : " ^8.5"
27
+ "phpunit/phpunit" : " ^8.5" ,
28
+ "symfony/expression-language" : " ^2.3|^3.0|^4.0|^5.0"
31
29
},
32
30
"suggest" : {
33
31
"openlss/lib-array2xml" : " In order ot use Coduo\\ PHPMatcher\\ Matcher\\ XmlMatcher" ,
54
52
" phpunit"
55
53
],
56
54
"static:analyze" : [
57
- " phpstan analyze -c phpstan.neon" ,
58
- " php-cs-fixer fix --dry-run"
55
+ " tools/ phpstan analyze -c phpstan.neon" ,
56
+ " tools/ php-cs-fixer fix --dry-run"
59
57
]
60
58
},
61
59
"extra" : {
You can’t perform that action at this time.
0 commit comments