Add missing packages

This commit is contained in:
Nabeel Shahzad 2017-12-11 22:26:21 -06:00
parent 8854c28d64
commit 93d4ed617c
2 changed files with 39 additions and 251 deletions

View File

@ -35,7 +35,6 @@
"toin0u/geotools-laravel": "^1.0",
"anlutro/l4-settings": "0.6.0",
"webpatser/laravel-uuid": "3.0.1",
"chrisbjr/api-guard": "4.1.0",
"spatie/laravel-fractal": "5.3.0",
"composer/semver": "1.4.2",
"dg/rss-php": "1.2",
@ -45,8 +44,10 @@
"scriptfusion/phpunit-immediate-exception-printer": "1.3.0",
"nwidart/laravel-modules": "2.6.0",
"sebastiaanluca/laravel-helpers": "1.0.2",
"jackiedo/timezonelist": "5.x",
"tivie/php-os-detector": "1.1.0",
"nabeel/laravel-installer": "dev-master",
"tivie/php-os-detector": "1.1.0"
"nabeel/vacentral": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "6.4.0",

285
composer.lock generated
View File

@ -4,59 +4,64 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "beec22933bfc1504008682e0c932df55",
"content-hash": "d6efe5859abe9f86a42105ac8e7f3dfb",
"packages": [
{
"name": "chrisbjr/api-guard",
"version": "4.1.0",
"name": "anlutro/l4-settings",
"version": "0.6.0",
"source": {
"type": "git",
"url": "https://github.com/chrisbjr/api-guard.git",
"reference": "61643eabdb5d4e1ec1b105a7dc142f4cceff1c33"
"url": "https://github.com/anlutro/laravel-settings.git",
"reference": "48c9adb5c6c0736f7ace44c29c48759fc1163e0b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/chrisbjr/api-guard/zipball/61643eabdb5d4e1ec1b105a7dc142f4cceff1c33",
"reference": "61643eabdb5d4e1ec1b105a7dc142f4cceff1c33",
"url": "https://api.github.com/repos/anlutro/laravel-settings/zipball/48c9adb5c6c0736f7ace44c29c48759fc1163e0b",
"reference": "48c9adb5c6c0736f7ace44c29c48759fc1163e0b",
"shasum": ""
},
"require": {
"ellipsesynergie/api-response": "*",
"illuminate/database": "^5.3.0",
"illuminate/support": "^5.3.0",
"php": ">=5.6.4"
"illuminate/support": ">=4.1 <6.0",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0"
"illuminate/database": ">=4.1 <6.0",
"illuminate/filesystem": ">=4.1 <6.0",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": ">=4.8, <6"
},
"suggest": {
"illuminate/database": "Save settings to a database table.",
"illuminate/filesystem": "Save settings to a JSON file."
},
"type": "library",
"extra": {
"laravel": {
"aliases": {
"Setting": "anlutro\\LaravelSettings\\Facade"
},
"providers": [
"anlutro\\LaravelSettings\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Chrisbjr\\ApiGuard\\": "src"
"anlutro\\LaravelSettings\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Bautista",
"email": "chrisbjr@gmail.com"
},
{
"name": "Mark Jayson Fuentes",
"email": "awkwardusername@gmail.com"
"name": "Andreas Lutro",
"email": "anlutro@gmail.com"
}
],
"description": "A simple way of authenticating your APIs with API keys using Laravel",
"homepage": "https://github.com/chrisbjr/api-guard",
"keywords": [
"api",
"api authentication",
"api keys",
"json",
"laravel",
"rest"
],
"time": "2017-09-26T13:33:58+00:00"
"description": "Persistent settings in Laravel.",
"time": "2017-11-08T18:16:13+00:00"
},
{
"name": "composer/semver",
@ -822,67 +827,6 @@
],
"time": "2017-11-15T23:40:40+00:00"
},
{
"name": "ellipsesynergie/api-response",
"version": "0.15.0",
"source": {
"type": "git",
"url": "https://github.com/ellipsesynergie/api-response.git",
"reference": "1e6936b12403e93c72af109a2fa83c0dedd4adff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ellipsesynergie/api-response/zipball/1e6936b12403e93c72af109a2fa83c0dedd4adff",
"reference": "1e6936b12403e93c72af109a2fa83c0dedd4adff",
"shasum": ""
},
"require": {
"league/fractal": "~0.17",
"php": ">=5.4.0"
},
"require-dev": {
"illuminate/contracts": "~5.0",
"illuminate/http": "~5.0",
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.16-dev"
}
},
"autoload": {
"psr-4": {
"EllipseSynergie\\ApiResponse\\": "src",
"EllipseSynergie\\ApiResponse\\Tests\\": "tests"
}
},
"notification-url": "http://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Maxime Beaudoin",
"email": "maxime.beaudoin@ellipse-synergie.com",
"role": "Developer"
},
{
"name": "Phil Sturgeon",
"email": "email@philsturgeon.co.uk",
"role": "Developer"
}
],
"description": "Simple package to handle response properly in your API",
"homepage": "https://github.com/ellipsesynergie/api-response",
"keywords": [
"api",
"fractal",
"json"
],
"time": "2017-09-11T12:16:35+00:00"
},
{
"name": "erusev/parsedown",
"version": "1.6.4",
@ -3379,127 +3323,6 @@
],
"time": "2017-08-03T14:08:16+00:00"
},
{
"name": "pragmarx/version",
"version": "v0.2.1",
"source": {
"type": "git",
"url": "https://github.com/antonioribeiro/version.git",
"reference": "fd2eec365012f2f6e00a20f39e23e8efb8913ae9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/antonioribeiro/version/zipball/fd2eec365012f2f6e00a20f39e23e8efb8913ae9",
"reference": "fd2eec365012f2f6e00a20f39e23e8efb8913ae9",
"shasum": ""
},
"require": {
"laravel/framework": "^5.5",
"php": "^7.0",
"pragmarx/yaml": "^0.1",
"symfony/process": "^3.3"
},
"require-dev": {
"orchestra/testbench": "^3.5",
"phpunit/phpunit": "^6.4"
},
"type": "library",
"extra": {
"component": "package",
"laravel": {
"providers": [
"PragmaRX\\Version\\Package\\ServiceProvider"
],
"aliases": {
"Version": "PragmaRX\\Version\\Package\\Facade"
}
}
},
"autoload": {
"psr-4": {
"PragmaRX\\Version\\Package\\": "src/package",
"PragmaRX\\Version\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Antonio Carlos Ribeiro",
"email": "acr@antoniocarlosribeiro.com",
"role": "Creator & Designer"
}
],
"description": "Take control over your Laravel app version",
"keywords": [
"laravel",
"version",
"versioning"
],
"time": "2017-12-02T23:56:29+00:00"
},
{
"name": "pragmarx/yaml",
"version": "v0.1.4",
"source": {
"type": "git",
"url": "https://github.com/antonioribeiro/yaml.git",
"reference": "b510623eb5008cc468e00a31259a3c860dd2b267"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/antonioribeiro/yaml/zipball/b510623eb5008cc468e00a31259a3c860dd2b267",
"reference": "b510623eb5008cc468e00a31259a3c860dd2b267",
"shasum": ""
},
"require": {
"laravel/framework": "^5.5",
"php": "^7.0",
"symfony/yaml": "^3.3"
},
"require-dev": {
"orchestra/testbench": "^3.5",
"phpunit/phpunit": "^6.4"
},
"type": "library",
"extra": {
"component": "package",
"laravel": {
"providers": [
"PragmaRX\\Yaml\\Package\\ServiceProvider"
],
"aliases": {
"Yaml": "PragmaRX\\Yaml\\Package\\Facade"
}
}
},
"autoload": {
"psr-4": {
"PragmaRX\\Yaml\\Package\\": "src/package",
"PragmaRX\\Yaml\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Antonio Carlos Ribeiro",
"email": "acr@antoniocarlosribeiro.com",
"role": "Creator & Designer"
}
],
"description": "Load your Laravel config files using yaml",
"keywords": [
"config",
"laravel",
"yaml"
],
"time": "2017-12-05T20:32:21+00:00"
},
{
"name": "prettus/l5-repository",
"version": "2.6.28",
@ -6382,42 +6205,6 @@
],
"time": "2015-02-23T12:40:40+00:00"
},
{
"name": "tremby/laravel-git-version",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/tremby/laravel-git-version.git",
"reference": "8c462c3209f13b4343f38c126a216bbdeabf6598"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tremby/laravel-git-version/zipball/8c462c3209f13b4343f38c126a216bbdeabf6598",
"reference": "8c462c3209f13b4343f38c126a216bbdeabf6598",
"shasum": ""
},
"require": {
"illuminate/support": ">=4"
},
"type": "library",
"autoload": {
"psr-4": {
"Tremby\\LaravelGitVersion\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bart Nagel",
"email": "bart@tremby.net"
}
],
"description": "A helper to get the current git version of the application",
"time": "2017-04-03T23:17:44+00:00"
},
{
"name": "vlucas/phpdotenv",
"version": "v2.4.0",
@ -7456,7 +7243,7 @@
"nabeel/laravel-installer": 20,
"nabeel/vacentral": 20
},
"prefer-stable": true,
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.0"