Skip to content

Commit

Permalink
Merge pull request #3 from kruglikdenis/develop
Browse files Browse the repository at this point in the history
Update for Symfony 4
  • Loading branch information
davidbarratt authored Mar 5, 2018
2 parents 5914f19 + 270195c commit 8eb45b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
}
},
"require": {
"symfony/http-foundation": "^3.0",
"symfony/http-kernel": "^3.0",
"symfony/serializer": "^3.0",
"symfony/http-foundation": "^3.0|^4.0",
"symfony/http-kernel": "^3.0|^4.0",
"symfony/serializer": "^3.0|^4.0",
"doctrine/annotations": "^1.0",
"symfony/validator": "^3.0"
"symfony/validator": "^3.0|^4.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.0",
Expand Down

0 comments on commit 8eb45b1

Please sign in to comment.