Skip to content

Commit

Permalink
Adds Symfony 5 support (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: Gerardo Rico Botella <[email protected]>
  • Loading branch information
gricob and Gerardo Rico Botella authored Apr 18, 2020
1 parent 23500d2 commit 2e4777c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"php": "^7.1.33",
"illuminate/support": "^5.6|^6.0",
"phpunit/phpunit": "^7.5",
"symfony/browser-kit": "^4.4",
"symfony/css-selector": "^4.4"
"symfony/browser-kit": "^4.4|^5.0",
"symfony/css-selector": "^4.4|^5.0"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "3.2.*",
"symfony/yaml": "^4.4|^5.0",
"symfony/twig-bundle": "^4.4",
"symfony/twig-bundle": "^4.4|^5.0",
"twig/twig": "^2.10",
"symfony/security-bundle": "^4.4",
"symfony/form": "^4.4",
"symfony/http-foundation": "^4.4",
"symfony/var-dumper": "^4.4",
"symfony/dom-crawler": "^4.0",
"symfony/security-bundle": "^4.4|^5.0",
"symfony/form": "^4.4|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0",
"symfony/dom-crawler": "^4.0|^5.0",
"symfony/translation-contracts": "^1.0",
"symfony/monolog-bundle": "^3.5",
"league/factory-muffin": "^3.1"
Expand Down

0 comments on commit 2e4777c

Please sign in to comment.