Project 'cooperatic/kohinos-tav' was moved to 'agplv3/kohinos-tav'. Please update any links and bookmarks that may still have the old path.
Commit 194e2dd0 by Damien Moulard

fix bugs empechant une reinstall en local

parent 34d7bb75
...@@ -106,6 +106,7 @@ ...@@ -106,6 +106,7 @@
"friendsofphp/php-cs-fixer": "^2.16", "friendsofphp/php-cs-fixer": "^2.16",
"friendsoftwig/twigcs": "5.*", "friendsoftwig/twigcs": "5.*",
"maglnet/composer-require-checker": "^2.0", "maglnet/composer-require-checker": "^2.0",
"nyholm/psr7": "^1.6",
"phpmd/phpmd": "^2.9", "phpmd/phpmd": "^2.9",
"phpro/grumphp": "^0.22.0", "phpro/grumphp": "^0.22.0",
"phpunit/phpunit": "^9.3", "phpunit/phpunit": "^9.3",
......
...@@ -4,7 +4,7 @@ ...@@ -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": "9f1667eb8d3defce6dc7895876f07cd5", "content-hash": "110165f3dccdbce570dcdac22ab55ce0",
"packages": [ "packages": [
{ {
"name": "alcohol/iso4217", "name": "alcohol/iso4217",
...@@ -2526,7 +2526,7 @@ ...@@ -2526,7 +2526,7 @@
}, },
{ {
"name": "ekyna/payum-payzen", "name": "ekyna/payum-payzen",
"version": "dev-5691-paiement-reccurent-payzen", "version": "dev-develop",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "./lib/ekyna/payum-payzen", "url": "./lib/ekyna/payum-payzen",
...@@ -17218,6 +17218,84 @@ ...@@ -17218,6 +17218,84 @@
"time": "2021-11-30T19:35:32+00:00" "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", "name": "opis/closure",
"version": "3.6.1", "version": "3.6.1",
"source": { "source": {
...@@ -19655,6 +19733,6 @@ ...@@ -19655,6 +19733,6 @@
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*" "ext-mbstring": "*"
}, },
"platform-dev": [], "platform-dev": {},
"plugin-api-version": "2.3.0" "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 ...@@ -43,6 +43,7 @@ final class Version20210225123627 extends IdToUuidMigration
$this->migrate('document'); $this->migrate('document');
$this->migrate('etat_prestataire'); $this->migrate('etat_prestataire');
$this->migrate('faq'); $this->migrate('faq');
$this->migrate('siege');
$this->migrate('flux'); $this->migrate('flux');
$this->migrate('geoloc'); $this->migrate('geoloc');
$this->migrate('geoloc_prestataire'); $this->migrate('geoloc_prestataire');
...@@ -54,7 +55,6 @@ final class Version20210225123627 extends IdToUuidMigration ...@@ -54,7 +55,6 @@ final class Version20210225123627 extends IdToUuidMigration
$this->migrate('payment'); $this->migrate('payment');
$this->migrate('prestataire'); $this->migrate('prestataire');
$this->migrate('rubrique'); $this->migrate('rubrique');
$this->migrate('siege');
$this->migrate('typepresta'); $this->migrate('typepresta');
$this->migrate('user'); $this->migrate('user');
$this->migrate('usergroup'); $this->migrate('usergroup');
......
...@@ -27,6 +27,9 @@ final class Version20240321101500 extends AbstractMigration ...@@ -27,6 +27,9 @@ final class Version20240321101500 extends AbstractMigration
public function down(Schema $schema) : void 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 // this down() migration is auto-generated, please modify it to your needs
} }
} }
...@@ -398,6 +398,18 @@ ...@@ -398,6 +398,18 @@
"nikolaposa/version": { "nikolaposa/version": {
"version": "3.2.0" "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": { "opis/closure": {
"version": "3.5.7" "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