2023-09-12

This commit is contained in:
Juan Pablo Vial
2023-09-13 18:51:46 -03:00
parent fa15da1ee2
commit 0cd357b6cb
47 changed files with 1225 additions and 102 deletions

View File

@ -2,13 +2,14 @@
"name": "incoviba/web",
"type": "project",
"require": {
"slim/slim": "^4.11",
"php-di/php-di": "^7.0",
"php-di/slim-bridge": "^3.4",
"berrnd/slim-blade-view": "^1.0",
"guzzlehttp/guzzle": "^7.8",
"monolog/monolog": "^3.4",
"nyholm/psr7": "^1.8",
"nyholm/psr7-server": "^1.0"
"nyholm/psr7-server": "^1.0",
"php-di/php-di": "^7.0",
"php-di/slim-bridge": "^3.4",
"slim/slim": "^4.11"
},
"require-dev": {
"phpunit/phpunit": "^10.2"