mirror of
https://github.com/openvk/chandler.git
synced 2025-03-31 21:43:59 +03:00
Updating the Composer configuration.
This commit is contained in:
parent
b575d13a17
commit
791a25812c
4 changed files with 583 additions and 235 deletions
4
.gitattributes
vendored
4
.gitattributes
vendored
|
@ -1,3 +1,7 @@
|
||||||
# Git
|
# Git
|
||||||
.gitattributes text eol=lf export-ignore
|
.gitattributes text eol=lf export-ignore
|
||||||
.gitignore text eol=lf export-ignore
|
.gitignore text eol=lf export-ignore
|
||||||
|
|
||||||
|
# JSON
|
||||||
|
*.json text eol=lf
|
||||||
|
*.lock text eol=lf
|
||||||
|
|
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,7 +1,10 @@
|
||||||
|
# Composer
|
||||||
|
/vendor/
|
||||||
|
/composer.phar
|
||||||
|
|
||||||
# PhpStorm
|
# PhpStorm
|
||||||
/.idea/
|
/.idea/
|
||||||
|
|
||||||
/vendor
|
|
||||||
/chandler.yml
|
/chandler.yml
|
||||||
|
|
||||||
/extensions/available/*
|
/extensions/available/*
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
{
|
{
|
||||||
|
"description": "TODO: Add a description.",
|
||||||
|
"license": "GPL-3.0-or-later",
|
||||||
|
"minimum-stability": "stable",
|
||||||
|
"name": "openvk/chanlder",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "~7.3",
|
"php": "^7.3",
|
||||||
|
|
||||||
"nette/utils": "^3.0",
|
"nette/utils": "^3.0",
|
||||||
"nette/di": "^3.0",
|
"nette/di": "^3.0",
|
||||||
"nette/database": "^3.0",
|
"nette/database": "^3.0",
|
||||||
"swiftmailer/swiftmailer": "^6.2",
|
"swiftmailer/swiftmailer": "^6.2",
|
||||||
"latte/latte": "2.6.2",
|
"latte/latte": "^2.6",
|
||||||
"nette/safe-stream": "^2.4",
|
"nette/safe-stream": "^2.4",
|
||||||
"nette/tokenizer": "^3.1",
|
"nette/tokenizer": "^3.1",
|
||||||
"firebase/php-jwt": "^5.0",
|
"firebase/php-jwt": "^5.0",
|
||||||
"tracy/tracy": "^2.7",
|
"tracy/tracy": "^2.7",
|
||||||
"symfony/translation": "^5.0",
|
"symfony/translation": "^5.0",
|
||||||
"symfony/yaml": "^5.3"
|
"symfony/yaml": "^5.3"
|
||||||
},
|
|
||||||
"suggest": {
|
|
||||||
"ext-yaml": "for faster yaml parsing"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
797
composer.lock
generated
797
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue