Commit 194e2dd0 by Damien Moulard

fix bugs empechant une reinstall en local

parent 34d7bb75
......@@ -106,6 +106,7 @@
"friendsofphp/php-cs-fixer": "^2.16",
"friendsoftwig/twigcs": "5.*",
"maglnet/composer-require-checker": "^2.0",
"nyholm/psr7": "^1.6",
"phpmd/phpmd": "^2.9",
"phpro/grumphp": "^0.22.0",
"phpunit/phpunit": "^9.3",
......
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "9f1667eb8d3defce6dc7895876f07cd5",
"content-hash": "110165f3dccdbce570dcdac22ab55ce0",
"packages": [
{
"name": "alcohol/iso4217",
......@@ -2526,7 +2526,7 @@
},
{
"name": "ekyna/payum-payzen",
"version": "dev-5691-paiement-reccurent-payzen",
"version": "dev-develop",
"dist": {
"type": "path",
"url": "./lib/ekyna/payum-payzen",
......@@ -17218,6 +17218,84 @@
"time": "2021-11-30T19:35:32+00:00"
},
{
"name": "nyholm/psr7",
"version": "1.6.1",
"source": {
"type": "git",
"url": "https://github.com/Nyholm/psr7.git",
"reference": "e874c8c4286a1e010fb4f385f3a55ac56a05cc93"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/e874c8c4286a1e010fb4f385f3a55ac56a05cc93",
"reference": "e874c8c4286a1e010fb4f385f3a55ac56a05cc93",
"shasum": ""
},
"require": {
"php": ">=7.1",
"php-http/message-factory": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
"provide": {
"php-http/message-factory-implementation": "1.0",
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"http-interop/http-factory-tests": "^0.9",
"php-http/psr7-integration-tests": "^1.0",
"phpunit/phpunit": "^7.5 || 8.5 || 9.4",
"symfony/error-handler": "^4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6-dev"
}
},
"autoload": {
"psr-4": {
"Nyholm\\Psr7\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
},
{
"name": "Martijn van der Ven",
"email": "martijn@vanderven.se"
}
],
"description": "A fast PHP7 implementation of PSR-7",
"homepage": "https://tnyholm.se",
"keywords": [
"psr-17",
"psr-7"
],
"support": {
"issues": "https://github.com/Nyholm/psr7/issues",
"source": "https://github.com/Nyholm/psr7/tree/1.6.1"
},
"funding": [
{
"url": "https://github.com/Zegnat",
"type": "github"
},
{
"url": "https://github.com/nyholm",
"type": "github"
}
],
"time": "2023-04-17T16:03:48+00:00"
},
{
"name": "opis/closure",
"version": "3.6.1",
"source": {
......@@ -19655,6 +19733,6 @@
"ext-json": "*",
"ext-mbstring": "*"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
"platform-dev": {},
"plugin-api-version": "2.6.0"
}
services:
# Register nyholm/psr7 services for autowiring with PSR-17 (HTTP factories)
Psr\Http\Message\RequestFactoryInterface: '@nyholm.psr7.psr17_factory'
Psr\Http\Message\ResponseFactoryInterface: '@nyholm.psr7.psr17_factory'
Psr\Http\Message\ServerRequestFactoryInterface: '@nyholm.psr7.psr17_factory'
Psr\Http\Message\StreamFactoryInterface: '@nyholm.psr7.psr17_factory'
Psr\Http\Message\UploadedFileFactoryInterface: '@nyholm.psr7.psr17_factory'
Psr\Http\Message\UriFactoryInterface: '@nyholm.psr7.psr17_factory'
nyholm.psr7.psr17_factory:
class: Nyholm\Psr7\Factory\Psr17Factory
......@@ -43,6 +43,7 @@ final class Version20210225123627 extends IdToUuidMigration
$this->migrate('document');
$this->migrate('etat_prestataire');
$this->migrate('faq');
$this->migrate('siege');
$this->migrate('flux');
$this->migrate('geoloc');
$this->migrate('geoloc_prestataire');
......@@ -54,7 +55,6 @@ final class Version20210225123627 extends IdToUuidMigration
$this->migrate('payment');
$this->migrate('prestataire');
$this->migrate('rubrique');
$this->migrate('siege');
$this->migrate('typepresta');
$this->migrate('user');
$this->migrate('usergroup');
......
......@@ -27,6 +27,9 @@ final class Version20240321101500 extends AbstractMigration
public function down(Schema $schema) : void
{
$this->addSql("DELETE FROM global_parameter WHERE name='VIREMENT_RECONVERSION_RAISON_GESTIONNAIRE'");
$this->addSql("DELETE FROM global_parameter WHERE name='VIREMENT_RECONVERSION_BIC_GESTIONNAIRE'");
$this->addSql("DELETE FROM global_parameter WHERE name='VIREMENT_RECONVERSION_IBAN_GESTIONNAIRE'");
// this down() migration is auto-generated, please modify it to your needs
}
}
......@@ -398,6 +398,18 @@
"nikolaposa/version": {
"version": "3.2.0"
},
"nyholm/psr7": {
"version": "1.6",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "1.0",
"ref": "4a8c0345442dcca1d8a2c65633dcf0285dd5a5a2"
},
"files": [
"config/packages/nyholm_psr7.yaml"
]
},
"opis/closure": {
"version": "3.5.7"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment