Files
ednotif-bundle/composer.json

36 lines
824 B
JSON

{
"name": "Malio/ednotif-bundle",
"description": "Client EDNOTIF (Guichet + wsIpBNotif) pour Symfony",
"type": "symfony-bundle",
"version": "0.0.1",
"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": {
"phpunit/phpunit": "^12.0",
"symfony/phpunit-bridge": "^8.0"
},
"minimum-stability": "stable",
"prefer-stable": true
}