Coder Social home page Coder Social logo

Comments (9)

lesstif avatar lesstif commented on June 12, 2024

this is not seamlessly integrated with laravel(no service provider, no facade) yet, but you can use it like common PHP composer package.

from php-jira-rest-client.

codybutz avatar codybutz commented on June 12, 2024

@lesstif The only issue is that Laravel 5.0+ requires phpdotenv 2.0+ and the requirement on this project is 1.0, therefore there are issues installing it through composer.

from php-jira-rest-client.

lesstif avatar lesstif commented on June 12, 2024

@codybutz Laravel 5.0, 5.1 requires phpdotenv 1.0, but 5.2 requires 2.0, so I believe this is only affect 5.2+.
are you running the 5.2 version?

from php-jira-rest-client.

codybutz avatar codybutz commented on June 12, 2024

@lesstif Yes, I apologize. Laravel 5.2 requires phpdotenv 2.0. If you could make this repository allow >1.0 that would be great so it is compatible with Laravel 5.2!

from php-jira-rest-client.

lesstif avatar lesstif commented on June 12, 2024

@codybutz i was released new version 1.6.0. would you test this version with your laravel project?

thanks

from php-jira-rest-client.

tschifftner avatar tschifftner commented on June 12, 2024

The new requirement breaks non-laraval installs - 1.5.2 is working.

from php-jira-rest-client.

lesstif avatar lesstif commented on June 12, 2024

@tschifftner 1.6 just changed phpdotenv 1.0 to 2.0. Are you already used or dependent to phpdotenv 1.0 in your project?

from php-jira-rest-client.

tschifftner avatar tschifftner commented on June 12, 2024

No, I started with an empty composer file like:

{
    "require": {
        "lesstif/php-jira-rest-client": "dev-master"
    }
}

from php-jira-rest-client.

lesstif avatar lesstif commented on June 12, 2024

@tschifftner i was fixed this bug . thanks very much.

from php-jira-rest-client.

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.