Skip to content

Commit 1e3f3ae

Browse files
andreyboloninandig
authored andcommitted
Add Symfony 5 (#160)
1 parent 2d581a5 commit 1e3f3ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"license": "MIT",
44
"require": {
55
"php-pm/php-pm": "^2.0",
6-
"symfony/http-foundation": "^3.4|^4.0",
7-
"symfony/http-kernel": "^3.4|^4.0",
6+
"symfony/http-foundation": "^3.4|^4.0|^5.0",
7+
"symfony/http-kernel": "^3.4|^4.0|^5.0",
88
"guzzlehttp/psr7": "^1.5"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "^7.0",
12-
"symfony/framework-bundle": "^3.4|^4.0",
13-
"symfony/yaml": "^3.4|^4.0",
12+
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
13+
"symfony/yaml": "^3.4|^4.0|^5.0",
1414
"doctrine/annotations": "^1.6"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)