36 lines
844 B
JSON
36 lines
844 B
JSON
{
|
|
"name": "malio/ednotif-bundle",
|
|
"description": "Client EDNOTIF (Guichet + wsIpBNotif) pour Symfony",
|
|
"type": "symfony-bundle",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^8.4",
|
|
"ext-soap": "*",
|
|
"ext-xml": "*",
|
|
"symfony/framework-bundle": "^8.0",
|
|
"symfony/config": "^8.0",
|
|
"symfony/dependency-injection": "^8.0",
|
|
"symfony/http-kernel": "^8.0",
|
|
"symfony/options-resolver": "^8.0",
|
|
"symfony/cache": "^8.0",
|
|
"psr/log": "^3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Malio\\EdnotifBundle\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Malio\\EdnotifBundle\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^3.92",
|
|
"phpunit/phpunit": "^12.0",
|
|
"symfony/phpunit-bridge": "^8.0"
|
|
},
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true
|
|
}
|