Skip to content

Commit

Permalink
Cleanup composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuurlijk committed Dec 19, 2018
1 parent 856d995 commit ac6ffb6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 127 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@
],
"require": {
"php": "^5.6 || ^7.0",
"symfony/process": "^3.4",
"symfony/finder": "^3.4",
"symfony/console": "^3.4",
"symfony/debug": "^3.4",
"symfony/filesystem": "^3.4"
"symfony/console": "^2.8 || ^3.4",
"symfony/filesystem": "^2.8 || ^3.4"
},
"autoload": {
"psr-4": {
Expand Down
145 changes: 25 additions & 120 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/TYPO3Migrate/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ class Application extends BaseApplication
/_/ /_/_/\__, /_/ \__,_/\__/_/\____/_/ /_/ /_/ \____/\____/_/____/
/____/
https://github.com/tuurlijk/typo3migrate
https://github.com/tuurlijk/typo3migrate
Hand coded with %s️ by Michiel Roos
Hand coded with %s️ by Michiel Roos
";

Expand Down

0 comments on commit ac6ffb6

Please sign in to comment.