Skip to content

Commit

Permalink
Merge pull request #113 from irinikp/symfony5
Browse files Browse the repository at this point in the history
Add support for symfony5
  • Loading branch information
tedivm authored Mar 3, 2023
2 parents d1727f9 + ef5366f commit c40d78a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"require": {
"php": "^7 || ^8",
"tedivm/stash": "^0.15",
"symfony/config": "^3.4 || ^4.0",
"symfony/http-kernel": "^3.4 || ^4.0",
"symfony/dependency-injection": "^3.4 || ^4.0"
"symfony/config": "^3.4 || ^4.0 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.0 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0"
},
"config": {
"vendor-dir": "vendor",
Expand Down

0 comments on commit c40d78a

Please sign in to comment.