Skip to content

Commit

Permalink
Merge pull request #2 from MacFJA/symfony3
Browse files Browse the repository at this point in the history
Add symfony/* v3 as possible dependency + remove composer.lock
  • Loading branch information
MacFJA authored Aug 5, 2017
2 parents 9d9db46 + 4d950da commit abed259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 128 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
"description": "Filechooser Helper for Symfony2 console (with autocompletion support)",
"keywords": ["symfony","console","filesystem","file","chooser","interactive","autocompletion","autocomplete"],
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "MacFJA"
}
],
"require": {
"symfony/finder": "~2.6",
"symfony/console": "~2.6"
"symfony/finder": "~2.6 || ^3.0",
"symfony/console": "~2.6 || ^3.0"
},
"autoload": {
"psr-4": {"MacFJA\\Symfony\\Console\\Filechooser\\": "lib/"}
Expand Down
125 changes: 0 additions & 125 deletions composer.lock

This file was deleted.

0 comments on commit abed259

Please sign in to comment.