16 lines
328 B
JSON
16 lines
328 B
JSON
{
|
|
"require": {
|
|
"guzzlehttp/guzzle": "^7.0",
|
|
"symfony/yaml": "^7.1",
|
|
"nilportugues/sql-query-builder": "^1.8"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ContingentParser\\": ["ContingentParser/", "tests/"]
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^11.3"
|
|
}
|
|
}
|