mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
bump composer deps
This commit is contained in:
parent
3d97c87e81
commit
3fa22870f7
@ -26,10 +26,9 @@
|
|||||||
"nette/application": "^2.4|^3.0",
|
"nette/application": "^2.4|^3.0",
|
||||||
"nette/di": "^2.4",
|
"nette/di": "^2.4",
|
||||||
"nette/forms": "^2.4|^3.0",
|
"nette/forms": "^2.4|^3.0",
|
||||||
"phpstan/phpstan-shim": "^0.8",
|
"phpstan/phpstan-shim": "^0.9",
|
||||||
"phpunit/phpunit": "^6.4",
|
"phpunit/phpunit": "^6.5",
|
||||||
"symplify/coding-standard": "^3.0",
|
"symplify/coding-standard": "^3.0",
|
||||||
"symplify/token-runner": "dev-master",
|
|
||||||
"slam/php-cs-fixer-extensions": "^1.8",
|
"slam/php-cs-fixer-extensions": "^1.8",
|
||||||
"symfony/expression-language": "^4.0",
|
"symfony/expression-language": "^4.0",
|
||||||
"symfony/form": "^4.0",
|
"symfony/form": "^4.0",
|
||||||
@ -73,5 +72,6 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"sort-packages": true
|
"sort-packages": true
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev"
|
"minimum-stability": "dev",
|
||||||
|
"prefer-stable": true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user