Skip to content

Commit fed4a39

Browse files
committed
Update dependencies.
1 parent c3d2de8 commit fed4a39

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<!-- Runs all unit tests -->
3232
<target name="unit">
33-
<exec command="bin/phpunit" passthru="true" checkreturn="true"/>
33+
<exec executable="bin/phpunit" passthru="true" checkreturn="true"/>
3434
</target>
3535

3636
<target name="build">

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"plaisio-ts/helper-cast": "^1.0.0",
1313
"plaisio/cgi": "^1.2.0",
1414
"plaisio/exception": "^1.1.0",
15-
"plaisio/flash-message": "dev-master",
15+
"plaisio/flash-message": "^0.9.0",
1616
"plaisio/helper-html": "^3.0.0",
1717
"plaisio/kernel": "^3.1.1",
1818
"plaisio/page-core": "^1.4.2",
@@ -24,11 +24,11 @@
2424
"minimum-stability": "dev",
2525
"prefer-stable": true,
2626
"require-dev": {
27-
"phing/phing": "^3.0.0-RC3",
27+
"phing/phing": "^3.0.0",
2828
"phpunit/phpunit": "^9.5.0",
2929
"plaisio/console": "^2.4.8",
3030
"plaisio/phing-extensions": "^3.0.0",
31-
"setbased/phing-extensions": "dev-master"
31+
"setbased/phing-extensions": "^3.0.1"
3232
},
3333
"autoload": {
3434
"psr-4": {
@@ -42,6 +42,9 @@
4242
},
4343
"config": {
4444
"bin-dir": "bin/",
45-
"sort-packages": true
45+
"sort-packages": true,
46+
"allow-plugins": {
47+
"phing/phing-composer-configurator": true
48+
}
4649
}
4750
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"jquery": "^3.6.0"
77
},
88
"devDependencies": {
9-
"@types/jquery": "^3.5.8"
9+
"@types/jquery": "^3.5.14"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)