Removed duplicit package sebastian/diff from composer.json (#5399)

This commit is contained in:
Michal Lulco 2021-02-01 18:05:25 +01:00 committed by GitHub
parent c5f26f5de9
commit 17cb30f5c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 2 deletions

View File

@ -0,0 +1,14 @@
name: Composer validate
on:
pull_request: null
jobs:
tests:
runs-on: ubuntu-latest
name: Composer validate
steps:
- uses: actions/checkout@v2
- run: composer validate --strict

View File

@ -40,7 +40,7 @@
"phpstan/phpstan": "^0.12.69, <0.12.70",
"phpstan/phpstan-phpunit": "^0.12.17",
"psr/simple-cache": "^1.0",
"sebastian/diff": "^4.0",
"sebastian/diff": "^4.0.4",
"symfony/cache": "^4.4.8|^5.1",
"symfony/console": "^4.4.8|^5.1",
"symfony/dependency-injection": "^5.1",
@ -69,7 +69,6 @@
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-nette": "^0.12.12",
"phpunit/phpunit": "^9.5",
"sebastian/diff": "^4.0.4",
"symfony/security-core": "^5.2",
"symfony/security-http": "^5.2",
"symplify/changelog-linker": "^9.0.47",