Skip to content

Commit

Permalink
TASK: Update composer manifest for 9.0.0-beta17
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Dec 16, 2024
1 parent bb8d771 commit aa96fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"scripts": {
"lint:phpcs": "../../bin/phpcs --colors",
"lint:phpcs:fix": "../../bin/phpcbf --colors",
"lint:phpstan": "../../bin/phpstan analyse",
"lint:phpstan": "../../bin/phpstan analyse -v",
"lint:phpstan-generate-baseline": "../../bin/phpstan analyse --generate-baseline",
"lint:distributionintegrity": "[ -d 'Neos.ContentRepository' ] && { echo 'Package Neos.ContentRepository should not exist.' 1>&2; exit 1; } || exit 0;",
"lint": [
Expand Down Expand Up @@ -292,7 +292,7 @@
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan": "^1.11",
"squizlabs/php_codesniffer": "^3.6",
"phpunit/phpunit": "^9.0",
"neos/behat": "*",
Expand Down

0 comments on commit aa96fc8

Please sign in to comment.