Updating the Composer configuration.

This commit is contained in:
Ilya Bakhlin 2021-12-25 20:05:12 +01:00
parent b575d13a17
commit 791a25812c
4 changed files with 583 additions and 235 deletions

4
.gitattributes vendored
View file

@ -1,3 +1,7 @@
# Git
.gitattributes text eol=lf export-ignore
.gitignore text eol=lf export-ignore
# JSON
*.json text eol=lf
*.lock text eol=lf

5
.gitignore vendored
View file

@ -1,7 +1,10 @@
# Composer
/vendor/
/composer.phar
# PhpStorm
/.idea/
/vendor
/chandler.yml
/extensions/available/*

View file

@ -1,20 +1,20 @@
{
"description": "TODO: Add a description.",
"license": "GPL-3.0-or-later",
"minimum-stability": "stable",
"name": "openvk/chanlder",
"require": {
"php": "~7.3",
"php": "^7.3",
"nette/utils": "^3.0",
"nette/di": "^3.0",
"nette/database": "^3.0",
"swiftmailer/swiftmailer": "^6.2",
"latte/latte": "2.6.2",
"latte/latte": "^2.6",
"nette/safe-stream": "^2.4",
"nette/tokenizer": "^3.1",
"firebase/php-jwt": "^5.0",
"tracy/tracy": "^2.7",
"symfony/translation": "^5.0",
"symfony/yaml": "^5.3"
},
"suggest": {
"ext-yaml": "for faster yaml parsing"
}
}

797
composer.lock generated

File diff suppressed because it is too large Load diff