Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 20, 2018
1 parent 2e1560d commit 96e9af8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All Notable changes to `7to5` will be documented in this file

## 1.2.2 - 2018-01-20

- Fix deps

## 1.2.1 - 2017-12-01

- Fix option `--overwrite`
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@
"php" : "^5.6|^7.0|^7.1",
"nikic/php-parser": "^3.0",
"illuminate/support": "~5.2.0|~5.3.0",
"symfony/console": "^2.7|^3.0"
"symfony/console": "^3.0|^4.0",
"symfony/finder": "^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"illuminate/filesystem": "~5.2.0|~5.3.0",
"symfony/process": "^2.7|^3.0"
"symfony/process": "^3.0|^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 96e9af8

Please sign in to comment.