Skip to content

Instantly share code, notes, and snippets.

@Tjoosten
Last active September 2, 2016 17:21
Show Gist options
  • Save Tjoosten/c5eafb0f9dbb9d0557ecf4d77682c7c2 to your computer and use it in GitHub Desktop.
Save Tjoosten/c5eafb0f9dbb9d0557ecf4d77682c7c2 to your computer and use it in GitHub Desktop.
erroring laravel package dev.
D:\test_envs\package_laravel_world>composer require tjoosten/countries
[InvalidArgumentException]
Could not find package tjoosten/countries at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability
require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classma
p-authoritative] [--] [<packages>]...
D:\test_envs\package_laravel_world>composer require tjoosten/countries
[InvalidArgumentException]
Could not find package tjoosten/countries at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability
require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classma
p-authoritative] [--] [<packages>]...
D:\test_envs\package_laravel_world>
{
"name": "tjoosten/countries",
"description": "Countries implementation for Laravel",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Tim Joosten",
"email": "Tjoosten3@gmail.com"
}
],
"minimum-stability": "stable",
"require": {
"php" : ">=5.6.0",
"illuminate/support": "5.1.*|5.2.*|5.3.*",
"illuminate/console": "5.1.*|5.2.*|5.3.*",
"illuminate/database": "5.1.*|5.2.*|5.3.*"
},
"autoload" : {
"psr-0" : {
"Tjoosten\\World" : "src/"
}
}
}
Github -> https://github.com/Tjoosten/laravel-world
Packagist -> https://packagist.org/packages/tjoosten/countries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment