Commits on Source (2)
-
Maxime REYROLLE authored
-
Maxime Reyrolle authored
Dev See merge request libriciel/pole-plate-formes/provisioning-myec3/provisionning-myec3!18
Showing
- CHANGELOG.md 4 additions, 0 deletionsCHANGELOG.md
- composer.json 6 additions, 1 deletioncomposer.json
- composer.lock 939 additions, 734 deletionscomposer.lock
- src/Http/Client/ParapheurClientException.php 0 additions, 1 deletionsrc/Http/Client/ParapheurClientException.php
- src/Http/Model/S2lowUser.php 0 additions, 1 deletionsrc/Http/Model/S2lowUser.php
- tests/Http/Client/S2lowClientTest.php 0 additions, 1 deletiontests/Http/Client/S2lowClientTest.php
- tests/Http/Model/S2lowUserTest.php 0 additions, 1 deletiontests/Http/Model/S2lowUserTest.php
- tests/Product/Parapheur/UserProvisioningTest.php 0 additions, 1 deletiontests/Product/Parapheur/UserProvisioningTest.php
- tests/Product/Pastell/EntiteProvisioningTest.php 0 additions, 1 deletiontests/Product/Pastell/EntiteProvisioningTest.php
- tests/Product/Pastell/UserProvisioningTest.php 0 additions, 1 deletiontests/Product/Pastell/UserProvisioningTest.php
- tests/Product/S2low/EntiteProvisioningTest.php 0 additions, 1 deletiontests/Product/S2low/EntiteProvisioningTest.php
- tests/Product/S2low/UserProvisioningTest.php 0 additions, 1 deletiontests/Product/S2low/UserProvisioningTest.php
... | ... | @@ -3,7 +3,7 @@ |
"description": "Application web permettant de servir de endpoint à MyEC3 (Worldline) afin de provisionner les applications Libriciel\n\n", | ||
"license": "AGPL-3.0-only", | ||
"require": { | ||
"php": "7.2.*", | ||
"php": "^7.2", | ||
"libriciel/myec3": "^1.4", | ||
"libriciel/pastell-api-php": "^0.1", | ||
"guzzlehttp/psr7": "^1.6", | ||
... | ... | @@ -30,5 +30,10 @@ |
"test-cover": "phpunit --coverage-text --colors=never --coverage-clover coverage/coverage.xml --log-junit coverage/logfile.xml", | ||
"phpcs": "phpcs -ps --standard=PSR12 --ignore=vendor/ ./", | ||
"phpcbf": "phpcbf -ps --standard=PSR12 --ignore=vendor/ ./" | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"php-http/discovery": true | ||
} | ||
} | ||
} |
This diff is collapsed.