-
- Downloads
Merge branch 'support-5.3' into 'master'
Support WDN version 5.3 See merge request !12
No related branches found
No related tags found
... | @@ -5,19 +5,15 @@ | ... | @@ -5,19 +5,15 @@ |
}, | }, | ||
"require": { | "require": { | ||
"jasig/phpcas": "1.3.x-dev", | "jasig/phpcas": "1.3.x-dev", | ||
"pear-pear.php.net/HTTP_Request2": "*", | "pear/http_request2": "*", | ||
"tedivm/stash": "0.12.*", | "tedivm/stash": "0.12.*", | ||
"unl/php-wdn-templates": "^5.2", | "unl/php-wdn-templates": "^5.3", | ||
"unl/unl_cache_lite": "0.1.*", | "unl/unl_cache_lite": "0.1.*", | ||
"php-activerecord/php-activerecord": "^1.1", | "php-activerecord/php-activerecord": "^1.1", | ||
"altorouter/altorouter": "1.1.0", | "altorouter/altorouter": "1.1.0", | ||
"phpmailer/phpmailer": "^5.2" | "phpmailer/phpmailer": "^5.2" | ||
}, | }, | ||
"repositories": [ | "repositories": [ | ||
{ | |||
"type": "pear", | |||
"url": "http://pear.php.net" | |||
}, | |||
{ | { | ||
"type": "vcs", | "type": "vcs", | ||
"url": "https://github.com/unlpear/UNL_Cache_Lite.git" | "url": "https://github.com/unlpear/UNL_Cache_Lite.git" | ||
... | ... |
Please register or sign in to comment