Laravel 5.3缺少IronMQ支持

时间:2016-10-07 16:06:29

标签: laravel-5

我正在使用Laravel 5.3.17并且发现它没有附带IronMQ驱动程序。我尝试从https://github.com/LaravelCollective/iron-queue安装驱动程序,但由于未解决的要求,composer无法安装它。这是作曲家的输出:

dsProducts.Tables.Add(commDt.Copy) -- commDt is the DataTable linked to the UltraGrid
tr = con.BeginTransaction(

  For Each dr As DataRow In dsProducts.Tables(0).Rows
    If dr.RowState = DataRowState.Deleted Then
     Try

有什么想法吗?

由于

1 个答案:

答案 0 :(得分:0)

这可能已经晚了,但是对于有相同问题的任何人,请尝试在composer.yml中使用以下内容:

"laravelcollective/iron-queue": "5.3.*"