1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-09 22:56:46 +02:00

Added require vendors versions in composer.json

This commit is contained in:
Awilum
2018-06-17 14:54:49 +03:00
parent 20fb11077d
commit 3bb1f39099

View File

@@ -17,27 +17,27 @@
},
"require": {
"php": ">=7.1.3",
"doctrine/cache": "1.*",
"symfony/yaml": "4.*",
"thunderer/shortcode": "0.*",
"flextype-components/arr" : "1.*",
"flextype-components/assets" : "1.*",
"flextype-components/cookie" : "1.*",
"flextype-components/date" : "1.*",
"flextype-components/debug" : "1.*",
"flextype-components/event" : "1.*",
"flextype-components/errorhandler" : "1.*",
"flextype-components/filesystem" : "1.*",
"flextype-components/form" : "1.*",
"flextype-components/i18n" : "1.*",
"flextype-components/http" : "1.*",
"flextype-components/html" : "1.*",
"flextype-components/number" : "1.*",
"flextype-components/notification" : "1.*",
"flextype-components/registry" : "1.*",
"flextype-components/token" : "1.*",
"flextype-components/view" : "1.*",
"flextype-components/text" : "1.*"
"doctrine/cache": "1.7.1",
"symfony/yaml": "4.1.0",
"thunderer/shortcode": "0.6.5",
"flextype-components/arr" : "1.2.3",
"flextype-components/assets" : "1.0.1",
"flextype-components/cookie" : "1.1.0",
"flextype-components/date" : "1.0.0",
"flextype-components/debug" : "1.0.0",
"flextype-components/event" : "1.0.4",
"flextype-components/errorhandler" : "1.0.4",
"flextype-components/filesystem" : "1.1.1",
"flextype-components/form" : "1.0.1",
"flextype-components/i18n" : "1.0.1",
"flextype-components/http" : "1.1.1",
"flextype-components/html" : "1.0.0",
"flextype-components/number" : "1.0.0",
"flextype-components/notification" : "1.0.1",
"flextype-components/registry" : "1.1.0",
"flextype-components/token" : "1.1.0",
"flextype-components/view" : "1.1.1",
"flextype-components/text" : "1.0.2"
},
"autoload": {
"classmap": [