File tree 5 files changed +21
-6
lines changed
5 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phive xmlns =" https://phar.io/phive" >
3
3
<phar name =" php-cs-fixer" version =" ^3.59" installed =" 3.64.0" location =" ./tools/php-cs-fixer" copy =" true" />
4
- <phar name =" composer" version =" ^2.7" installed =" 2.7.9 " location =" ./tools/composer" copy =" true" />
5
- <phar name =" phpstan" version =" ^1.11" installed =" 1.12.5 " location =" ./tools/phpstan" copy =" true" />
4
+ <phar name =" composer" version =" ^2.7" installed =" 2.8.1 " location =" ./tools/composer" copy =" true" />
5
+ <phar name =" phpstan" version =" ^1.11" installed =" 1.12.6 " location =" ./tools/phpstan" copy =" true" />
6
6
</phive >
Original file line number Diff line number Diff line change 16
16
</exec >
17
17
</target >
18
18
19
+ <target name =" update-dependencies" description =" Update (and bump) dependencies with Composer" >
20
+ <exec executable =" ${ basedir } /tools/composer" taskname =" composer" >
21
+ <arg value =" update" />
22
+ <arg value =" --no-interaction" />
23
+ <arg value =" --no-progress" />
24
+ <arg value =" --no-ansi" />
25
+ </exec >
26
+
27
+ <exec executable =" ${ basedir } /tools/composer" taskname =" composer" >
28
+ <arg value =" bump" />
29
+ <arg value =" --no-interaction" />
30
+ <arg value =" --no-ansi" />
31
+ </exec >
32
+ </target >
33
+
19
34
<target name =" update-tools" >
20
35
<exec executable =" phive" taskname =" phive" >
21
36
<arg value =" --no-progress" />
Original file line number Diff line number Diff line change 33
33
"ext-dom" : " *" ,
34
34
"ext-libxml" : " *" ,
35
35
"ext-xmlwriter" : " *" ,
36
- "nikic/php-parser" : " ^5.1.0 " ,
37
- "phpunit/php-file-iterator" : " ^5.0.1 " ,
36
+ "nikic/php-parser" : " ^5.3.1 " ,
37
+ "phpunit/php-file-iterator" : " ^5.1.0 " ,
38
38
"phpunit/php-text-template" : " ^4.0.1" ,
39
39
"sebastian/code-unit-reverse-lookup" : " ^4.0.1" ,
40
40
"sebastian/complexity" : " ^4.0.1" ,
41
41
"sebastian/environment" : " ^7.2.0" ,
42
42
"sebastian/lines-of-code" : " ^3.0.1" ,
43
- "sebastian/version" : " ^5.0.1 " ,
43
+ "sebastian/version" : " ^5.0.2 " ,
44
44
"theseer/tokenizer" : " ^1.2.3"
45
45
},
46
46
"require-dev" : {
47
- "phpunit/phpunit" : " ^11.3 "
47
+ "phpunit/phpunit" : " ^11.4.1 "
48
48
},
49
49
"suggest" : {
50
50
"ext-pcov" : " PHP extension that provides line coverage" ,
You can’t perform that action at this time.
0 commit comments