update dependencies
This commit is contained in:
parent
106aa2149e
commit
a865c5ec8d
6
api/.gitignore
vendored
6
api/.gitignore
vendored
@ -1,15 +1,9 @@
|
||||
|
||||
###> symfony/framework-bundle ###
|
||||
/.env
|
||||
/public/bundles/
|
||||
/var/
|
||||
/vendor/
|
||||
###< symfony/framework-bundle ###
|
||||
|
||||
###> symfony/web-server-bundle ###
|
||||
/.web-server-pid
|
||||
###< symfony/web-server-bundle ###
|
||||
|
||||
/node_modules/
|
||||
/public/*
|
||||
!/public/index.php
|
||||
|
@ -23,12 +23,10 @@
|
||||
"symfony/profiler-pack": "^1.0",
|
||||
"symfony/twig-bundle": "^4.4",
|
||||
"symfony/yaml": "^4.4",
|
||||
"tightenco/collect": "^5.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/dotenv": "^4.4",
|
||||
"symfony/web-server-bundle": "^4.4",
|
||||
"kadet/functional": "dev-master"
|
||||
"tightenco/collect": "^5.6",
|
||||
"kadet/functional": "dev-master",
|
||||
"spiral/roadrunner": "^1.8",
|
||||
"symfony/dotenv": "^4.4"
|
||||
},
|
||||
"config": {
|
||||
"preferred-install": {
|
||||
@ -44,7 +42,9 @@
|
||||
"psr-4": {
|
||||
"App\\": "src/"
|
||||
},
|
||||
"files": ["./src/Functions/index.php"]
|
||||
"files": [
|
||||
"./src/Functions/index.php"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
|
4374
api/composer.lock
generated
4374
api/composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,6 @@
|
||||
|
||||
return [
|
||||
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
||||
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
|
||||
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
|
||||
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
||||
Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
|
||||
|
@ -307,9 +307,6 @@
|
||||
"symfony/polyfill-php73": {
|
||||
"version": "v1.13.1"
|
||||
},
|
||||
"symfony/process": {
|
||||
"version": "v4.1.3"
|
||||
},
|
||||
"symfony/profiler-pack": {
|
||||
"version": "v1.0.4"
|
||||
},
|
||||
@ -384,15 +381,6 @@
|
||||
"config/routes/dev/web_profiler.yaml"
|
||||
]
|
||||
},
|
||||
"symfony/web-server-bundle": {
|
||||
"version": "3.3",
|
||||
"recipe": {
|
||||
"repo": "github.com/symfony/recipes",
|
||||
"branch": "master",
|
||||
"version": "3.3",
|
||||
"ref": "dae9b39fd6717970be7601101ce5aa960bf53d9a"
|
||||
}
|
||||
},
|
||||
"symfony/yaml": {
|
||||
"version": "v4.1.3"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user