Skip to content

Commit

Permalink
Merge pull request #3 from Cocolabs-SAS/symfony5
Browse files Browse the repository at this point in the history
symfony5 compatible
  • Loading branch information
yceruto authored Nov 12, 2021
2 parents fea51b6 + 2613716 commit 0510033
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,19 @@
}
],
"require": {
"php": ">=5.5.9",
"php": ">=7.3",
"doctrine/collections": "^1.3",
"symfony/form": "^3.4|^4.0|^5.0",
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
"symfony/security": "^3.4|^4.0|^5.0",
"symfony/twig-bundle": "^3.4|^4.0|^5.0"
"symfony/form": "^4.0|^5.0",
"symfony/framework-bundle": "^4.0|^5.0",
"symfony/security-bundle": "^4.0|^5.0",
"symfony/twig-bundle": "^4.0|^5.0"
},
"require-dev": {
"symfony/validator": "^3.4|^4.0|^5.0",
"symfony/translation": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0",
"symfony/security-bundle": "^3.4|^4.0|^5.0",
"symfony/templating": "^3.4|^4.0|^5.0",
"symfony/browser-kit": "^3.4|^4.0|^5.0",
"symfony/validator": "^4.0|^5.0",
"symfony/translation": "^4.0|^5.0",
"symfony/yaml": "^4.0|^5.0",
"symfony/templating": "^4.0|^5.0",
"symfony/browser-kit": "^4.0|^5.0",
"symfony/phpunit-bridge": "^4.2.8|^5.0",
"doctrine/orm": "^2.0"
},
Expand All @@ -41,10 +40,5 @@
"psr-4": {
"FOS\\MessageBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
}
}

0 comments on commit 0510033

Please sign in to comment.