Skip to content

Commit

Permalink
Upgrade symfony dependency to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjelfull committed Jan 27, 2020
1 parent 1f51280 commit c32dc66
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 97 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "superbig/craftnet-cli",
"description": "Craftnet CLI",
"version": "1.0.4",
"version": "1.0.5",
"keywords": [
"craft",
"craftnet",
Expand All @@ -15,7 +15,7 @@
}
],
"require": {
"symfony/console": "^2.7",
"symfony/console": "^5.0",
"guzzlehttp/guzzle": "^6.3",
"vlucas/phpdotenv": "^2.5"
},
Expand Down
Loading

0 comments on commit c32dc66

Please sign in to comment.