Skip to content
This repository was archived by the owner on Apr 26, 2020. It is now read-only.

Commit a6c7c3a

Browse files
committed
Update symfony to ^4.0
1 parent 9533a31 commit a6c7c3a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{
1818
"name": "Anton Medvedev",
1919
"email": "anton@medv.io",
20-
"homepage": "http://medv.io"
20+
"homepage": "https://medv.io"
2121
}
2222
],
2323
"autoload": {
@@ -29,10 +29,10 @@
2929
},
3030
"require": {
3131
"php": ">=5.3.3",
32-
"symfony/console": "^2.1|^3.0"
32+
"symfony/console": "~2.7|~3.0|~4.0"
3333
},
3434
"require-dev": {
35-
"symfony/process": "~2.1",
35+
"symfony/process": "~2.7|~3.0|~4.0",
3636
"mikey179/vfsStream": "1.1.0",
3737
"phpunit/phpunit": "3.7.*"
3838
}

0 commit comments

Comments
 (0)