Skip to content

Commit ab856f1

Browse files
committed
Remove roave/security-advisories since when updating an app you will receive this error: satisfiable by roave/security-advisories[dev-master] but these conflict with your requirements or minimum-stability
1 parent c767347 commit ab856f1

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Install Composer dependencies
2525
run: composer update --no-progress --no-suggest --prefer-dist --no-interaction
2626
- name: Validate composer
27-
run: composer validate
27+
run: composer validate --strict
2828
- name: Check composer normalized
2929
run: composer normalize --dry-run

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ $ composer require --dev setono/code-quality-pack
2222
* [phpstan/extension-installer](https://github.com/phpstan/extension-installer)
2323
* Automatically installs PHPStan extensions. This makes sure that all extensions are installed automatically and you
2424
don't have to add them to your `phpstan.neon` config.
25-
* [roave/security-advisories](https://github.com/Roave/SecurityAdvisories)
26-
* Makes sure your application doesn't have packages with security vulnerabilities.
2725
* [sylius-labs/coding-standard](https://github.com/SyliusLabs/CodingStandard)
2826
* Sylius' coding standard. Very thorough.
2927
* [thecodingmachine/phpstan-safe-rule](https://github.com/thecodingmachine/phpstan-safe-rule)

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"phpstan/phpstan-doctrine": "^0.12.19",
1212
"phpstan/phpstan-strict-rules": "^0.12.4",
1313
"phpstan/phpstan-webmozart-assert": "^0.12.7",
14-
"roave/security-advisories": "dev-master",
1514
"sylius-labs/coding-standard": "^3.1.3",
1615
"symplify/easy-coding-standard": "^7.0.1 || ^8.0",
1716
"thecodingmachine/phpstan-safe-rule": "^1.0",

0 commit comments

Comments
 (0)