Skip to content

Instantly share code, notes, and snippets.

@chadfurman
Created November 13, 2014 14:22
Show Gist options
  • Save chadfurman/9e758e2a5f4a1a65b8ef to your computer and use it in GitHub Desktop.
Save chadfurman/9e758e2a5f4a1a65b8ef to your computer and use it in GitHub Desktop.
Loading composer repositories with package information
Reading composer.json of fuzz/laravel-admin (v4.0.0)
Importing tag v4.0.0 (4.0.0.0)
Reading composer.json of fuzz/laravel-admin (v4.1.0)
Importing tag v4.1.0 (4.1.0.0)
Reading composer.json of fuzz/laravel-admin (v4.1.1)
Importing tag v4.1.1 (4.1.1.0)
Reading composer.json of fuzz/laravel-admin (v4.1.10)
Importing tag v4.1.10 (4.1.10.0)
Reading composer.json of fuzz/laravel-admin (v4.1.11)
Importing tag v4.1.11 (4.1.11.0)
Reading composer.json of fuzz/laravel-admin (v4.1.12)
Importing tag v4.1.12 (4.1.12.0)
Reading composer.json of fuzz/laravel-admin (v4.1.13)
Importing tag v4.1.13 (4.1.13.0)
Reading composer.json of fuzz/laravel-admin (v4.1.14)
Importing tag v4.1.14 (4.1.14.0)
Reading composer.json of fuzz/laravel-admin (v4.1.15)
Importing tag v4.1.15 (4.1.15.0)
Reading composer.json of fuzz/laravel-admin (v4.1.16)
Importing tag v4.1.16 (4.1.16.0)
Reading composer.json of fuzz/laravel-admin (v4.1.2)
Importing tag v4.1.2 (4.1.2.0)
Reading composer.json of fuzz/laravel-admin (v4.1.3)
Importing tag v4.1.3 (4.1.3.0)
Reading composer.json of fuzz/laravel-admin (v4.1.4)
Importing tag v4.1.4 (4.1.4.0)
Reading composer.json of fuzz/laravel-admin (v4.1.5)
Importing tag v4.1.5 (4.1.5.0)
Reading composer.json of fuzz/laravel-admin (v4.1.6)
Importing tag v4.1.6 (4.1.6.0)
Reading composer.json of fuzz/laravel-admin (v4.1.7)
Importing tag v4.1.7 (4.1.7.0)
Reading composer.json of fuzz/laravel-admin (v4.1.8)
Importing tag v4.1.8 (4.1.8.0)
Reading composer.json of fuzz/laravel-admin (v4.1.9)
Importing tag v4.1.9 (4.1.9.0)
Reading composer.json of fuzz/laravel-admin (dev)
Importing branch dev (dev-dev)
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package fuzz/laravel-admin could not be found in any version, there may be a typo in the package name.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.
Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
Installation failed, reverting ./composer.json to its original content.
@chadfurman
Copy link
Author

{
    "name": "laravel/laravel",
    "description": "The Laravel Framework.",
    "keywords": ["framework", "laravel"],
    "license": "MIT",
    "type": "project",
    "require": {
        "laravel/framework": "4.2.*"
    },
    "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": "dev",
    "repositories": {
        "fuzz": {
            "type": "vcs",
            "url": "[email protected]:chad/laravel-admin.git"
        }
    },
    "require-dev": {
        "raveren/kint": "dev-master"
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment