【发布时间】:2012-07-07 21:25:03
【问题描述】:
我正在尝试将 propel 与 composer 一起使用,但我遇到了错误。
我的 composer.json 是:
{
"require": {
"propel/propel" : "*"
}
}
错误是:
Problem 1
- The requested package propel/propel * could not be found.
有谁知道我错过了什么?我在谷歌上搜索,但我不明白。
【问题讨论】:
标签: php propel composer-php