Skip to content

Commit

Permalink
Prepare 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 53bc489 commit 14900b5
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 @@ -13,14 +13,14 @@
"ext-fileinfo": "*",
"ext-libxml": "*",
"ext-zip": "*",
"opus4-repo/opus4-common": "4.7.2.x-dev",
"opus4-repo/opus4-job": "dev-main"
"opus4-repo/opus4-common": "^4.8",
"opus4-repo/opus4-job": "^4.8"
},
"require-dev": {
"phpunit/phpunit": "<9",
"opus4-repo/codesniffer": "dev-laminas",
"phpmetrics/phpmetrics": "2.7.4",
"opus4-repo/framework": "4.7.2.x-dev"
"opus4-repo/framework": "^4.8"
},
"config": {
"allow-plugins": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"prepare": "mkdir -p build",
"test": "phpunit --colors=always --log-junit build/phpunit.xml",
"test-coverage": "phpunit --log-junit build/phpunit.xml --colors=always --coverage-html build/coverage/ --coverage-clover build/coverage/clover.xml",
"cs-check": "phpcs -n",
"cs-check": "phpcs -n -p",
"cs-report": "phpcs -n --report=checkstyle --report-file=build/checkstyle.xml",
"cs-fix": "phpcbf"
}
Expand Down

0 comments on commit 14900b5

Please sign in to comment.