File tree 3 files changed +9
-6
lines changed 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 30
30
31
31
<!-- Runs all unit tests -->
32
32
<target name =" unit" >
33
- <exec command =" bin/phpunit" passthru =" true" checkreturn =" true" />
33
+ <exec executable =" bin/phpunit" passthru =" true" checkreturn =" true" />
34
34
</target >
35
35
36
36
<target name =" build" >
Original file line number Diff line number Diff line change 12
12
"plaisio-ts/helper-cast" : " ^1.0.0" ,
13
13
"plaisio/cgi" : " ^1.2.0" ,
14
14
"plaisio/exception" : " ^1.1.0" ,
15
- "plaisio/flash-message" : " dev-master " ,
15
+ "plaisio/flash-message" : " ^0.9.0 " ,
16
16
"plaisio/helper-html" : " ^3.0.0" ,
17
17
"plaisio/kernel" : " ^3.1.1" ,
18
18
"plaisio/page-core" : " ^1.4.2" ,
24
24
"minimum-stability" : " dev" ,
25
25
"prefer-stable" : true ,
26
26
"require-dev" : {
27
- "phing/phing" : " ^3.0.0-RC3 " ,
27
+ "phing/phing" : " ^3.0.0" ,
28
28
"phpunit/phpunit" : " ^9.5.0" ,
29
29
"plaisio/console" : " ^2.4.8" ,
30
30
"plaisio/phing-extensions" : " ^3.0.0" ,
31
- "setbased/phing-extensions" : " dev-master "
31
+ "setbased/phing-extensions" : " ^3.0.1 "
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : {
42
42
},
43
43
"config" : {
44
44
"bin-dir" : " bin/" ,
45
- "sort-packages" : true
45
+ "sort-packages" : true ,
46
+ "allow-plugins" : {
47
+ "phing/phing-composer-configurator" : true
48
+ }
46
49
}
47
50
}
Original file line number Diff line number Diff line change 6
6
"jquery" : " ^3.6.0"
7
7
},
8
8
"devDependencies" : {
9
- "@types/jquery" : " ^3.5.8 "
9
+ "@types/jquery" : " ^3.5.14 "
10
10
},
11
11
"repository" : {
12
12
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments