Skip to content

Commit

Permalink
uprava composeru
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Kocourek committed May 3, 2019
1 parent 7b3da33 commit cd186ae
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Kocicak/l10n-nette-translator",
"name": "kocicak/l10n-nette-translator",
"description": "Simple l10n translator panel for Tracy",
"keywords": [
"l10n",
Expand All @@ -22,13 +22,19 @@
],
"require": {
"php": ">=7.1",
"Kocicak/l10n": "1.*",
"kocicak/l10n": "^2.0",
"nette/di": "^3.0",
"nette/application": "^3.0",
"nette/http": "^3.0",
"nette/utils": "^3.0",
"tracy/tracy": "^2.6"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/Kocicak/l10n.git"
}
],
"autoload": {
"psr-4": {
"l10nNetteTranslator\\": "src/l10nNetteTranslator"
Expand Down

0 comments on commit cd186ae

Please sign in to comment.