mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Использование глобального Composer, лишняя зависимость на Bootstrap + название для БД
This commit is contained in:
parent
f87fe295b1
commit
d5aa79e1ef
5 changed files with 4 additions and 1667 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,7 @@
|
|||
### TorrentPier ###
|
||||
.idea/
|
||||
composer.phar
|
||||
composer.lock
|
||||
data/avatars/
|
||||
data/files/
|
||||
internal_data/ajax_html/
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
"symfony/http-foundation": "^3.0",
|
||||
"symfony/twig-bridge": "^3.0",
|
||||
"symfony/translation": "^3.0",
|
||||
"twbs/bootstrap": "v4.0.0-alpha.2",
|
||||
"twig/twig": "^1.0",
|
||||
"zendframework/zend-authentication": "^2.5",
|
||||
"zendframework/zend-cache": "^2.5",
|
||||
|
|
1664
composer.lock
generated
1664
composer.lock
generated
File diff suppressed because it is too large
Load diff
BIN
composer.phar
BIN
composer.phar
Binary file not shown.
|
@ -16,14 +16,14 @@ $config = [
|
|||
|
||||
// Version info
|
||||
'tp_version' => '2.2.0',
|
||||
'tp_release_date' => '**/02/2016',
|
||||
'tp_release_date' => '**/**/2016',
|
||||
'tp_release_state' => 'ALPHA',
|
||||
|
||||
// Database
|
||||
'db' => [
|
||||
'driver' => 'Pdo_Mysql',
|
||||
'hostname' => 'localhost',
|
||||
'database' => 'database',
|
||||
'database' => 'tp_220',
|
||||
'username' => 'user',
|
||||
'password' => 'pass',
|
||||
'charset' => 'utf8'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue