Releas dependencies versions

This commit is contained in:
Aldarien
2023-02-10 06:38:43 +00:00
parent bb1d2b2159
commit 009ba01e69

View File

@ -11,24 +11,25 @@
"aldarien/session" : "*", "aldarien/session" : "*",
"aldarien/url": "*", "aldarien/url": "*",
"j4mie/paris" : "^1.5", "j4mie/paris" : "^1.5",
"danielstjules/stringy" : "^3.1", "voku/stringy" : "^6",
"phpoffice/phpspreadsheet": "^1", "phpoffice/phpspreadsheet": "^1",
"nesbot/carbon": "^2", "nesbot/carbon": "^2",
"phpoffice/phpword": "^0", "phpoffice/phpword": "^0",
"slam/php-excel": "^4.4", "slam/php-excel": "^4.4",
"fabpot/goutte": "^3.2", "fabpot/goutte": "^3.2",
"incoviba/modelos": "*", "incoviba/modelos": "*",
"slim/slim": "4.x-dev", "slim/slim": "^4",
"php-di/slim-bridge": "dev-master", "php-di/slim-bridge": "*",
"rubellum/slim-blade-view": "dev-master", "rubellum/slim-blade-view": "*",
"nyholm/psr7": "1.4.x-dev", "nyholm/psr7": "*",
"nyholm/psr7-server": "dev-master", "nyholm/psr7-server": "*",
"vlucas/phpdotenv": "^5.3" "vlucas/phpdotenv": "^5.3",
"monolog/monolog": "^3"
}, },
"require-dev" : { "require-dev" : {
"phpunit/phpunit" : "^8", "phpunit/phpunit" : "*",
"kint-php/kint" : "^2.1", "kint-php/kint" : "*",
"filp/whoops" : "^2.1" "filp/whoops" : "*"
}, },
"license" : "GNU AGPLv3", "license" : "GNU AGPLv3",
"authors" : [{ "authors" : [{
@ -59,5 +60,8 @@
"type": "path", "type": "path",
"url": "./incoviba/modelos" "url": "./incoviba/modelos"
} }
] ],
"config": {
"sort-packages": true
}
} }