Coder Social home page Coder Social logo

Comments (5)

mtvs avatar mtvs commented on July 4, 2024

@eightyfive I had the same problem, thanks to your information I managed to install it through github.

I added repositories attribute to my composer.json with the following specification:

"repositories":
[
  {
    "type": "package",
    "package": {
      "name": "nanigans/single-table-inheritance",
      "version": "0.5.0",
      "source": {
        "url": "https://github.com/Nanigans/single-table-inheritance.git",
        "type": "git",
        "reference": "master"
      },
      "autoload": {
        "psr-4": {
          "Nanigans\\SingleTableInheritance\\": "src/"
        }
      }
    }
  }
]

from single-table-inheritance.

pdiddy avatar pdiddy commented on July 4, 2024

Or in your composer.json file use "nanigans/single-table-inheritance": "dev-master"

from single-table-inheritance.

eightyfive avatar eightyfive commented on July 4, 2024

@pdiddy Thx. But can only act as a temporary workaround. dev-master is not stable nor recommended for Production.

I leave the issue open as I believe this is still not updated on Packagist.

from single-table-inheritance.

jonspalmer avatar jonspalmer commented on July 4, 2024

created a 0.6 version. Let me know if that fixes the problem and we can close this out.

from single-table-inheritance.

pdiddy avatar pdiddy commented on July 4, 2024

Works for me -- thanks very much

from single-table-inheritance.

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.