Update package versions (#1399)

* Update dependencies

* Symfony components downgrade

* Restrict symfony versions with meta package

* Downgrade valuestore

* Symfony versions

* More downgrades

* Package versions

* Package versions
This commit is contained in:
Nabeel S
2022-02-08 11:12:39 -05:00
committed by GitHub
parent 9253d39848
commit 6cfbd91328
5 changed files with 711 additions and 616 deletions

View File

@@ -15,7 +15,10 @@ declare -a remove_files=(
.idea
.travis
docker
node_modules
vendor/willdurand/geocoder/tests
_ide_helper.php
.env
.dockerignore
.dpl
.editorconfig
@@ -38,9 +41,8 @@ declare -a remove_files=(
phpvms.iml
Procfile
phpstan.neon
node_modules
symfony.lock
composer.phar
vendor/willdurand/geocoder/tests
)
for file in "${remove_files[@]}"; do

View File

@@ -37,7 +37,7 @@ class BidNotFound extends AbstractHttpException
public function getErrorMetadata(): array
{
return [
'bid_id' => $this->bid_id
'bid_id' => $this->bid_id,
];
}
}

View File

@@ -15,15 +15,21 @@
"ext-bcmath": "*",
"ext-pdo": "*",
"ext-intl": "*",
"cache/adapter-common": "1.2.0",
"cache/array-adapter": "1.1.0",
"cache/hierarchical-cache": "1.1.0",
"symfony/flex": "^1.0",
"symfony/polyfill-intl-icu": "*",
"symfony/polyfill-intl-idn": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/deprecation-contracts": "^v2.5.0",
"symfony/event-dispatcher-contracts": "^2",
"symfony/property-info": "^5.4",
"symfony/string": "^5.4",
"symfony/translation": "^5.4",
"psr/container": "1.1.1",
"composer/composer": "~2.0",
"composer/installers": "~1.0",
@@ -46,21 +52,21 @@
"laravel/helpers": "^1.4",
"laravelcollective/html": "~6.2.0",
"jeremykendall/php-domain-parser": "~5.7.2",
"league/commonmark": "~1.6",
"league/commonmark": "~1.6.0",
"league/csv": "9.7.*",
"league/geotools": "0.8.*",
"league/iso3166": "^3.0.0",
"markrogoyski/math-php": "^1.10",
"markrogoyski/math-php": "^1.11.0",
"myclabs/deep-copy": "~1.10.0",
"nabeel/vacentral": "~2.0",
"nwidart/laravel-modules": "^8.2",
"nwidart/laravel-modules": "^8.2.0",
"php-units-of-measure/php-units-of-measure": "~2.1.0",
"phpvms/sample-module": "^1.0",
"pragmarx/version": ">=v1.2.3",
"prettus/l5-repository": "~2.7.0",
"santigarcor/laratrust": "~6.3",
"santigarcor/laratrust": "~6.3.0",
"semver/semver": "~1.1.0",
"spatie/valuestore": "~1.2",
"spatie/valuestore": "~1.2.0",
"symfony/polyfill-iconv": "~1.22.0",
"tivie/php-os-detector": "~1.1.0",
"vlucas/phpdotenv": "^5.3.0",
@@ -114,7 +120,7 @@
"module-dir": "modules",
"symfony": {
"require": "^5.4"
}
}
},
"scripts": {
"pre-package-uninstall": [

1287
composer.lock generated

File diff suppressed because it is too large Load Diff

14
symfony.lock Normal file
View File

@@ -0,0 +1,14 @@
{
"symfony/flex": {
"version": "1.18",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "1.0",
"ref": "c0eeb50665f0f77226616b6038a9b06c03752d8e"
},
"files": [
".env"
]
}
}