Skip to content

Commit

Permalink
Merge pull request #25 from theravel/feature/symfony-5-support
Browse files Browse the repository at this point in the history
Add support for Symfony 5
  • Loading branch information
Elendev authored Apr 26, 2020
2 parents 9dc7d47 + 608f382 commit 0488070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"ext-zip": "*",
"composer-plugin-api": "^1.1",
"guzzlehttp/guzzle": "^6.0",
"symfony/finder": "^3.0|^4.0",
"symfony/filesystem": "^3.0|^4.0"
"symfony/finder": "^3.0|^4.0|^5.0",
"symfony/filesystem": "^3.0|^4.0|^5.0"
},
"extra": {
"class": "Elendev\\NexusComposerPush\\Plugin"
Expand Down

0 comments on commit 0488070

Please sign in to comment.