Skip to content

Commit

Permalink
Fix for symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
NoodlesNZ committed Aug 3, 2020
1 parent fc28cee commit dc301eb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,16 @@
"require": {
"php": "^7.0",
"solarium/solarium": "^4.0",
"symfony/dependency-injection": "^2.3|^3.0|^4.0",
"symfony/http-kernel": "^2.3|^3.0|^4.0",
"symfony/config": "^2.3|^3.0|^4.0",
"symfony/doctrine-bridge": "^2.3|^3.0|^4.0",
"symfony/dependency-injection": "^2.3|^3.0|^4.0|^5.0",
"symfony/http-kernel": "^2.3|^3.0|^4.0|^5.0",
"symfony/config": "^2.3|^3.0|^4.0|^5.0",
"symfony/doctrine-bridge": "^2.3|^3.0|^4.0|^5.0",
"minimalcode/search": "^1.0",
"ramsey/uuid": "^3.5",
"myclabs/deep-copy": "^1.6",
"doctrine/annotations": "^1.4"
},
"require-dev": {
"doctrine/mongodb-odm-bundle": "*",
"doctrine/orm": "^2.3",
"phpunit/phpunit": "^5.4"
},
Expand Down

0 comments on commit dc301eb

Please sign in to comment.