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

feat(composer): update dependencies

This commit is contained in:
Awilum
2021-08-02 12:28:17 +03:00
parent 92395ca279
commit 3f30532459

View File

@@ -28,7 +28,7 @@
"atomastic/session": "^2.0.0",
"atomastic/filesystem": "^2.0.0",
"atomastic/arrays": "^3.0.4",
"atomastic/arrays": "^3.0.5",
"atomastic/registry": "^3.0.0",
"atomastic/strings": "^3.0.2",
"atomastic/macroable": "^2.0.0",
@@ -41,23 +41,21 @@
"league/event": "^2.2.0",
"league/glide": "^2.0.0",
"phpfastcache/phpfastcache": "^8.0.5",
"phpfastcache/phpfastcache": "^8.0.6",
"respect/validation": "^2.2.3",
"monolog/monolog": "^2.2.0",
"monolog/monolog": "^2.3.2",
"cocur/slugify": "^4.0.0",
"ramsey/uuid": "^4.1.1",
"symfony/yaml": "^5.3.4",
"symfony/finder": "^5.2.9",
"league/commonmark": "^1.5.8",
"symfony/yaml": "^5.3.6",
"symfony/finder": "^5.3.4",
"thunderer/shortcode": "^0.7.4",
"composer/semver": "^3.2.5",
"slim/psr7": "^1.4",
"php-di/php-di": "^6.3",
"php-di/slim-bridge": "^3.1",
"php-di/php-di": "^6.3.4",
"php-di/slim-bridge": "^3.1.1",
"middlewares/whoops": "^2.0"
},
"suggest": {
@@ -77,9 +75,9 @@
},
"require-dev": {
"doctrine/coding-standard": "9.0.0",
"pestphp/pest": "^1.0.5",
"phpstan/phpstan": "^0.12.83",
"symfony/var-dumper": "^5.2.6",
"pestphp/pest": "^1.12.0",
"phpstan/phpstan": "^0.12.94",
"symfony/var-dumper": "^5.3.6",
"victorjonsson/markdowndocs": "^1.3.8",
"kint-php/kint": "^3.3"
}