Skip to content

Commit

Permalink
TASK: Update composer manifest for 9.0.0-beta16
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Nov 19, 2024
1 parent 56d616f commit 481971d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 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 -v",
"lint:phpstan": "../../bin/phpstan analyse",
"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,19 +292,10 @@
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan": "^1.8",
"squizlabs/php_codesniffer": "^3.6",
"phpunit/phpunit": "^9.0",
"neos/behat": "*",
"league/flysystem-memory": "^3"
},

"config": {
"_comment": "We need to insert a vendor dir (even though composer install MUST NOT be run here) but so autoloading works for composer scripts",
"vendor-dir": "../Libraries",
"allow-plugins": {
"neos/composer-plugin": false,
"cweagans/composer-patches": false
}
}
}

0 comments on commit 481971d

Please sign in to comment.