Git Product home page Git Product logo

Comments (10)

radmen avatar radmen commented on August 11, 2024 1

@brianhaveri well it's nice to know that You're alive :)

from underscore.php.

radmen avatar radmen commented on August 11, 2024

+1 for that.

from underscore.php.

joseym avatar joseym commented on August 11, 2024

I'm going to go ahead and build the composer.json file and issue a PR - hopefully it will be accepted.

from underscore.php.

radmen avatar radmen commented on August 11, 2024

The problem is that @brianhaveri seems not to be very active on Github lately..

from underscore.php.

brianhaveri avatar brianhaveri commented on August 11, 2024

Yeah, I've been a little swamped. I'm trying to get through the issues list this week though. More to come.

from underscore.php.

joseym avatar joseym commented on August 11, 2024

@brianhaveri great to see you!

from underscore.php.

hjr3 avatar hjr3 commented on August 11, 2024

@joseym Did you submit a PR? I did not see one.

A big 👍 for composer support for underscore.

from underscore.php.

nicklasos avatar nicklasos commented on August 11, 2024

And what about composer support?

from underscore.php.

zacharyrankin avatar zacharyrankin commented on August 11, 2024

I got this to work by making my composer.json look like this.

{
    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "brianhaveri/Underscore.php",
                "version": "dev-master",
                "source": {
                    "url": "https://github.com/brianhaveri/Underscore.php",
                    "type": "git",
                    "reference": "master"
                },
                "autoload": {
                    "classmap": ["underscore.php"]
                }
            }
        }
    ],
    "require": {
        "brianhaveri/Underscore.php": "dev-master"
    }
}

from underscore.php.

DannyFeliz avatar DannyFeliz commented on August 11, 2024

Thanks @zacharyrankin this works for me 👍

from underscore.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.