mirror of
https://github.com/flextype/flextype.git
synced 2025-08-06 13:16:45 +02:00
Update composer.json
This commit is contained in:
@@ -18,52 +18,45 @@
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.4 || ^8.0",
|
||||
"ext-json": "*",
|
||||
"ext-dom": "*",
|
||||
"ext-spl": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-fileinfo": "*",
|
||||
|
||||
"glowy/session": "^3.0.0",
|
||||
"glowy/filesystem": "^3.1.0",
|
||||
"glowy/arrays": "^4.0.0",
|
||||
"glowy/view": "^1.0.0",
|
||||
"glowy/registry": "^4.0.0",
|
||||
"glowy/strings": "^4.4.0",
|
||||
"glowy/macroable": "^3.1.0",
|
||||
"glowy/csrf": "^2.0.1",
|
||||
|
||||
"slim/slim": "^4.10.0",
|
||||
|
||||
"league/event": "^2.2.0",
|
||||
"intervention/image": "^2.7.1",
|
||||
|
||||
"phpfastcache/phpfastcache": "^8.1.3",
|
||||
|
||||
"respect/validation": "^2.2.3",
|
||||
"monolog/monolog": "^2.6.0",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-spl": "*",
|
||||
"cocur/slugify": "^4.1.0",
|
||||
"ramsey/uuid": "4.2.3",
|
||||
"symfony/yaml": "^5.4.3",
|
||||
"symfony/finder": "^5.4.3",
|
||||
|
||||
"thunderer/shortcode": "^0.7.5",
|
||||
|
||||
"colinodell/json5": "^2.2.2",
|
||||
"composer/semver": "^3.3.2",
|
||||
"slim/psr7": "^1.5",
|
||||
"filp/whoops": "^2.14.5",
|
||||
"glowy/arrays": "^4.0.0",
|
||||
"glowy/csrf": "^2.0.1",
|
||||
"glowy/filesystem": "^3.1.0",
|
||||
"glowy/macroable": "^3.1.0",
|
||||
"glowy/registry": "^4.0.0",
|
||||
"glowy/session": "^3.0.0",
|
||||
"glowy/strings": "^4.4.0",
|
||||
"glowy/view": "^1.0.0",
|
||||
"intervention/image": "^2.7.1",
|
||||
"intervention/imagecache": "^2.5",
|
||||
"league/commonmark": "^2.3.1",
|
||||
"league/event": "^2.2.0",
|
||||
"monolog/monolog": "^2.6.0",
|
||||
"netcarver/textile": "^3.7",
|
||||
"nette/neon": "^3.3.3",
|
||||
"php-di/php-di": "^6.4.0",
|
||||
"php-di/slim-bridge": "^3.2.0",
|
||||
"nette/neon": "^3.3.3",
|
||||
"league/commonmark": "^2.3.1",
|
||||
"phpfastcache/phpfastcache": "^8.1.3",
|
||||
"ramsey/uuid": "4.2.3",
|
||||
"respect/validation": "^2.2.3",
|
||||
"siriusphp/upload": "^3.0.1",
|
||||
|
||||
"filp/whoops": "^2.14.5",
|
||||
"slim/psr7": "^1.5",
|
||||
"slim/slim": "^4.10.0",
|
||||
"symfony/console": "^5.4.9",
|
||||
"symfony/var-exporter": "^5.4.9",
|
||||
"symfony/expression-language": "^5.4.8",
|
||||
"symfony/finder": "^5.4.3",
|
||||
"symfony/var-exporter": "^5.4.9",
|
||||
"symfony/yaml": "^5.4.3",
|
||||
"thermage/thermage": "^0.19.0",
|
||||
"colinodell/json5": "^2.2.2",
|
||||
"netcarver/textile": "^3.7"
|
||||
"thunderer/shortcode": "^0.7.5"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-zend-opcache": "Recommended for better performance",
|
||||
|
Reference in New Issue
Block a user