Code Monkey home page Code Monkey logo

Comments (7)

brunogaspar avatar brunogaspar commented on May 8, 2024

Paste your composer.json file content, it seems to be an issue with GitHub.

from sentinel.

brunogaspar avatar brunogaspar commented on May 8, 2024

Just tried it here, and it works perfectly fine.

So it's either an issue on your end or something weird happened when composer contacted GitHub API.

from sentinel.

naillizard avatar naillizard commented on May 8, 2024
{
    "name": "laravel/laravel",
    "description": "The Laravel Framework.",
    "keywords": ["framework", "laravel"],
    "license": "MIT",
    "require": {
        "laravel/framework": "4.2.*",
        "twitter/bootstrap": "3.2.*@dev",
         "cartalyst/sentinel": "dev-master"
    },
    "require-dev": {
        "way/generators": "dev-master",
        "phpspec/phpspec": "2.1.*@dev",
        "codeception/codeception": "dev-master"
    },
    "autoload": {
        "classmap": [
            "app/commands",
            "app/controllers",
            "app/models",
            "app/database/migrations",
            "app/database/seeds",
            "app/tests/TestCase.php"
        ]
    },
    "scripts": {
        "post-install-cmd": [
            "php artisan clear-compiled",
            "php artisan optimize"
        ],
        "post-update-cmd": [
            "php artisan clear-compiled",
            "php artisan optimize"
        ],
        "post-create-project-cmd": [
            "php artisan key:generate"
        ]
    },
    "config": {
        "preferred-install": "dist"
    },
    "minimum-stability": "stable"
}

from sentinel.

brunogaspar avatar brunogaspar commented on May 8, 2024

Don't use dev-master use the tagged one 1.0.*.

from sentinel.

naillizard avatar naillizard commented on May 8, 2024

I'll try again, but that was the first one I tried...

from sentinel.

brunogaspar avatar brunogaspar commented on May 8, 2024

Try to do composer self-update as well, but it worked fine, but usually those errors are GitHub related, not really much we can do :\

from sentinel.

naillizard avatar naillizard commented on May 8, 2024

Fresh install of composer, this also happens quite often, composer is doing my nerves lately.
php(65168,0x7fff722fc300) malloc: *** mach_vm_map(size=18446744071562072064) failed (error code=3)
*** error: can't allocate region
** set a breakpoint in malloc_error_break to debug
/usr/local/bin/composer: line 3: 65168 Segmentation fault: 11 /usr/bin/env php -d allow_url_fopen=On -d detect_unicode=Off /usr/local/Cellar/composer/1.0.0-alpha8/libexec/composer.phar $

from sentinel.

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.