Skip to content

Commit

Permalink
fix: composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
celine.c committed Oct 2, 2023
1 parent 6c6844f commit 64dedc6
Showing 1 changed file with 37 additions and 36 deletions.
73 changes: 37 additions & 36 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,41 @@
{
"name": "mpp/universign-bundle",
"type": "symfony-bundle",
"description": "Symfony Universign Bundle",
"keywords": ["json", "yaml", "api", "xmlrpc"],
"license": "MIT",
"authors": [
{
"name": "Gabriel BONDAZ",
"email": "[email protected]",
"homepage": "https://www.idci-consulting.fr"
},
{
"name": "Louis-Arnaud CATOIRE",
"email": "[email protected]",
"homepage": "https://www.itefficience.com"
}
],
"require": {
"php": ">=7.4",
"symfony/dependency-injection": "^4.0 | ^5.0 | ^6.0",
"symfony/event-dispatcher": "*",
"symfony/framework-bundle": "^4.0 | ^5.0 | ^6.0",
"symfony/monolog-bundle": "*",
"ext-json": "*",
"phpxmlrpc/phpxmlrpc": "^4.9"
"name": "mpp/universign-bundle",
"type": "symfony-bundle",
"description": "Symfony Universign Bundle",
"keywords": ["json", "yaml", "api", "xmlrpc"],
"license": "MIT",
"authors": [
{
"name": "Gabriel BONDAZ",
"email": "[email protected]",
"homepage": "https://www.idci-consulting.fr"
},
"autoload":{
"psr-4":{
"Mpp\\UniversignBundle\\": ""
},
"exclude-from-classmap": [
"Resources/",
"Tests/"
]
},
"require-dev": {
"phpunit/phpunit": "^9.5"
{
"name": "Louis-Arnaud CATOIRE",
"email": "[email protected]",
"homepage": "https://www.itefficience.com"
}
],
"require": {
"php": ">=7.4",
"symfony/dependency-injection": "^4.0 | ^5.0 | ^6.0",
"symfony/event-dispatcher": "*",
"symfony/framework-bundle": "^4.0 | ^5.0 | ^6.0",
"symfony/monolog-bundle": "*",
"ext-json": "*",
"phpxmlrpc/phpxmlrpc": "^4.9",
"symfony/options-resolver": "^6.3"
},
"autoload":{
"psr-4":{
"Mpp\\UniversignBundle\\": ""
},
"exclude-from-classmap": [
"Resources/",
"Tests/"
]
},
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}

0 comments on commit 64dedc6

Please sign in to comment.