18 lines
416 B
JSON
Executable File
18 lines
416 B
JSON
Executable File
{
|
|
"name": "railsphp/railsphp",
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"zendframework/zend-validator": "2.2.*",
|
|
"zendframework/zend-log": "2.2.*",
|
|
"zendframework/zend-mail": "2.2.*",
|
|
"symfony/yaml": "2.3.*",
|
|
"leafo/scssphp": "0.0.8",
|
|
"toopay/assetic-minifier": "1.0.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Rails\\": "lib/"
|
|
}
|
|
}
|
|
}
|