mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Bumped dependencies
This commit is contained in:
parent
751eff3ef5
commit
548ec2ea50
2 changed files with 41 additions and 40 deletions
|
@ -10,7 +10,7 @@
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"beberlei/doctrineextensions": "^1.2",
|
"beberlei/doctrineextensions": "^1.2",
|
||||||
"brick/math": "^0.9.0",
|
"brick/math": "^0.10.2",
|
||||||
"composer/package-versions-deprecated": "1.11.99.4",
|
"composer/package-versions-deprecated": "1.11.99.4",
|
||||||
"doctrine/annotations": "^1.6",
|
"doctrine/annotations": "^1.6",
|
||||||
"doctrine/doctrine-bundle": "^2.0",
|
"doctrine/doctrine-bundle": "^2.0",
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
"gregwar/captcha-bundle": "^2.1.0",
|
"gregwar/captcha-bundle": "^2.1.0",
|
||||||
"league/html-to-markdown": "^5.0.1",
|
"league/html-to-markdown": "^5.0.1",
|
||||||
"liip/imagine-bundle": "^2.2",
|
"liip/imagine-bundle": "^2.2",
|
||||||
"nelmio/security-bundle": "^2.9",
|
"nelmio/security-bundle": "^3.0",
|
||||||
"nyholm/psr7": "^1.1",
|
"nyholm/psr7": "^1.1",
|
||||||
"ocramius/proxy-manager": "2.2.*",
|
"ocramius/proxy-manager": "2.2.*",
|
||||||
"omines/datatables-bundle": "^0.5.0",
|
"omines/datatables-bundle": "^0.5.0",
|
||||||
|
|
77
composer.lock
generated
77
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "58024113936b846c697209169f00bea5",
|
"content-hash": "8993207c8622a9f3b421a65bbf4072a1",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "beberlei/assert",
|
"name": "beberlei/assert",
|
||||||
|
@ -132,26 +132,26 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "brick/math",
|
"name": "brick/math",
|
||||||
"version": "0.9.3",
|
"version": "0.10.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/brick/math.git",
|
"url": "https://github.com/brick/math.git",
|
||||||
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
|
"reference": "459f2781e1a08d52ee56b0b1444086e038561e3f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
|
"url": "https://api.github.com/repos/brick/math/zipball/459f2781e1a08d52ee56b0b1444086e038561e3f",
|
||||||
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
|
"reference": "459f2781e1a08d52ee56b0b1444086e038561e3f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"php": "^7.1 || ^8.0"
|
"php": "^7.4 || ^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"php-coveralls/php-coveralls": "^2.2",
|
"php-coveralls/php-coveralls": "^2.2",
|
||||||
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
|
"phpunit/phpunit": "^9.0",
|
||||||
"vimeo/psalm": "4.9.2"
|
"vimeo/psalm": "4.25.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -176,19 +176,15 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/brick/math/issues",
|
"issues": "https://github.com/brick/math/issues",
|
||||||
"source": "https://github.com/brick/math/tree/0.9.3"
|
"source": "https://github.com/brick/math/tree/0.10.2"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"url": "https://github.com/BenMorel",
|
"url": "https://github.com/BenMorel",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "https://tidelift.com/funding/github/packagist/brick/math",
|
|
||||||
"type": "tidelift"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2021-08-15T20:50:18+00:00"
|
"time": "2022-08-10T22:54:19+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "composer/ca-bundle",
|
"name": "composer/ca-bundle",
|
||||||
|
@ -2980,47 +2976,52 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nelmio/security-bundle",
|
"name": "nelmio/security-bundle",
|
||||||
"version": "v2.12.0",
|
"version": "v3.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nelmio/NelmioSecurityBundle.git",
|
"url": "https://github.com/nelmio/NelmioSecurityBundle.git",
|
||||||
"reference": "dc8b8c3ee5c64715486e1e3947f83f4169f4374f"
|
"reference": "34699d40d81b58b6bd256e34489c799620dff2a4"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/dc8b8c3ee5c64715486e1e3947f83f4169f4374f",
|
"url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/34699d40d81b58b6bd256e34489c799620dff2a4",
|
||||||
"reference": "dc8b8c3ee5c64715486e1e3947f83f4169f4374f",
|
"reference": "34699d40d81b58b6bd256e34489c799620dff2a4",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"paragonie/random_compat": "~1.0|~2.0|~9.99.99",
|
"php": "^7.4 || ^8.0",
|
||||||
"php": ">5.4",
|
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0",
|
||||||
"symfony/framework-bundle": "~2.3|~v3.0|~4.0|~5.0|~6.0",
|
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.0",
|
||||||
"symfony/security-core": "~2.3|~3.0|~4.0|~5.0|~6.0",
|
"symfony/security-core": "^4.4 || ^5.4 || ^6.0",
|
||||||
"symfony/security-csrf": "~2.3|~3.0|~4.0|~5.0|~6.0",
|
"symfony/security-csrf": "^4.4 || ^5.4 || ^6.0",
|
||||||
"symfony/security-http": "~2.3|~3.0|~4.0|~5.0|~6.0",
|
"symfony/security-http": "^4.4 || ^5.4 || ^6.0",
|
||||||
"symfony/yaml": "~2.3|~3.0|~4.0|~5.0|~6.0",
|
"symfony/yaml": "^4.4 || ^5.4 || ^6.0",
|
||||||
"ua-parser/uap-php": "^3.4.4"
|
"ua-parser/uap-php": "^3.4.4"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/cache": "^1.0",
|
"phpstan/phpstan": "^1.4",
|
||||||
"psr/cache": "^1.0",
|
"phpstan/phpstan-deprecation-rules": "^1.0",
|
||||||
"symfony/phpunit-bridge": "^5.0.5|^6.0",
|
"phpstan/phpstan-phpunit": "^1.0",
|
||||||
"twig/twig": "^1.38|^2.10|^3.0"
|
"phpstan/phpstan-strict-rules": "^1.1",
|
||||||
|
"phpstan/phpstan-symfony": "^1.1",
|
||||||
|
"phpunit/phpunit": "^9.5",
|
||||||
|
"psr/cache": "^1.0 || ^2.0 || ^3.0",
|
||||||
|
"symfony/browser-kit": "^4.4 || ^5.4 || ^6.0",
|
||||||
|
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
|
||||||
|
"symfony/phpunit-bridge": "^6.0",
|
||||||
|
"symfony/twig-bundle": "^4.4 || ^5.4 || ^6.0",
|
||||||
|
"twig/twig": "^2.10 || ^3.0"
|
||||||
},
|
},
|
||||||
"type": "symfony-bundle",
|
"type": "symfony-bundle",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "2.11.x-dev"
|
"dev-master": "3.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Nelmio\\SecurityBundle\\": ""
|
"Nelmio\\SecurityBundle\\": "src/"
|
||||||
},
|
}
|
||||||
"exclude-from-classmap": [
|
|
||||||
"/Tests/"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
|
@ -3042,9 +3043,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/nelmio/NelmioSecurityBundle/issues",
|
"issues": "https://github.com/nelmio/NelmioSecurityBundle/issues",
|
||||||
"source": "https://github.com/nelmio/NelmioSecurityBundle/tree/v2.12.0"
|
"source": "https://github.com/nelmio/NelmioSecurityBundle/tree/v3.0.0"
|
||||||
},
|
},
|
||||||
"time": "2022-02-23T06:10:58+00:00"
|
"time": "2022-03-17T07:30:15+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nikic/php-parser",
|
"name": "nikic/php-parser",
|
||||||
|
@ -14576,7 +14577,7 @@
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "^7.3 || ^8.0",
|
"php": "^7.4 || ^8.0",
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
"ext-gd": "*",
|
"ext-gd": "*",
|
||||||
"ext-iconv": "*",
|
"ext-iconv": "*",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue