infobip / oneapi-php

oneapi-php
https://developer.infobip.com/api
Apache License 2.0
12 stars 12 forks source link

Composer version #5

Closed younggeeks closed 9 years ago

younggeeks commented 9 years ago

which version do i write on Composer besides dev-master ! Cuz i've tried 1.0.0.0 it didnt work ! Help please

mmiroslav commented 9 years ago

Hi Sam,

Let's try it without any version:

    "require" : {
        "infobip/oneapi": "dev-master"
    }

Current version of our library on composer is 1.0.0 . If you need any help, feel free to ask!

Kind regards

younggeeks commented 9 years ago

Im trying to create a package for laravel 4 ! When i require like

"require" : { "infobip/oneapi": "dev-master" }

It works but when i upload the package it requires the exact version ! I tried version 1.0.0.0 it didnt work

On Thu, Dec 18, 2014 at 5:43 PM, Miroslav Milivojevic < notifications@github.com> wrote:

Hi Sam,

Let's try it without any version:

"require" : {
    "infobip/oneapi": "dev-master"
}

Current version of our library on composer is 1.0.0 . If you need any help, feel free to ask!

Kind regards

— Reply to this email directly or view it on GitHub https://github.com/infobip/oneapi-php/issues/5#issuecomment-67494597.