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

Commit

Permalink
Update symfony to ^4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Feb 27, 2018
1 parent 9533a31 commit a6c7c3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"name": "Anton Medvedev",
"email": "[email protected]",
"homepage": "http://medv.io"
"homepage": "https://medv.io"
}
],
"autoload": {
Expand All @@ -29,10 +29,10 @@
},
"require": {
"php": ">=5.3.3",
"symfony/console": "^2.1|^3.0"
"symfony/console": "~2.7|~3.0|~4.0"
},
"require-dev": {
"symfony/process": "~2.1",
"symfony/process": "~2.7|~3.0|~4.0",
"mikey179/vfsStream": "1.1.0",
"phpunit/phpunit": "3.7.*"
}
Expand Down

0 comments on commit a6c7c3a

Please sign in to comment.