Sequenzia/composer.json

20 lines
502 B
JSON
Raw Normal View History

2013-10-02 08:12:58 +02:00
{
"name": "railsphp/railsphp",
"require": {
"php": ">=5.4.0",
"zendframework/zend-validator": "2.2.*",
"zendframework/zend-log": "2.2.*",
"zendframework/zend-mail": "2.2.*",
2013-10-03 21:06:04 +02:00
"zendframework/zend-console": "2.2.*",
2013-10-03 04:13:53 +02:00
"symfony/yaml": "2.3.*",
2013-10-03 04:40:59 +02:00
"leafo/scssphp": "0.0.8",
2013-10-05 04:52:52 +02:00
"toopay/assetic-minifier": "1.0.0",
"composer/installers": "~1.0"
2013-10-02 08:12:58 +02:00
},
"autoload": {
"psr-0": {
2013-10-03 04:13:53 +02:00
"Rails\\": "lib/"
2013-10-02 08:12:58 +02:00
}
}
2013-10-02 18:14:53 +02:00
}