Feat : composer update after merge
This commit is contained in:
@@ -25,15 +25,13 @@ parameters:
|
||||
elastic_host: tt-website.elasticsearch.dev
|
||||
elastic_port: 9200
|
||||
delivery_addresses: thomas.berrod@e-declic.com
|
||||
#Push
|
||||
push_params:
|
||||
#don't forget trailing slash for dir
|
||||
push_notification_file_path: '%kernel.root_dir%/../web/push/'
|
||||
push_network_config:
|
||||
public_key: '%push_params.public_key%'
|
||||
private_key: 'MgPlINZBO4yIQM8Op2QkQJZNLEuLYUkRhDsbm1a0IpE='
|
||||
private_key: MgPlINZBO4yIQM8Op2QkQJZNLEuLYUkRhDsbm1a0IpE=
|
||||
service_mail_subject: 'mailto:looping@talentstube.com'
|
||||
ttl: 300
|
||||
urgency: 'high'
|
||||
topic: 'Emploi'
|
||||
push_params.public_key: 'BNFyiyPiLH97Dgc0m1vXluUNaCN6y3Hkgd4YcqS2lVkP8my3tq2D5gM5g7cY6R4VxC7GljSzkLRu+k+oO+2TtjU='
|
||||
urgency: high
|
||||
topic: Emploi
|
||||
push_params.public_key: 'BNFyiyPiLH97Dgc0m1vXluUNaCN6y3Hkgd4YcqS2lVkP8my3tq2D5gM5g7cY6R4VxC7GljSzkLRu+k+oO+2TtjU='
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
"symfony/assetic-bundle": "^2.8",
|
||||
"friendsofsymfony/elastica-bundle": "4.1.*",
|
||||
"liip/imagine-bundle": "^1.9",
|
||||
"bentools/webpush-bundle": "0.3.*"
|
||||
"bentools/webpush-bundle": "0.3.*",
|
||||
"twig/extensions": "^1.5",
|
||||
"fairlane/cookie-consent-bundle": "^1.0",
|
||||
"jms/serializer-bundle": "^2.4",
|
||||
|
||||
Generated
+2046
-354
File diff suppressed because it is too large
Load Diff
@@ -9,18 +9,19 @@ return array(
|
||||
'3a37ebac017bc098e9a86b35401e7a68' => $vendorDir . '/mongodb/mongodb/src/functions.php',
|
||||
'06dd8487319ccd8403765f5b8c9f2d61' => $vendorDir . '/alcaeus/mongo-php-adapter/lib/Mongo/functions.php',
|
||||
'92c8763cd6170fce6fcfe7e26b4e8c10' => $vendorDir . '/symfony/phpunit-bridge/bootstrap.php',
|
||||
'a0edc8309cc5e1d60e3047b5df6b7052' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php',
|
||||
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
|
||||
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
|
||||
'ddc0a4d7e61c0286f0f8593b1903e894' => $vendorDir . '/clue/stream-filter/src/functions.php',
|
||||
'8cff32064859f4559445b89279f3199c' => $vendorDir . '/php-http/message/src/filters.php',
|
||||
'a0edc8309cc5e1d60e3047b5df6b7052' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php',
|
||||
'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php',
|
||||
'37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
|
||||
'ddc0a4d7e61c0286f0f8593b1903e894' => $vendorDir . '/clue/stream-filter/src/functions.php',
|
||||
'8cff32064859f4559445b89279f3199c' => $vendorDir . '/php-http/message/src/filters.php',
|
||||
'2c102faa651ef8ea5874edb585946bce' => $vendorDir . '/swiftmailer/swiftmailer/lib/swift_required.php',
|
||||
'a4ecaeafb8cfb009ad0e052c90355e98' => $vendorDir . '/beberlei/assert/lib/Assert/functions.php',
|
||||
'5255c38a0faeba867671b61dfda6d864' => $vendorDir . '/paragonie/random_compat/lib/random.php',
|
||||
'bd9634f2d41831496de0d3dfe4c94881' => $vendorDir . '/symfony/polyfill-php56/bootstrap.php',
|
||||
'32dcc8afd4335739640db7d200c1971d' => $vendorDir . '/symfony/polyfill-apcu/bootstrap.php',
|
||||
'6a47392539ca2329373e0d33e1dba053' => $vendorDir . '/symfony/polyfill-intl-icu/bootstrap.php',
|
||||
'bd9634f2d41831496de0d3dfe4c94881' => $vendorDir . '/symfony/polyfill-php56/bootstrap.php',
|
||||
'023d27dca8066ef29e6739335ea73bad' => $vendorDir . '/symfony/polyfill-php70/bootstrap.php',
|
||||
'ce89ac35a6c330c55f4710717db9ff78' => $vendorDir . '/kriswallsmith/assetic/src/functions.php',
|
||||
);
|
||||
|
||||
@@ -48,9 +48,12 @@ return array(
|
||||
'Namshi\\JOSE\\' => array($vendorDir . '/namshi/jose/src/Namshi/JOSE'),
|
||||
'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
|
||||
'MongoDB\\' => array($vendorDir . '/mongodb/mongodb/src'),
|
||||
'Minishlink\\WebPush\\' => array($vendorDir . '/minishlink/web-push/src'),
|
||||
'Mdanter\\Ecc\\' => array($vendorDir . '/mdanter/ecc/src'),
|
||||
'Liip\\ImagineBundle\\' => array($vendorDir . '/liip/imagine-bundle'),
|
||||
'Lexik\\Bundle\\JWTAuthenticationBundle\\' => array($vendorDir . '/lexik/jwt-authentication-bundle'),
|
||||
'Lcobucci\\JWT\\' => array($vendorDir . '/lcobucci/jwt/src'),
|
||||
'Jose\\' => array($vendorDir . '/spomky-labs/jose/src'),
|
||||
'Jaybizzle\\CrawlerDetect\\' => array($vendorDir . '/jaybizzle/crawler-detect/src'),
|
||||
'JMS\\SerializerBundle\\' => array($vendorDir . '/jms/serializer-bundle'),
|
||||
'Incenteev\\ParameterHandler\\' => array($vendorDir . '/incenteev/composer-parameter-handler'),
|
||||
@@ -71,6 +74,7 @@ return array(
|
||||
'FOS\\UserBundle\\' => array($vendorDir . '/friendsofsymfony/user-bundle'),
|
||||
'FOS\\RestBundle\\' => array($vendorDir . '/friendsofsymfony/rest-bundle'),
|
||||
'FOS\\ElasticaBundle\\' => array($vendorDir . '/friendsofsymfony/elastica-bundle'),
|
||||
'FG\\' => array($vendorDir . '/fgrosse/phpasn1/lib'),
|
||||
'Elastica\\' => array($vendorDir . '/ruflin/elastica/lib/Elastica'),
|
||||
'Dunglas\\DoctrineJsonOdm\\' => array($vendorDir . '/dunglas/doctrine-json-odm/src'),
|
||||
'Dubture\\FFmpegBundle\\' => array($vendorDir . '/pulse00/ffmpeg-bundle'),
|
||||
@@ -88,7 +92,12 @@ return array(
|
||||
'Doctrine\\Bundle\\DoctrineBundle\\' => array($vendorDir . '/doctrine/doctrine-bundle'),
|
||||
'Composer\\CaBundle\\' => array($vendorDir . '/composer/ca-bundle/src'),
|
||||
'Clue\\StreamFilter\\' => array($vendorDir . '/clue/stream-filter/src'),
|
||||
'BenTools\\WebPushBundle\\' => array($vendorDir . '/bentools/webpush-bundle/src'),
|
||||
'Bazinga\\Bundle\\HateoasBundle\\' => array($vendorDir . '/willdurand/hateoas-bundle'),
|
||||
'Base64Url\\' => array($vendorDir . '/spomky-labs/base64url/src'),
|
||||
'Assert\\' => array($vendorDir . '/beberlei/assert/lib/Assert'),
|
||||
'Alcaeus\\MongoDbAdapter\\' => array($vendorDir . '/alcaeus/mongo-php-adapter/lib/Alcaeus/MongoDbAdapter'),
|
||||
'AESKW\\' => array($vendorDir . '/spomky-labs/aes-key-wrap/src'),
|
||||
'AESGCM\\' => array($vendorDir . '/spomky-labs/php-aes-gcm/src'),
|
||||
'' => array($baseDir . '/src'),
|
||||
);
|
||||
|
||||
+47
-1
@@ -13,11 +13,12 @@ class ComposerStaticInit1b32d02bd8fea2d524bf79b36ada5830
|
||||
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
|
||||
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
||||
'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
|
||||
'ddc0a4d7e61c0286f0f8593b1903e894' => __DIR__ . '/..' . '/clue/stream-filter/src/functions.php',
|
||||
'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
|
||||
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
|
||||
'ddc0a4d7e61c0286f0f8593b1903e894' => __DIR__ . '/..' . '/clue/stream-filter/src/functions.php',
|
||||
'8cff32064859f4559445b89279f3199c' => __DIR__ . '/..' . '/php-http/message/src/filters.php',
|
||||
'2c102faa651ef8ea5874edb585946bce' => __DIR__ . '/..' . '/swiftmailer/swiftmailer/lib/swift_required.php',
|
||||
'a4ecaeafb8cfb009ad0e052c90355e98' => __DIR__ . '/..' . '/beberlei/assert/lib/Assert/functions.php',
|
||||
'5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php',
|
||||
'bd9634f2d41831496de0d3dfe4c94881' => __DIR__ . '/..' . '/symfony/polyfill-php56/bootstrap.php',
|
||||
'32dcc8afd4335739640db7d200c1971d' => __DIR__ . '/..' . '/symfony/polyfill-apcu/bootstrap.php',
|
||||
@@ -92,6 +93,8 @@ class ComposerStaticInit1b32d02bd8fea2d524bf79b36ada5830
|
||||
array (
|
||||
'Monolog\\' => 8,
|
||||
'MongoDB\\' => 8,
|
||||
'Minishlink\\WebPush\\' => 19,
|
||||
'Mdanter\\Ecc\\' => 12,
|
||||
),
|
||||
'L' =>
|
||||
array (
|
||||
@@ -101,6 +104,7 @@ class ComposerStaticInit1b32d02bd8fea2d524bf79b36ada5830
|
||||
),
|
||||
'J' =>
|
||||
array (
|
||||
'Jose\\' => 5,
|
||||
'Jaybizzle\\CrawlerDetect\\' => 24,
|
||||
'JMS\\SerializerBundle\\' => 21,
|
||||
),
|
||||
@@ -133,6 +137,7 @@ class ComposerStaticInit1b32d02bd8fea2d524bf79b36ada5830
|
||||
'FOS\\UserBundle\\' => 15,
|
||||
'FOS\\RestBundle\\' => 15,
|
||||
'FOS\\ElasticaBundle\\' => 19,
|
||||
'FG\\' => 3,
|
||||
),
|
||||
'E' =>
|
||||
array (
|
||||
@@ -162,11 +167,16 @@ class ComposerStaticInit1b32d02bd8fea2d524bf79b36ada5830
|
||||
),
|
||||
'B' =>
|
||||
array (
|
||||
'BenTools\\WebPushBundle\\' => 23,
|
||||
'Bazinga\\Bundle\\HateoasBundle\\' => 29,
|
||||
'Base64Url\\' => 10,
|
||||
),
|
||||
'A' =>
|
||||
array (
|
||||
'Assert\\' => 7,
|
||||
'Alcaeus\\MongoDbAdapter\\' => 23,
|
||||
'AESKW\\' => 6,
|
||||
'AESGCM\\' => 7,
|
||||
),
|
||||
);
|
||||
|
||||
@@ -339,6 +349,14 @@ class ComposerStaticInit1b32d02bd8fea2d524bf79b36ada5830
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/mongodb/mongodb/src',
|
||||
),
|
||||
'Minishlink\\WebPush\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/minishlink/web-push/src',
|
||||
),
|
||||
'Mdanter\\Ecc\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/mdanter/ecc/src',
|
||||
),
|
||||
'Liip\\ImagineBundle\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/liip/imagine-bundle',
|
||||
@@ -351,6 +369,10 @@ class ComposerStaticInit1b32d02bd8fea2d524bf79b36ada5830
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/lcobucci/jwt/src',
|
||||
),
|
||||
'Jose\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/spomky-labs/jose/src',
|
||||
),
|
||||
'Jaybizzle\\CrawlerDetect\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/jaybizzle/crawler-detect/src',
|
||||
@@ -434,6 +456,10 @@ class ComposerStaticInit1b32d02bd8fea2d524bf79b36ada5830
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/friendsofsymfony/elastica-bundle',
|
||||
),
|
||||
'FG\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/fgrosse/phpasn1/lib',
|
||||
),
|
||||
'Elastica\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/ruflin/elastica/lib/Elastica',
|
||||
@@ -505,14 +531,34 @@ class ComposerStaticInit1b32d02bd8fea2d524bf79b36ada5830
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/clue/stream-filter/src',
|
||||
),
|
||||
'BenTools\\WebPushBundle\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/bentools/webpush-bundle/src',
|
||||
),
|
||||
'Bazinga\\Bundle\\HateoasBundle\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/willdurand/hateoas-bundle',
|
||||
),
|
||||
'Base64Url\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/spomky-labs/base64url/src',
|
||||
),
|
||||
'Assert\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/beberlei/assert/lib/Assert',
|
||||
),
|
||||
'Alcaeus\\MongoDbAdapter\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/alcaeus/mongo-php-adapter/lib/Alcaeus/MongoDbAdapter',
|
||||
),
|
||||
'AESKW\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/spomky-labs/aes-key-wrap/src',
|
||||
),
|
||||
'AESGCM\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/spomky-labs/php-aes-gcm/src',
|
||||
),
|
||||
);
|
||||
|
||||
public static $fallbackDirsPsr4 = array (
|
||||
|
||||
+574
-6
@@ -204,6 +204,111 @@
|
||||
"graphviz"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "beberlei/assert",
|
||||
"version": "v2.9.6",
|
||||
"version_normalized": "2.9.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/beberlei/assert.git",
|
||||
"reference": "ec9e4cf0b63890edce844ee3922e2b95a526e936"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/beberlei/assert/zipball/ec9e4cf0b63890edce844ee3922e2b95a526e936",
|
||||
"reference": "ec9e4cf0b63890edce844ee3922e2b95a526e936",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-mbstring": "*",
|
||||
"php": ">=5.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.1.1",
|
||||
"phpunit/phpunit": "^4.8.35|^5.7"
|
||||
},
|
||||
"time": "2018-06-11T17:15:25+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Assert\\": "lib/Assert"
|
||||
},
|
||||
"files": [
|
||||
"lib/Assert/functions.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD-2-Clause"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Benjamin Eberlei",
|
||||
"email": "kontakt@beberlei.de",
|
||||
"role": "Lead Developer"
|
||||
},
|
||||
{
|
||||
"name": "Richard Quadling",
|
||||
"email": "rquadling@gmail.com",
|
||||
"role": "Collaborator"
|
||||
}
|
||||
],
|
||||
"description": "Thin assertion library for input validation in business models.",
|
||||
"keywords": [
|
||||
"assert",
|
||||
"assertion",
|
||||
"validation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "bentools/webpush-bundle",
|
||||
"version": "0.3.3",
|
||||
"version_normalized": "0.3.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bpolaszek/webpush-bundle.git",
|
||||
"reference": "0c333f4fdbc5018751065ddbd9e30de945035cd2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/bpolaszek/webpush-bundle/zipball/0c333f4fdbc5018751065ddbd9e30de945035cd2",
|
||||
"reference": "0c333f4fdbc5018751065ddbd9e30de945035cd2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"minishlink/web-push": "^2.0",
|
||||
"php": ">=7.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/symfony": "^2.7|^3.0|^4.0",
|
||||
"symfony/var-dumper": "^3.3"
|
||||
},
|
||||
"time": "2018-06-04T13:20:53+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"BenTools\\WebPushBundle\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Beno!t POLASZEK",
|
||||
"email": "bpolaszek@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Symfony Bundle: Associate your users to webpush subscriptions."
|
||||
},
|
||||
{
|
||||
"name": "clue/stream-filter",
|
||||
"version": "v1.4.0",
|
||||
@@ -1908,6 +2013,77 @@
|
||||
"cookie consent"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "fgrosse/phpasn1",
|
||||
"version": "2.0.1",
|
||||
"version_normalized": "2.0.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fgrosse/PHPASN1.git",
|
||||
"reference": "0e27e71e3d0a8d5c3f1471d727fd9574d920f33c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/0e27e71e3d0a8d5c3f1471d727fd9574d920f33c",
|
||||
"reference": "0e27e71e3d0a8d5c3f1471d727fd9574d920f33c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-gmp": "*",
|
||||
"php": ">=7.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~6.3",
|
||||
"satooshi/php-coveralls": "dev-master"
|
||||
},
|
||||
"suggest": {
|
||||
"php-curl": "For loading OID information from the web if they have not bee defined statically"
|
||||
},
|
||||
"time": "2017-12-17T10:21:51+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.0.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"FG\\": "lib/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Friedrich Große",
|
||||
"email": "friedrich.grosse@gmail.com",
|
||||
"homepage": "https://github.com/FGrosse",
|
||||
"role": "Author"
|
||||
},
|
||||
{
|
||||
"name": "All contributors",
|
||||
"homepage": "https://github.com/FGrosse/PHPASN1/contributors"
|
||||
}
|
||||
],
|
||||
"description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
|
||||
"homepage": "https://github.com/FGrosse/PHPASN1",
|
||||
"keywords": [
|
||||
"DER",
|
||||
"asn.1",
|
||||
"asn1",
|
||||
"ber",
|
||||
"binary",
|
||||
"decoding",
|
||||
"encoding",
|
||||
"x.509",
|
||||
"x.690",
|
||||
"x509",
|
||||
"x690"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "fig/link-util",
|
||||
"version": "1.0.0",
|
||||
@@ -2695,17 +2871,17 @@
|
||||
},
|
||||
{
|
||||
"name": "jaybizzle/crawler-detect",
|
||||
"version": "v1.2.66",
|
||||
"version_normalized": "1.2.66.0",
|
||||
"version": "v1.2.67",
|
||||
"version_normalized": "1.2.67.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/JayBizzle/Crawler-Detect.git",
|
||||
"reference": "55ad4b140d821c19dbaf1a6ea9d9e5ca6444ecc1"
|
||||
"reference": "618b74b6fb1bc11737aecb9e7d5f4903dd75a9d1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/55ad4b140d821c19dbaf1a6ea9d9e5ca6444ecc1",
|
||||
"reference": "55ad4b140d821c19dbaf1a6ea9d9e5ca6444ecc1",
|
||||
"url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/618b74b6fb1bc11737aecb9e7d5f4903dd75a9d1",
|
||||
"reference": "618b74b6fb1bc11737aecb9e7d5f4903dd75a9d1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2715,7 +2891,7 @@
|
||||
"phpunit/phpunit": "^4.8|^5.5|^6.5",
|
||||
"satooshi/php-coveralls": "1.*"
|
||||
},
|
||||
"time": "2018-07-30T20:23:10+00:00",
|
||||
"time": "2018-09-04T19:04:44+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
@@ -3388,6 +3564,136 @@
|
||||
"transformation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "mdanter/ecc",
|
||||
"version": "v0.5.0",
|
||||
"version_normalized": "0.5.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpecc/phpecc.git",
|
||||
"reference": "ed5c6d496f5310de1b7071b8375fafa3559a1344"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpecc/phpecc/zipball/ed5c6d496f5310de1b7071b8375fafa3559a1344",
|
||||
"reference": "ed5c6d496f5310de1b7071b8375fafa3559a1344",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-gmp": "*",
|
||||
"fgrosse/phpasn1": "v2.0.x",
|
||||
"php": ">=7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^6.0",
|
||||
"squizlabs/php_codesniffer": "~2",
|
||||
"symfony/yaml": "~2.6|~3.0"
|
||||
},
|
||||
"time": "2017-10-09T16:05:37+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Mdanter\\Ecc\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Matyas Danter",
|
||||
"homepage": "http://matejdanter.com/",
|
||||
"role": "Author"
|
||||
},
|
||||
{
|
||||
"name": "Thibaud Fabre",
|
||||
"email": "thibaud@aztech.io",
|
||||
"homepage": "http://aztech.io",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "Thomas Kerin",
|
||||
"email": "afk11@users.noreply.github.com",
|
||||
"role": "Maintainer"
|
||||
}
|
||||
],
|
||||
"description": "PHP Elliptic Curve Cryptography library",
|
||||
"homepage": "https://github.com/phpecc/phpecc",
|
||||
"keywords": [
|
||||
"Diffie",
|
||||
"ECDSA",
|
||||
"Hellman",
|
||||
"curve",
|
||||
"ecdh",
|
||||
"elliptic",
|
||||
"nistp192",
|
||||
"nistp224",
|
||||
"nistp256",
|
||||
"nistp384",
|
||||
"nistp521",
|
||||
"phpecc",
|
||||
"secp256k1",
|
||||
"secp256r1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "minishlink/web-push",
|
||||
"version": "v2.0.1",
|
||||
"version_normalized": "2.0.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/web-push-libs/web-push-php.git",
|
||||
"reference": "6e1b88c46351ea3850cb1e9ae9565b8c61a58396"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/web-push-libs/web-push-php/zipball/6e1b88c46351ea3850cb1e9ae9565b8c61a58396",
|
||||
"reference": "6e1b88c46351ea3850cb1e9ae9565b8c61a58396",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"guzzlehttp/guzzle": "^6.2",
|
||||
"lib-openssl": "*",
|
||||
"mdanter/ecc": "^0.5.0",
|
||||
"php": "^7.0",
|
||||
"spomky-labs/base64url": "^1.0",
|
||||
"spomky-labs/jose": "^7.0",
|
||||
"spomky-labs/php-aes-gcm": "^1.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "5.7.*"
|
||||
},
|
||||
"time": "2017-11-22T20:04:25+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Minishlink\\WebPush\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Louis Lagrange",
|
||||
"email": "lagrange.louis@gmail.com",
|
||||
"homepage": "https://github.com/Minishlink"
|
||||
}
|
||||
],
|
||||
"description": "Web Push library for PHP",
|
||||
"homepage": "https://github.com/web-push-libs/web-push-php",
|
||||
"keywords": [
|
||||
"Push API",
|
||||
"WebPush",
|
||||
"notifications",
|
||||
"push",
|
||||
"web"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "mongodb/mongodb",
|
||||
"version": "1.4.2",
|
||||
@@ -5498,6 +5804,268 @@
|
||||
],
|
||||
"description": "A security checker for your composer.lock"
|
||||
},
|
||||
{
|
||||
"name": "spomky-labs/aes-key-wrap",
|
||||
"version": "v4.0.1",
|
||||
"version_normalized": "4.0.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Spomky-Labs/aes-key-wrap.git",
|
||||
"reference": "6d302dc2d20cd61fc8bf0e253d628c70724d302a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Spomky-Labs/aes-key-wrap/zipball/6d302dc2d20cd61fc8bf0e253d628c70724d302a",
|
||||
"reference": "6d302dc2d20cd61fc8bf0e253d628c70724d302a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-mbstring": "*",
|
||||
"lib-openssl": "*",
|
||||
"php": "^7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^6.0",
|
||||
"satooshi/php-coveralls": "^1.0"
|
||||
},
|
||||
"time": "2017-10-28T16:15:26+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "4.0.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"AESKW\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Florent Morselli",
|
||||
"homepage": "https://github.com/Spomky-Labs/aes-key-wrap/contributors"
|
||||
}
|
||||
],
|
||||
"description": "AES Key Wrap for PHP.",
|
||||
"homepage": "https://github.com/Spomky-Labs/aes-key-wrap",
|
||||
"keywords": [
|
||||
"A128KW",
|
||||
"A192KW",
|
||||
"A256KW",
|
||||
"RFC3394",
|
||||
"RFC5649",
|
||||
"aes",
|
||||
"key",
|
||||
"padding",
|
||||
"wrap"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "spomky-labs/base64url",
|
||||
"version": "v1.0.2",
|
||||
"version_normalized": "1.0.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Spomky-Labs/base64url.git",
|
||||
"reference": "ef6d5fb93894063d9cee996022259fd08d6646ea"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/ef6d5fb93894063d9cee996022259fd08d6646ea",
|
||||
"reference": "ef6d5fb93894063d9cee996022259fd08d6646ea",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^5.3|^7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.0|^5.0",
|
||||
"satooshi/php-coveralls": "^1.0"
|
||||
},
|
||||
"time": "2016-01-21T19:50:30+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Base64Url\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Florent Morselli",
|
||||
"homepage": "https://github.com/Spomky-Labs/base64url/contributors"
|
||||
}
|
||||
],
|
||||
"description": "Base 64 URL Safe Encoding/decoding PHP Library",
|
||||
"homepage": "https://github.com/Spomky-Labs/base64url",
|
||||
"keywords": [
|
||||
"base64",
|
||||
"rfc4648",
|
||||
"safe",
|
||||
"url"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "spomky-labs/jose",
|
||||
"version": "v7.1.0",
|
||||
"version_normalized": "7.1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Spomky-Labs/jose.git",
|
||||
"reference": "c7835297fa6a2c00dcdcbfadd67f7ea099b226a1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Spomky-Labs/jose/zipball/c7835297fa6a2c00dcdcbfadd67f7ea099b226a1",
|
||||
"reference": "c7835297fa6a2c00dcdcbfadd67f7ea099b226a1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"beberlei/assert": "^2.4",
|
||||
"fgrosse/phpasn1": "^2.0",
|
||||
"lib-openssl": "*",
|
||||
"mdanter/ecc": "0.5.*",
|
||||
"php": "^7.0",
|
||||
"psr/cache": "^1.0",
|
||||
"spomky-labs/aes-key-wrap": "^3.0|^4.0",
|
||||
"spomky-labs/base64url": "^1.0",
|
||||
"spomky-labs/php-aes-gcm": "^1.2",
|
||||
"symfony/polyfill-mbstring": "^1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^6.0",
|
||||
"satooshi/php-coveralls": "^2.0",
|
||||
"symfony/cache": "^2.0|^3.0|^4.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-crypto": "Highly recommended when you use AES GCM based algorithms.",
|
||||
"ext-curve25519": "For EdDSA with X25519 curves support.",
|
||||
"ext-ed25519": "For EdDSA with Ed25519 curves support."
|
||||
},
|
||||
"time": "2018-05-03T07:34:56+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "7.1.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Jose\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Florent Morselli",
|
||||
"homepage": "https://github.com/Spomky"
|
||||
},
|
||||
{
|
||||
"name": "All contributors",
|
||||
"homepage": "https://github.com/Spomky-Labs/jose/contributors"
|
||||
}
|
||||
],
|
||||
"description": "JSON Object Signing and Encryption library for PHP.",
|
||||
"homepage": "https://github.com/Spomky-Labs/Jose",
|
||||
"keywords": [
|
||||
"JOSE",
|
||||
"JWE",
|
||||
"JWK",
|
||||
"JWKSet",
|
||||
"JWS",
|
||||
"Jot",
|
||||
"RFC7515",
|
||||
"RFC7516",
|
||||
"RFC7517",
|
||||
"RFC7518",
|
||||
"RFC7519",
|
||||
"RFC7520",
|
||||
"jwa",
|
||||
"jwt"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "spomky-labs/php-aes-gcm",
|
||||
"version": "v1.2.0",
|
||||
"version_normalized": "1.2.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Spomky-Labs/php-aes-gcm.git",
|
||||
"reference": "b655bef0d4f0fa2f36c11c5122e284951e81961c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Spomky-Labs/php-aes-gcm/zipball/b655bef0d4f0fa2f36c11c5122e284951e81961c",
|
||||
"reference": "b655bef0d4f0fa2f36c11c5122e284951e81961c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"beberlei/assert": "^2.4",
|
||||
"lib-openssl": "*",
|
||||
"php": ">=5.4",
|
||||
"symfony/polyfill-mbstring": "^1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.5|^5.0",
|
||||
"satooshi/php-coveralls": "^1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-crypto": "Highly recommended for better performance."
|
||||
},
|
||||
"time": "2016-11-22T21:11:11+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.2.x-dev"
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"AESGCM\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Florent Morselli",
|
||||
"homepage": "https://github.com/Spomky"
|
||||
},
|
||||
{
|
||||
"name": "All contributors",
|
||||
"homepage": "https://github.com/Spomky-Labs/php-aes-gcm/contributors"
|
||||
}
|
||||
],
|
||||
"description": "AES GCM (Galois Counter Mode) PHP implementation.",
|
||||
"homepage": "https://github.com/Spomky-Labs/php-aes-gcm",
|
||||
"keywords": [
|
||||
"AES-GCM",
|
||||
"Galois Counter Mode",
|
||||
"aes",
|
||||
"gcm"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "swiftmailer/swiftmailer",
|
||||
"version": "v5.4.12",
|
||||
|
||||
@@ -63,6 +63,10 @@ To use this library in a .net standard (including .net core) based project, chec
|
||||
### Nette Extension
|
||||
To use this library with the Nette framework, checkout [NetteCrawlerDetect](https://github.com/JanGalek/Crawler-Detect).
|
||||
|
||||
### Ruby Gem
|
||||
|
||||
To use this library with Ruby on Rails or any Ruby-based application, check out [crawler_detect](https://github.com/loadkpi/crawler_detect) gem.
|
||||
|
||||
_Parts of this class are based on the brilliant [MobileDetect](https://github.com/serbanghita/Mobile-Detect)_
|
||||
|
||||
[](https://github.com/JayBizzle/Crawler-Detect)
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -608,6 +608,7 @@ mogimogi
|
||||
Mojeek
|
||||
Mojolicious \(Perl\)
|
||||
monitis
|
||||
Monit\/
|
||||
Monitority\/[0-9]
|
||||
montastic
|
||||
MonTools
|
||||
@@ -646,7 +647,7 @@ Netvibes
|
||||
NetZIP
|
||||
Neustar WPM
|
||||
NeutrinoAPI
|
||||
NewRelicPinger\/1.0 \(\d+\)
|
||||
NewRelicPinger
|
||||
NewsBlur .*Finder
|
||||
NewsGator
|
||||
newsme
|
||||
@@ -990,7 +991,7 @@ uclassify
|
||||
uCrawlr\/
|
||||
UdmSearch
|
||||
UniversalFeedParser
|
||||
Unshorten\.It\!\/[0-9]
|
||||
Unshorten\.It
|
||||
Untiny
|
||||
UnwindFetchor
|
||||
updated
|
||||
|
||||
+3
-2
@@ -629,6 +629,7 @@ class Crawlers extends AbstractProvider
|
||||
'Mojeek',
|
||||
'Mojolicious \(Perl\)',
|
||||
'monitis',
|
||||
'Monit\/',
|
||||
'Monitority\/[0-9]',
|
||||
'montastic',
|
||||
'MonTools',
|
||||
@@ -667,7 +668,7 @@ class Crawlers extends AbstractProvider
|
||||
'NetZIP',
|
||||
'Neustar WPM',
|
||||
'NeutrinoAPI',
|
||||
'NewRelicPinger\/1.0 \(\d+\)',
|
||||
'NewRelicPinger',
|
||||
'NewsBlur .*Finder',
|
||||
'NewsGator',
|
||||
'newsme',
|
||||
@@ -1011,7 +1012,7 @@ class Crawlers extends AbstractProvider
|
||||
'uCrawlr\/',
|
||||
'UdmSearch',
|
||||
'UniversalFeedParser',
|
||||
'Unshorten\.It\!\/[0-9]',
|
||||
'Unshorten\.It',
|
||||
'Untiny',
|
||||
'UnwindFetchor',
|
||||
'updated',
|
||||
|
||||
+4998
-4998
File diff suppressed because it is too large
Load Diff
+10
-1
@@ -14,6 +14,8 @@ final class Versions
|
||||
const VERSIONS = array (
|
||||
'alcaeus/mongo-php-adapter' => '1.0.9@fea3f8333c7b22dde97d7dbe8a82528fc5c27992',
|
||||
'alchemy/binary-driver' => '1.6.0@80c6633890afb71d2417ae851d0ad167d8b00b95',
|
||||
'beberlei/assert' => 'v2.9.6@ec9e4cf0b63890edce844ee3922e2b95a526e936',
|
||||
'bentools/webpush-bundle' => '0.3.3@0c333f4fdbc5018751065ddbd9e30de945035cd2',
|
||||
'clue/stream-filter' => 'v1.4.0@d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0',
|
||||
'composer/ca-bundle' => '1.1.2@46afded9720f40b9dc63542af4e3e43a1177acb0',
|
||||
'doctrine/annotations' => 'v1.6.0@c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5',
|
||||
@@ -38,6 +40,7 @@ final class Versions
|
||||
'dunglas/doctrine-json-odm' => 'dev-master@91f3629b65f3b7bb07d04e26ac8f69dfd9909da0',
|
||||
'evenement/evenement' => 'v1.1.0@e24176d20f6dab44dd4768b32c897f63b6f2b7c3',
|
||||
'fairlane/cookie-consent-bundle' => '1.0.2@db2ca1c40a44e13c090406da6704b428d00dfd84',
|
||||
'fgrosse/phpasn1' => '2.0.1@0e27e71e3d0a8d5c3f1471d727fd9574d920f33c',
|
||||
'fig/link-util' => '1.0.0@1a07821801a148be4add11ab0603e4af55a72fac',
|
||||
'friendsofsymfony/elastica-bundle' => 'v4.1.2@8fa790b8fd093a6553e026f34bd056de02a71eda',
|
||||
'friendsofsymfony/rest-bundle' => '2.4.0@3725279a6554c1d894eee0b377f49d3f69e3c217',
|
||||
@@ -48,7 +51,7 @@ final class Versions
|
||||
'hwi/oauth-bundle' => '0.6.3@0963709b04d8ac0d6d6c0c78787f6f59bd0d9a01',
|
||||
'imagine/imagine' => 'v0.7.1@a9a702a946073cbca166718f1b02a1e72d742daa',
|
||||
'incenteev/composer-parameter-handler' => 'v2.1.3@933c45a34814f27f2345c11c37d46b3ca7303550',
|
||||
'jaybizzle/crawler-detect' => 'v1.2.66@55ad4b140d821c19dbaf1a6ea9d9e5ca6444ecc1',
|
||||
'jaybizzle/crawler-detect' => 'v1.2.67@618b74b6fb1bc11737aecb9e7d5f4903dd75a9d1',
|
||||
'jdorn/sql-formatter' => 'v1.2.17@64990d96e0959dff8e059dfcdc1af130728d92bc',
|
||||
'jms/metadata' => '1.6.0@6a06970a10e0a532fb52d3959547123b84a3b3ab',
|
||||
'jms/parser-lib' => '1.0.0@c509473bc1b4866415627af0e1c6cc8ac97fa51d',
|
||||
@@ -58,6 +61,8 @@ final class Versions
|
||||
'lcobucci/jwt' => '3.2.4@c9704b751315d21735dc98d78d4f37bd73596da7',
|
||||
'lexik/jwt-authentication-bundle' => 'v2.5.4@f1c8c9a33c55eeb6105de5a2aedb9ba44a6efbed',
|
||||
'liip/imagine-bundle' => '1.9.1@3084c77e984ec669e0d645250a3cb1077d8b92f6',
|
||||
'mdanter/ecc' => 'v0.5.0@ed5c6d496f5310de1b7071b8375fafa3559a1344',
|
||||
'minishlink/web-push' => 'v2.0.1@6e1b88c46351ea3850cb1e9ae9565b8c61a58396',
|
||||
'mongodb/mongodb' => '1.4.2@bd148eab0493e38354e45e2cd7db59b90fdcad79',
|
||||
'monolog/monolog' => '1.23.0@fd8c787753b3a2ad11bc60c063cff1358a32a3b4',
|
||||
'namshi/jose' => '7.2.3@89a24d7eb3040e285dd5925fcad992378b82bcff',
|
||||
@@ -93,6 +98,10 @@ final class Versions
|
||||
'sensio/distribution-bundle' => 'v5.0.22@209b11f8cee5bf71986dd703e45e27d3ed7a6d15',
|
||||
'sensio/framework-extra-bundle' => 'v3.0.29@bb907234df776b68922eb4b25bfa061683597b6a',
|
||||
'sensiolabs/security-checker' => 'v4.1.8@dc270d5fec418cc6ac983671dba5d80ffaffb142',
|
||||
'spomky-labs/aes-key-wrap' => 'v4.0.1@6d302dc2d20cd61fc8bf0e253d628c70724d302a',
|
||||
'spomky-labs/base64url' => 'v1.0.2@ef6d5fb93894063d9cee996022259fd08d6646ea',
|
||||
'spomky-labs/jose' => 'v7.1.0@c7835297fa6a2c00dcdcbfadd67f7ea099b226a1',
|
||||
'spomky-labs/php-aes-gcm' => 'v1.2.0@b655bef0d4f0fa2f36c11c5122e284951e81961c',
|
||||
'swiftmailer/swiftmailer' => 'v5.4.12@181b89f18a90f8925ef805f950d47a7190e9b950',
|
||||
'symfony/assetic-bundle' => 'v2.8.2@2e0a23a4874838e26de6f025e02fc63328921a4c',
|
||||
'symfony/monolog-bundle' => 'v3.3.0@8204f3cd7c1bd6a6e2955c0a34475243a7bd9802',
|
||||
|
||||
Reference in New Issue
Block a user