1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

feat(composer): update composer vendors dependencies

This commit is contained in:
Awilum
2021-04-14 09:45:19 +03:00
parent 9d8873660c
commit 8bfa0f97a4

View File

@@ -26,39 +26,39 @@
"flextype-components/i18n" : "1.3.0",
"atomastic/session": "^1.0.0",
"atomastic/filesystem": "^1.0.0",
"atomastic/arrays": "^2.2.0",
"atomastic/registry": "^2.0.0",
"atomastic/strings": "^2.4.0",
"atomastic/macroable": "^1.0.0",
"atomastic/session": "^2.0.0",
"atomastic/filesystem": "^2.0.0",
"atomastic/arrays": "^3.0.2",
"atomastic/registry": "^3.0.0",
"atomastic/strings": "^3.0.2",
"atomastic/macroable": "^2.0.0",
"atomastic/csrf": "^1.0.1",
"slim/slim": "^3.12.3",
"filp/whoops": "^2.9.1",
"filp/whoops": "^2.12.0",
"league/glide-slim": "^1.0.0",
"league/event": "^2.2.0",
"league/glide": "^1.7.0",
"phpfastcache/phpfastcache": "^8.0.4",
"phpfastcache/phpfastcache": "^8.0.5",
"respect/validation": "^2.1.0",
"respect/validation": "^2.2.3",
"monolog/monolog": "^2.2.0",
"cocur/slugify": "^4.0.0",
"ramsey/uuid": "^4.1.1",
"symfony/yaml": "^5.2.1",
"symfony/finder": "^5.2.1",
"symfony/yaml": "^5.2.5",
"symfony/finder": "^5.2.4",
"bnf/slim3-psr15": "^1.1.1",
"league/commonmark": "^1.5.7",
"league/commonmark": "^1.5.8",
"thunderer/shortcode": "^0.7.4",
"composer/semver": "^3.2.4",
"guzzlehttp/guzzle": "7.2.0"
"guzzlehttp/guzzle": "7.3.0"
},
"suggest": {
"ext-zend-opcache": "Recommended for better performance",
@@ -77,10 +77,10 @@
]
},
"require-dev": {
"doctrine/coding-standard": "8.2.0",
"pestphp/pest": "^1.0.0",
"phpstan/phpstan": "^0.12.66",
"symfony/var-dumper": "^5.2.1",
"doctrine/coding-standard": "9.0.0",
"pestphp/pest": "^1.0.5",
"phpstan/phpstan": "^0.12.83",
"symfony/var-dumper": "^5.2.6",
"victorjonsson/markdowndocs": "^1.3.8"
}
}