Skip to content

Commit

Permalink
Merge pull request #4 from micronax/master
Browse files Browse the repository at this point in the history
Symfony 5.3 compatibility
  • Loading branch information
evotodi authored Jun 14, 2021
2 parents 0fb5e7c + fca8960 commit c5c92df
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
],
"require": {
"php": ">=7.1",
"symfony/framework-bundle": "4.4.*|5.0.*|5.1.*|5.2.*",
"symfony/console": "4.4.*|5.0.*|5.1.*|5.2.*",
"symfony/finder": "4.4.*|5.0.*|5.1.*|5.2.*",
"symfony/framework-bundle": "4.4.*|5.0.*|5.1.*|5.2.*|5.3.*",
"symfony/console": "4.4.*|5.0.*|5.1.*|5.2.*|5.3.*",
"symfony/finder": "4.4.*|5.0.*|5.1.*|5.2.*|5.3.*",
"doctrine/doctrine-bundle": "^1.0|^2.0",
"doctrine/orm": "^2.7",
"symfony/yaml": "4.4.*|5.0.*|5.1.*|5.2.*"
"symfony/yaml": "4.4.*|5.0.*|5.1.*|5.2.*|5.3.*"
},
"require-dev": {
"symfony/config": "4.4.*|5.0.*|5.1.*|5.2.*",
"symfony/dependency-injection": "4.4.*|5.0.*|5.1.*|5.2.*",
"symfony/phpunit-bridge": "4.4.*|5.0.*|5.1.*|5.2.*"
"symfony/config": "4.4.*|5.0.*|5.1.*|5.2.*|5.3.*",
"symfony/dependency-injection": "4.4.*|5.0.*|5.1.*|5.2.*|5.3.*",
"symfony/phpunit-bridge": "4.4.*|5.0.*|5.1.*|5.2.*|5.3.*"

},
"autoload": {
Expand Down

0 comments on commit c5c92df

Please sign in to comment.