Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Aug 31, 2022
1 parent e06e22b commit b320895
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 61 deletions.
78 changes: 39 additions & 39 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,32 @@
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"beberlei/assert": "^3.2",
"fgrosse/phpasn1": "^2.1",
"beberlei/assert": "^3.3",
"fgrosse/phpasn1": "^2.4",
"lcobucci/clock": "^2.2",
"nyholm/psr7": "^1.1",
"paragonie/constant_time_encoding": "^2.4",
"nyholm/psr7": "^1.5",
"paragonie/constant_time_encoding": "^2.6",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/log": "^2.0|^3.0",
"psr/log": "^3.0",
"spomky-labs/cbor-bundle": "^3.0",
"spomky-labs/cbor-php": "^3.0",
"spomky-labs/pki-framework": "^1.0",
"symfony/config": "^6.0",
"symfony/dependency-injection": "^6.0",
"symfony/framework-bundle": "^6.0",
"symfony/http-client": "^6.0",
"symfony/psr-http-message-bridge": "^2.0",
"symfony/security-bundle": "^6.0",
"symfony/security-core": "^6.0",
"symfony/security-http": "^6.0",
"symfony/serializer": "^6.0",
"symfony/validator": "^6.0",
"symfony/uid": "^6.0",
"thecodingmachine/safe": "^2.0",
"symfony/config": "^6.1",
"symfony/dependency-injection": "^6.1",
"symfony/framework-bundle": "^6.1",
"symfony/http-client": "^6.1",
"symfony/psr-http-message-bridge": "^2.1",
"symfony/security-bundle": "^6.1",
"symfony/security-core": "^6.1",
"symfony/security-http": "^6.1",
"symfony/serializer": "^6.1",
"symfony/validator": "^6.1",
"symfony/uid": "^6.1",
"thecodingmachine/safe": "^2.2",
"web-auth/cose-lib": "^4.0.6",
"web-token/jwt-signature": "^3.0"
"web-token/jwt-signature": "^3.1"
},
"replace": {
"web-auth/webauthn-lib": "self.version",
Expand All @@ -86,36 +86,36 @@
"web-token/jwt-signature-algorithm-eddsa": "Recommended for the AndroidSafetyNet Attestation Statement support"
},
"require-dev": {
"doctrine/annotations": "^1.7",
"doctrine/dbal": "^3.0",
"doctrine/doctrine-bundle": "^2.0",
"doctrine/orm": "^2.6",
"doctrine/annotations": "^1.13",
"doctrine/dbal": "^3.4",
"doctrine/doctrine-bundle": "^2.7",
"doctrine/orm": "^2.13",
"ekino/phpstan-banned-code": "^1.0",
"infection/infection": "^0.26",
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
"php-http/curl-client": "^2.0",
"php-http/mock-client": "^1.3",
"php-http/curl-client": "^2.2",
"php-http/mock-client": "^1.5",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-beberlei-assert": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^9.5.5",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.4",
"phpunit/phpunit": "^9.5.24",
"qossmic/deptrac-shim": "^0.24",
"rector/rector": "^0.14",
"roave/security-advisories": "dev-latest",
"symfony/browser-kit": "^6.0",
"symfony/finder": "^6.0",
"symfony/monolog-bundle": "^3.5",
"symfony/phpunit-bridge": "^6.0",
"symfony/var-dumper": "^6.0",
"symfony/yaml": "^6.0",
"symplify/easy-coding-standard": "^11.0",
"symfony/browser-kit": "^6.1",
"symfony/finder": "^6.1",
"symfony/monolog-bundle": "^3.8",
"symfony/phpunit-bridge": "^6.1",
"symfony/var-dumper": "^6.1",
"symfony/yaml": "^6.1",
"symplify/easy-coding-standard": "^11.1",
"thecodingmachine/phpstan-safe-rule": "^1.2",
"web-token/jwt-key-mgmt": "^3.0",
"web-token/jwt-signature-algorithm-ecdsa": "^3.0",
"web-token/jwt-signature-algorithm-eddsa": "^3.0",
"web-token/jwt-signature-algorithm-rsa": "^3.0"
"web-token/jwt-key-mgmt": "^3.1",
"web-token/jwt-signature-algorithm-ecdsa": "^3.1",
"web-token/jwt-signature-algorithm-eddsa": "^3.1",
"web-token/jwt-signature-algorithm-rsa": "^3.1"
}
}
8 changes: 4 additions & 4 deletions src/metadata-service/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"beberlei/assert": "^3.2",
"beberlei/assert": "^3.3",
"lcobucci/clock": "^2.2",
"paragonie/constant_time_encoding": "^2.4",
"paragonie/constant_time_encoding": "^2.6",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/log": "^2.0|^3.0",
"psr/log": "^3.0",
"spomky-labs/pki-framework": "^1.0",
"thecodingmachine/safe": "^2.0"
"thecodingmachine/safe": "^2.2"
},
"autoload": {
"psr-4": {
Expand Down
24 changes: 12 additions & 12 deletions src/symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
],
"require": {
"php": ">=8.1",
"nyholm/psr7": "^1.1",
"nyholm/psr7": "^1.5",
"spomky-labs/cbor-bundle": "^3.0",
"symfony/config": "^6.0",
"symfony/dependency-injection": "^6.0",
"symfony/framework-bundle": "^6.0",
"symfony/http-client": "^6.0",
"symfony/psr-http-message-bridge": "^2.0",
"symfony/security-bundle": "^6.0",
"symfony/security-core": "^6.0",
"symfony/security-http": "^6.0",
"symfony/serializer": "^6.0",
"symfony/validator": "^6.0",
"symfony/config": "^6.1",
"symfony/dependency-injection": "^6.1",
"symfony/framework-bundle": "^6.1",
"symfony/http-client": "^6.1",
"symfony/psr-http-message-bridge": "^2.1",
"symfony/security-bundle": "^6.1",
"symfony/security-core": "^6.1",
"symfony/security-http": "^6.1",
"symfony/serializer": "^6.1",
"symfony/validator": "^6.1",
"web-auth/webauthn-lib": "self.version",
"web-token/jwt-signature": "^3.0"
"web-token/jwt-signature": "^3.1"
},
"autoload": {
"psr-4": {
Expand Down
12 changes: 6 additions & 6 deletions src/webauthn/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"ext-json": "*",
"ext-openssl": "*",
"ext-mbstring": "*",
"beberlei/assert": "^3.2",
"fgrosse/phpasn1": "^2.1",
"paragonie/constant_time_encoding": "^2.4",
"beberlei/assert": "^3.3",
"fgrosse/phpasn1": "^2.4",
"paragonie/constant_time_encoding": "^2.6",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/log": "^2.0|^3.0",
"psr/log": "^3.0",
"spomky-labs/cbor-php": "^3.0",
"symfony/uid": "^6.0",
"thecodingmachine/safe": "^2.0",
"symfony/uid": "^6.1",
"thecodingmachine/safe": "^2.2",
"web-auth/cose-lib": "^4.0.6",
"web-auth/metadata-service": "self.version"
},
Expand Down

0 comments on commit b320895

Please sign in to comment.