Skip to content

Commit

Permalink
Update dependencies for release 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
j3nsch committed Apr 24, 2023
1 parent c88ac7a commit e6bcfc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"ext-mbstring": "*",
"solarium/solarium": "6.*",
"symfony/event-dispatcher": "*",
"opus4-repo/framework": "4.7.2.*",
"opus4-repo/opus4-common": "4.7.2.*",
"opus4-repo/opus4-job": "dev-main",
"opus4-repo/framework": "^4.8",
"opus4-repo/opus4-common": "^4.8",
"opus4-repo/opus4-job": "^4.8",
"opus4/zf1-future": "1.21.*",
"symfony/console": "*"
},
Expand Down Expand Up @@ -69,7 +69,7 @@
"phpunit --colors=always --log-junit build/phpunit.xml"
],
"test-coverage": "phpunit --log-junit build/phpunit.xml --colors=always --coverage-html build/ --coverage-clover build/clover.xml",
"cs-check": "phpcs -n",
"cs-check": "phpcs -n -p",
"cs-check-report": "phpcs -n --report=checkstyle --report-file=build/checkstyle.xml",
"cs-fix": "phpcbf -v",
"phpmd": "phpmd src xml cleancode,unusedcode,design,naming --reportfile build/phpmd.xml --ignore-violations-on-exit",
Expand Down

0 comments on commit e6bcfc5

Please sign in to comment.