Skip to content

Commit

Permalink
Merge pull request #1452 from staabm/patch-1
Browse files Browse the repository at this point in the history
moved symfony finder to dev-dependency
  • Loading branch information
antonmedv committed Dec 14, 2017
2 parents 7b42308 + 39b8a0d commit 7540038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,7 @@
- Fixed bug where wrong time format is passed to touch when deploying assets [#1390]
- Added artisan:migrate:fresh task for laravel recipe
- Added platform config to composer.json [#1426]
- Moved symfony finder to dev-dependency [#1452]

### Fixed
- Fixed bug when config:hosts shows more than one table of hosts [#1403]
Expand Down Expand Up @@ -320,6 +321,7 @@
- Fixed typo3 recipe
- Fixed remove of shared dir on first deploy

[#1452]: https://github.com/deployphp/deployer/pull/1452
[#1426]: https://github.com/deployphp/deployer/pull/1426
[#1413]: https://github.com/deployphp/deployer/pull/1413
[#1403]: https://github.com/deployphp/deployer/pull/1403
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -31,12 +31,12 @@
"deployer/phar-update": "~2.0",
"pimple/pimple": "~3.0",
"symfony/console": "~2.7|~3.0",
"symfony/finder": "~2.7|~3.0",
"symfony/process": "~2.7|~3.0",
"symfony/yaml": "~2.7|~3.0"
},
"require-dev": {
"phpunit/phpunit": "~6.1"
"phpunit/phpunit": "~6.1",
"symfony/finder": "~2.7|~3.0"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit 7540038

Please sign in to comment.