Git Product home page Git Product logo

Comments (11)

kirill-konshin avatar kirill-konshin commented on June 27, 2024

Yes, I will look into it.

from ringcentral-php.

kirill-konshin avatar kirill-konshin commented on June 27, 2024

3.* requires PHP 5.5.9 and currently RC PHP SDK supports PHP 5.3.

from ringcentral-php.

knicola avatar knicola commented on June 27, 2024

I'm currently running 5.5.9 and I haven't noticed any issues with the SDK.

from ringcentral-php.

kirill-konshin avatar kirill-konshin commented on June 27, 2024

RC SDK is fully compatible with 5.5.9.

The issue is that some of our clients still use PHP 5.3 so we can't upgrade our dependencies right away. We have plans of discarding support of 5.3 and 5.4 in nearest future, within this process I will also upgrade all the dependencies, stay tuned.

from ringcentral-php.

kirill-konshin avatar kirill-konshin commented on June 27, 2024

I have pushed the 2.0.0 candidate to develop branch. You can start using it by having dev-develop as SDK version in your composer.json. Contact me if you'll have any issues.

from ringcentral-php.

bdeanindy avatar bdeanindy commented on June 27, 2024

I received the following output while installing the SDK via composer in PHP 5.6:

benjamin.dean@LMRC3973:~/ApacheSites/ringcentralPHP56 (HEAD: ref: refs/heads/master) $ php composer.phar require ringcentral/ringcentral-php
Using version ^1.1 for ringcentral/ringcentral-php
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing symfony/event-dispatcher (v2.8.4)
    Downloading: 100%         

  - Installing pubnub/pubnub (3.8.1)
    Downloading: 100%         

  - Installing psr/http-message (1.0)
    Downloading: 100%         

  - Installing ringcentral/psr7 (1.2.1)
    Downloading: 100%         

  - Installing ringcentral/ringcentral-php (1.1.1)
    Downloading: 100%         

symfony/event-dispatcher suggests installing symfony/dependency-injection ()
symfony/event-dispatcher suggests installing symfony/http-kernel ()
Writing lock file
Generating autoload files

Once I switched the version in composer.json to be 'dev-develop' then I was able to install via composer without any notifications of the symfony/event-dispatcher suggestions.

from ringcentral-php.

kirill-konshin avatar kirill-konshin commented on June 27, 2024

Is the issue still reproduced on version 2.0.0?

from ringcentral-php.

izzyp avatar izzyp commented on June 27, 2024

@kirill-konshin

Is RC v2 only compatible with version symfony/event-dispatcher v3.0?

We're using Laravel 5.1 on a project which requires symfony/event-dispatcher ^2.7 making RC v2 incompatible.

Would RC v2 potentially work with either "^2.7|^3.3" ?

If so, can you update the dependancy in composer to reflect compatibility with either version.
"symfony/event-dispatcher": "^2.7|^3.3"

from ringcentral-php.

anilkumarbp avatar anilkumarbp commented on June 27, 2024

@izzyp

I have created a branch named laravel-5.1 on my Fork and have updated the dependency in the composer for the package :

"symfony/event-dispatcher": "^2.7|^3.3"

Can you validate, please? Just copy this in your composer.json

    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/anilkumarbp/ringcentral-php"
        }
    ],
    "require": {
        "php": ">=5.5.9",
        "laravel/framework": "5.1.*",
        "ringcentral/ringcentral-php": "dev-laravel-5.1"
    }

I would need to vaildate if the same works on 5.2 and does not break the backward compatibility.

from ringcentral-php.

izzyp avatar izzyp commented on June 27, 2024

@anilkumarbp

Yup - working fine.

Thanks!

from ringcentral-php.

kirill-konshin avatar kirill-konshin commented on June 27, 2024

Released 2.1.1

from ringcentral-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.