Skip to content

Commit

Permalink
upgrade to symfony/console 5.1 branch & typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zenn1989 committed Jun 2, 2020
1 parent da5a37a commit ef71257
Showing 1 changed file with 24 additions and 26 deletions.
50 changes: 24 additions & 26 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
{
"name": "phpffcms/ffcms-console",
"description": "Micro core for command line applications in ffcms 3 environment under symfony-console extend package",
"type": "library",
"keywords": [
"php",
"console",
"ffcms"
],
"homepage": "http://ffcms.org",
"license": "MIT",
"authors": [
{
"name": "Pyatinskyi M.M.",
"email": "[email protected]",
"homepage": "http://ffcms.ru"
"name": "phpffcms/ffcms-console",
"description": "Micro core for command line applications in ffcms 3 environment under symfony-console extend package",
"type": "library",
"keywords": [
"php",
"console",
"ffcms"
],
"homepage": "http://pmcore.ru",
"license": "MIT",
"authors": [{
"name": "Piatinskii M.M.",
"email": "[email protected]",
"homepage": "http://pmcore.ru"
}],
"require": {
"php": ">=7.1",
"phpffcms/ffcms-core": "1.1.*",
"symfony/console": "5.1.*@stable"
},
"autoload": {
"psr-4": {
"Ffcms\\Console\\": "src/"
}
}
],
"require": {
"php": ">=7.1",
"phpffcms/ffcms-core": "@dev",
"symfony/console": "3.4.*@stable"
},
"autoload": {
"psr-4": {
"Ffcms\\Console\\": "src/"
}
}
}

0 comments on commit ef71257

Please sign in to comment.