initial dependencies
This commit is contained in:
parent
887b1110e9
commit
214934d8d6
2 changed files with 3170 additions and 0 deletions
30
composer.json
Normal file
30
composer.json
Normal 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
3140
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue