-
- Downloads
Fix Comptoir-srv#245
parent
419b0a27
No related branches found
No related tags found
... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
"license": "MIT", | "license": "MIT", | ||
"require": { | "require": { | ||
"php": ">=5.5.9", | "php": ">=5.5.9", | ||
"cakephp/cakephp": "~3.2", | "cakephp/cakephp": "3.2.*", | ||
"mobiledetect/mobiledetectlib": "2.*", | "mobiledetect/mobiledetectlib": "2.*", | ||
"cakephp/migrations": "~1.0", | "cakephp/migrations": "~1.0", | ||
"cakephp/plugin-installer": "*", | "cakephp/plugin-installer": "*", | ||
... | @@ -38,6 +38,6 @@ | ... | @@ -38,6 +38,6 @@ |
"post-install-cmd": "App\\Console\\Installer::postInstall", | "post-install-cmd": "App\\Console\\Installer::postInstall", | ||
"post-autoload-dump": "Cake\\Composer\\Installer\\PluginInstaller::postAutoloadDump" | "post-autoload-dump": "Cake\\Composer\\Installer\\PluginInstaller::postAutoloadDump" | ||
}, | }, | ||
"minimum-stability": "dev", | "minimum-stability": "stable", | ||
"prefer-stable": true | "prefer-stable": true | ||
} | } |
This diff is collapsed.
Please register or sign in to comment