1
0
mirror of https://github.com/r4sas/recastin-panel synced 2025-03-12 13:21:14 +00:00

Updated dependencies

This commit is contained in:
Shyim 2018-05-09 21:24:41 +02:00
parent d79cee3532
commit f8cf7db0bf
6 changed files with 292 additions and 339 deletions

View File

@ -7,6 +7,7 @@
"lexik/jwt-authentication-bundle": "^2.4",
"sensio/framework-extra-bundle": "^5.1",
"symfony/console": "^4.0",
"symfony/dotenv": "^4.0",
"symfony/expression-language": "^4.0",
"symfony/flex": "^1.0",
"symfony/framework-bundle": "^4.0",
@ -15,10 +16,10 @@
"symfony/orm-pack": "*",
"symfony/security-bundle": "^4.0",
"symfony/serializer-pack": "*",
"symfony/swiftmailer-bundle": "^3.2",
"symfony/twig-bundle": "^4.0",
"symfony/validator": "^4.0",
"symfony/yaml": "^4.0",
"symfony/dotenv": "^4.0"
"symfony/yaml": "^4.0"
},
"require-dev": {
"symfony/browser-kit": "^4.0",

587
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,13 @@
<env name="APP_SECRET" value="s$cretf0rt3st" />
<env name="SHELL_VERBOSITY" value="-1" />
<!-- define your env variables for the test env here -->
<!-- ###+ lexik/jwt-authentication-bundle ### -->
<!-- Key paths should be relative to the project directory -->
<env name="JWT_PRIVATE_KEY_PATH" value="config/jwt/private.pem"/>
<env name="JWT_PUBLIC_KEY_PATH" value="config/jwt/public.pem"/>
<env name="JWT_PASSPHRASE" value="c0b3d1eb5e489927ff595bb5f02a58a2"/>
<!-- ###- lexik/jwt-authentication-bundle ### -->
</php>
<testsuites>

View File

@ -8022,9 +8022,9 @@
}
},
"node-sass": {
"version": "4.8.3",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.8.3.tgz",
"integrity": "sha512-tfFWhUsCk/Y19zarDcPo5xpj+IW3qCfOjVdHtYeG6S1CKbQOh1zqylnQK6cV3z9k80yxAnFX9Y+a9+XysDhhfg==",
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.9.0.tgz",
"integrity": "sha512-QFHfrZl6lqRU3csypwviz2XLgGNOoWQbo2GOvtsfQqOfL4cy1BtWnhx/XUeAO9LT3ahBzSRXcEO6DdvAH9DzSg==",
"dev": true,
"requires": {
"async-foreach": "0.1.3",

View File

@ -61,7 +61,7 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.2",
"node-sass": "^4.5.3",
"node-sass": "^4.9.0",
"opn": "^5.1.0",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"ora": "^1.2.0",

View File

@ -68,15 +68,24 @@
"egulias/email-validator": {
"version": "2.1.4"
},
"fig/link-util": {
"version": "1.0.0"
},
"jdorn/sql-formatter": {
"version": "v1.2.17"
},
"lexik/jwt-authentication-bundle": {
"version": "2.3",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "2.3",
"ref": "a66e8a7b75a1825cf2414d5dd53c7ed38c8654d1"
}
},
"monolog/monolog": {
"version": "1.23.0"
},
"namshi/jose": {
"version": "7.2.3"
},
"nikic/php-parser": {
"version": "v4.0.1"
},
@ -98,9 +107,6 @@
"psr/container": {
"version": "1.0.0"
},
"psr/link": {
"version": "1.0.0"
},
"psr/log": {
"version": "1.0.2"
},
@ -119,9 +125,6 @@
"swiftmailer/swiftmailer": {
"version": "v6.0.2"
},
"symfony/asset": {
"version": "v4.0.8"
},
"symfony/browser-kit": {
"version": "v4.0.8"
},
@ -341,9 +344,6 @@
"symfony/var-dumper": {
"version": "v4.0.8"
},
"symfony/web-link": {
"version": "v4.0.8"
},
"symfony/web-profiler-bundle": {
"version": "3.3",
"recipe": {