Skip to content

Commit 0cf7e69

Browse files
committed
Fix build, update dependencies
1 parent ba6907a commit 0cf7e69

File tree

8 files changed

+1052
-559
lines changed

8 files changed

+1052
-559
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
<composer composer="${project-composer-phar}" command="outdated">
406406
<arg value="-D"/>
407407
</composer>
408-
<exec command="${project.yarn-bin} install" passthru="true" />
408+
<exec command="${project.yarn-bin} outdated" passthru="true" />
409409
</target>
410410

411411
<target name="package" description="Create tar package for deployment" depends="copy-configs-prod,file-update-deploy-config,

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"friendsofphp/php-cs-fixer": "2.*",
6363
"pdepend/pdepend": "2.*",
6464
"phpmd/phpmd": "2.*",
65-
"phpunit/phpunit": "^8.0.2",
66-
"sebastian/phpcpd": "4.*",
65+
"phpunit/phpunit": "^9.0.1",
66+
"sebastian/phpcpd": "^5.0.2",
6767
"squizlabs/php_codesniffer": "2.*",
6868
"symfony/debug-pack": "*",
6969
"symfony/maker-bundle": "^1.0",
@@ -73,7 +73,7 @@
7373
},
7474
"config": {
7575
"platform": {
76-
"php": "7.3.14"
76+
"php": "7.3.15"
7777
},
7878
"preferred-install": {
7979
"*": "dist"

0 commit comments

Comments
 (0)