Skip to content

Commit 804c277

Browse files
authored
Merge pull request #9 from Kdyby/symfony-5.0
Allow Symfony 5.0
2 parents 081b549 + 1eae0a9 commit 804c277

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
"php": "^7.1",
2929
"kdyby/datetime-provider": "^1.0",
3030
"kdyby/strict-objects": "^1.0",
31-
"symfony/config": "^3.3|^4.0",
32-
"symfony/expression-language": "^3.3|^4.0",
33-
"symfony/dependency-injection": "^3.3|^4.0",
34-
"symfony/http-kernel": "^3.3|^4.0"
31+
"symfony/config": "^3.3|^4.0|^5.0",
32+
"symfony/expression-language": "^3.3|^4.0|^5.0",
33+
"symfony/dependency-injection": "^3.3|^4.0|^5.0",
34+
"symfony/http-kernel": "^3.3|^4.0|^5.0"
3535
},
3636
"require-dev": {
3737
"doctrine/coding-standard": "^3.0",
3838
"phpstan/phpstan-shim": "^0.7",
3939
"phpunit/phpunit": "~6.2",
40-
"symfony/yaml": "^3.3|^4.0",
40+
"symfony/yaml": "^3.3|^4.0|^5.0",
4141
"jakub-onderka/php-parallel-lint": "^0.9.2"
4242
},
4343
"autoload": {

0 commit comments

Comments
 (0)