Skip to content

Commit

Permalink
Remove roave/security-advisories since when updating an app you will …
Browse files Browse the repository at this point in the history
…receive this error: satisfiable by roave/security-advisories[dev-master] but these conflict with your requirements or minimum-stability
  • Loading branch information
loevgaard committed Aug 10, 2020
1 parent c767347 commit ab856f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Install Composer dependencies
run: composer update --no-progress --no-suggest --prefer-dist --no-interaction
- name: Validate composer
run: composer validate
run: composer validate --strict
- name: Check composer normalized
run: composer normalize --dry-run
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -22,8 +22,6 @@ $ composer require --dev setono/code-quality-pack
* [phpstan/extension-installer](https://github.com/phpstan/extension-installer)
* Automatically installs PHPStan extensions. This makes sure that all extensions are installed automatically and you
don't have to add them to your `phpstan.neon` config.
* [roave/security-advisories](https://github.com/Roave/SecurityAdvisories)
* Makes sure your application doesn't have packages with security vulnerabilities.
* [sylius-labs/coding-standard](https://github.com/SyliusLabs/CodingStandard)
* Sylius' coding standard. Very thorough.
* [thecodingmachine/phpstan-safe-rule](https://github.com/thecodingmachine/phpstan-safe-rule)
Expand Down
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -11,7 +11,6 @@
"phpstan/phpstan-doctrine": "^0.12.19",
"phpstan/phpstan-strict-rules": "^0.12.4",
"phpstan/phpstan-webmozart-assert": "^0.12.7",
"roave/security-advisories": "dev-master",
"sylius-labs/coding-standard": "^3.1.3",
"symplify/easy-coding-standard": "^7.0.1 || ^8.0",
"thecodingmachine/phpstan-safe-rule": "^1.0",
Expand Down

0 comments on commit ab856f1

Please sign in to comment.