Skip to content

Commit

Permalink
moved symfony finder to dev-dependency (#1702)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrodala authored and antonmedv committed Sep 18, 2018
1 parent 0fda27f commit 30c7f43
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 @@ -32,13 +32,13 @@
"phpseclib/phpseclib": "~2.0",
"pimple/pimple": "~3.0",
"symfony/console": "~2.6|~3.0",
"symfony/finder": "~2.6|~3.0",
"symfony/process": "~2.6|~3.0",
"symfony/yaml": "~2.6|~3.0"
},
"require-dev": {
"deployer/phar-update": "~2.0",
"phpunit/phpunit": "~5.7"
"phpunit/phpunit": "~5.7",
"symfony/finder": "~2.6|~3.0"
},
"suggest": {
"ext-sockets": "For parallel deployment"
Expand Down

2 comments on commit 30c7f43

@piotr-lottestyle
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this breaks upload() function

@antonmedv
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right, can you send PR to fix it?

Please sign in to comment.