-
- Downloads
Upgrading templates to 4.1
composer.json
0 → 100644
{ | |||
"config": { | |||
"vendor-dir": "vendor/composer" | |||
}, | |||
"require": { | |||
"simple-cas/simple-cas": "dev-master", | |||
"pear-pear.php.net/HTTP_Request2": "*", | |||
"tedivm/stash": "0.12.*", | |||
"unl/unl_cache_lite": "0.1.*", | |||
"unl/php-wdn-templates": "^4.1" | |||
}, | |||
"repositories": [ | |||
{ | |||
"type": "vcs", | |||
"url": "https://github.com/saltybeagle/SimpleCAS.git" | |||
}, | |||
{ | |||
"type": "pear", | |||
"url": "http://pear.php.net" | |||
}, | |||
{ | |||
"type": "vcs", | |||
"url": "https://github.com/unl/phpdwtparser.git" | |||
}, | |||
{ | |||
"type": "vcs", | |||
"url": "https://github.com/unlpear/UNL_Cache_Lite.git" | |||
} | |||
], | |||
"prefer-stable": true | |||
} | |||
\ No newline at end of file |
composer.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment