Giter VIP home page Giter VIP logo

Comments (6)

tommygnr avatar tommygnr commented on July 23, 2024

It's a composer.json issue. An additional dependency on https://github.com/sebastianbergmann/finder-facade needs to be added to this repo and a composer.json needs to be added for that repo.
Unfortunately that is easier said than done as that repo has a dependency on https://github.com/theseer/fDOMDocument which is also lacking a composer.json
I have started forking and hacking away but it is going to take me a little while to figure this out, I haven't published a library to packagist.org before.

FYI for those who aren't experiencing this issue I suspect you already have the missing dependencies in a global include path populated by PEAR

from phploc.

tommygnr avatar tommygnr commented on July 23, 2024

I have issued pull requests to 3 libraries to fix this bug! It might take a little while for them to all be merged. In the meantime if you are desperate to use phploc through composer add this to you composer.json:

"require": {
    "phploc/phploc": "dev-fix-composer-json",
    "phploc/finder-facade": "dev-add-composer-json as 1.0.5",
    "theseer/fdomdocument": "dev-add-composer-json as 1.3.1"
},
"repositories": [
    {
        "type": "vcs",
        "url": "http://github.com/tommygnr/phploc"
    },
    {
        "type": "vcs",
        "url": "http://github.com/tommygnr/finder-facade"
    },
    {
        "type": "vcs",
        "url": "http://github.com/tommygnr/fDOMDocument"
    }
],

from phploc.

jamescarr avatar jamescarr commented on July 23, 2024

Thanks a lot man, this is pretty sweet! 🙀

from phploc.

jamescarr avatar jamescarr commented on July 23, 2024

@sebastianbergmann can we get a new tag so this can be resolved through composer? Thanks!

from phploc.

james75 avatar james75 commented on July 23, 2024

2nd'ed, please its such a pain to install.

from phploc.

blongden avatar blongden commented on July 23, 2024

👍

from phploc.

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.