This commit is contained in:
Juan Pablo Vial
2024-07-26 23:15:48 -04:00
parent 43bb7a83c8
commit 84861b5e57
24 changed files with 457 additions and 18 deletions

View File

@ -2,10 +2,10 @@
"name": "incoviba/cli",
"type": "project",
"require": {
"symfony/console": "^6.3",
"php-di/php-di": "^7.0",
"guzzlehttp/guzzle": "^7.8",
"monolog/monolog": "^3.5"
"monolog/monolog": "^3.5",
"php-di/php-di": "^7.0",
"symfony/console": "^6.3"
},
"require-dev": {
"phpunit/phpunit": "^10.4",