Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from AppoloDev/patch-1
Browse files Browse the repository at this point in the history
Symfony5 Compatibility
  • Loading branch information
Cethy authored Nov 26, 2019
2 parents 5af7a79 + 4d42418 commit b243428
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
"require": {
"php": "^7.1.3",
"cethyworks/content-injector-bundle": "^3.0",
"symfony/dependency-injection": "^3.4|^4.2",
"symfony/config": "^3.4|~4.2",
"twig/twig": "^1.0||^2.0",
"symfony/form": "^3.4|^4.2"
"symfony/dependency-injection": "^3.4|^4.2|^5.0",
"symfony/config": "^3.4|~4.2|^5.0",
"twig/twig": "^1.0||^2.0|^5.0",
"symfony/form": "^3.4|^4.2|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"symfony/http-foundation": "^3.4|^4.2",
"symfony/event-dispatcher": "^3.4|^4.2",
"symfony/http-kernel": "^3.4|^4.2",
"symfony/framework-bundle": "^3.4|~4.0",
"symfony/twig-bundle": "^3.4|^4.2",
"symfony/translation": "^3.4|^4.2",
"symfony/validator": "^3.4|^4.2",
"symfony/asset": "^3.4|^4.2",
"symfony/templating": "^3.4|^4.2"
"symfony/http-foundation": "^3.4|^4.2|^5.0",
"symfony/event-dispatcher": "^3.4|^4.2|^5.0",
"symfony/http-kernel": "^3.4|^4.2|^5.0",
"symfony/framework-bundle": "^3.4|~4.0|^5.0",
"symfony/twig-bundle": "^3.4|^4.2|^5.0",
"symfony/translation": "^3.4|^4.2|^5.0",
"symfony/validator": "^3.4|^4.2|^5.0",
"symfony/asset": "^3.4|^4.2|^5.0",
"symfony/templating": "^3.4|^4.2|^5.0"
},
"authors": [
{
Expand Down

0 comments on commit b243428

Please sign in to comment.