mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 05:18:18 +01:00
Removed duplicit package sebastian/diff from composer.json (#5399)
This commit is contained in:
parent
c5f26f5de9
commit
17cb30f5c7
14
.github/workflows/composer_validate.yaml
vendored
Normal file
14
.github/workflows/composer_validate.yaml
vendored
Normal 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
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user