initial dependencies

This commit is contained in:
Yisroel Baum 2025-10-29 22:26:54 +02:00
parent 887b1110e9
commit 214934d8d6
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
2 changed files with 3170 additions and 0 deletions

30
composer.json Normal file
View file

@ -0,0 +1,30 @@
{
"name": "infinity/freight-quote",
"description": "Generate Freight Quotes and email carriers for shipping bids",
"autoload": {
"psr-4": {
"FreightQuote\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"authors": [
{
"name": "Yisroel Baum",
"email": "yisroel.d.baum@gmail.com"
}
],
"require-dev": {
"phpunit/phpunit": "^12.4"
},
"require": {
"slim/slim": "^4.15",
"php-di/php-di": "^7.1",
"php-di/slim-bridge": "^3.4",
"slim/psr7": "^1.7",
"slim/twig-view": "^3.4"
},
}

3140
composer.lock generated Normal file

File diff suppressed because it is too large Load diff