Update used packages to their latest versions

This commit is contained in:
DariusIII
2020-09-29 17:23:49 +02:00
parent d29a8a69d5
commit a1d1bd5a94
4 changed files with 395 additions and 29 deletions
+1 -1
View File
@@ -103,7 +103,7 @@
"dariusiii/tmdb-laravel": "^3.0",
"dariusiii/token": "^3.0",
"dariusiii/zipper": "^2.0",
"dborsatto/php-giantbomb": "^1.0",
"dborsatto/php-giantbomb": "^2.0",
"doctrine/dbal": "^2.7",
"fideloper/proxy": "^4.2",
"foolz/sphinxql-query-builder": "^2.0",
Generated
+326 -28
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "9b7fc9b1103a88683d35738007b9ac81",
"content-hash": "ce954383d5d12f64b7a2c46166d7eddf",
"packages": [
{
"name": "aharen/omdbapi",
@@ -313,6 +313,252 @@
],
"time": "2020-08-18T23:41:20+00:00"
},
{
"name": "cache/adapter-common",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-cache/adapter-common.git",
"reference": "6320bb5f5574cb88438059b59f8708da6b6f1d32"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-cache/adapter-common/zipball/6320bb5f5574cb88438059b59f8708da6b6f1d32",
"reference": "6320bb5f5574cb88438059b59f8708da6b6f1d32",
"shasum": ""
},
"require": {
"cache/tag-interop": "^1.0",
"php": "^5.6 || ^7.0",
"psr/cache": "^1.0",
"psr/log": "^1.0",
"psr/simple-cache": "^1.0"
},
"require-dev": {
"cache/integration-tests": "^0.16",
"phpunit/phpunit": "^5.7.21"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Cache\\Adapter\\Common\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Scherer",
"email": "aequasi@gmail.com",
"homepage": "https://github.com/aequasi"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
}
],
"description": "Common classes for PSR-6 adapters",
"homepage": "http://www.php-cache.com/en/latest/",
"keywords": [
"cache",
"psr-6",
"tag"
],
"time": "2018-07-08T13:04:33+00:00"
},
{
"name": "cache/hierarchical-cache",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-cache/hierarchical-cache.git",
"reference": "97173a5115765f72ccdc90dbc01132a3786ef5fd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-cache/hierarchical-cache/zipball/97173a5115765f72ccdc90dbc01132a3786ef5fd",
"reference": "97173a5115765f72ccdc90dbc01132a3786ef5fd",
"shasum": ""
},
"require": {
"cache/adapter-common": "^1.0",
"php": "^5.6 || ^7.0",
"psr/cache": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.21"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Cache\\Hierarchy\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Scherer",
"email": "aequasi@gmail.com",
"homepage": "https://github.com/aequasi"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
}
],
"description": "A helper trait and interface to your PSR-6 cache to support hierarchical keys.",
"homepage": "http://www.php-cache.com/en/latest/",
"keywords": [
"cache",
"hierarchical",
"hierarchy",
"psr-6"
],
"time": "2017-07-16T21:58:17+00:00"
},
{
"name": "cache/tag-interop",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-cache/tag-interop.git",
"reference": "c7496dd81530f538af27b4f2713cde97bc292832"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-cache/tag-interop/zipball/c7496dd81530f538af27b4f2713cde97bc292832",
"reference": "c7496dd81530f538af27b4f2713cde97bc292832",
"shasum": ""
},
"require": {
"php": "^5.5 || ^7.0",
"psr/cache": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Cache\\TagInterop\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com",
"homepage": "https://github.com/nicolas-grekas"
}
],
"description": "Framework interoperable interfaces for tags",
"homepage": "http://www.php-cache.com/en/latest/",
"keywords": [
"cache",
"psr",
"psr6",
"tag"
],
"time": "2017-03-13T09:14:27+00:00"
},
{
"name": "cache/void-adapter",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-cache/void-adapter.git",
"reference": "a0554f661cf9f1498a2afe72d077f3c35d797161"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-cache/void-adapter/zipball/a0554f661cf9f1498a2afe72d077f3c35d797161",
"reference": "a0554f661cf9f1498a2afe72d077f3c35d797161",
"shasum": ""
},
"require": {
"cache/adapter-common": "^1.0",
"cache/hierarchical-cache": "^1.0",
"php": "^5.6 || ^7.0",
"psr/cache": "^1.0",
"psr/simple-cache": "^1.0"
},
"provide": {
"psr/cache-implementation": "^1.0"
},
"require-dev": {
"cache/integration-tests": "^0.16",
"phpunit/phpunit": "^5.7.21"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Cache\\Adapter\\Void\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Scherer",
"email": "aequasi@gmail.com",
"homepage": "https://github.com/aequasi"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
}
],
"description": "A PSR-6 cache implementation using Void. This implementation supports tags",
"homepage": "http://www.php-cache.com/en/latest/",
"keywords": [
"cache",
"psr-6",
"tag",
"void"
],
"time": "2017-07-16T21:09:25+00:00"
},
{
"name": "canihavesomecoffee/thetvdbapi",
"version": "1.3.0",
@@ -996,29 +1242,35 @@
},
{
"name": "dborsatto/php-giantbomb",
"version": "v1.0.2",
"version": "v2.1.0",
"source": {
"type": "git",
"url": "https://github.com/dborsatto/php-giantbomb.git",
"reference": "e95553774caf9b6dace6d044710c7e03dee3af43"
"reference": "aae4b8610074391775d98ca2b111e0a862084002"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dborsatto/php-giantbomb/zipball/e95553774caf9b6dace6d044710c7e03dee3af43",
"reference": "e95553774caf9b6dace6d044710c7e03dee3af43",
"url": "https://api.github.com/repos/dborsatto/php-giantbomb/zipball/aae4b8610074391775d98ca2b111e0a862084002",
"reference": "aae4b8610074391775d98ca2b111e0a862084002",
"shasum": ""
},
"require": {
"doctrine/cache": "^1.6",
"guzzlehttp/guzzle": "^6.2"
"cache/void-adapter": "^1.0",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^6.2|^7.0",
"php": "^7.4",
"psr/simple-cache": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
"cache/array-adapter": "^1.0",
"friendsofphp/php-cs-fixer": "^2.16",
"phpspec/phpspec": "^6.2",
"vimeo/psalm": "^3.15"
},
"type": "library",
"autoload": {
"psr-4": {
"DBorsatto\\GiantBomb\\Test\\": "tests",
"DBorsatto\\GiantBomb\\": "src"
}
},
@@ -1034,7 +1286,7 @@
}
],
"description": "A PHP library that acts as a wrapper for the GiantBomb API.",
"time": "2017-05-18T16:20:43+00:00"
"time": "2020-09-17T09:07:01+00:00"
},
{
"name": "dnoegel/php-xdg-base-dir",
@@ -5577,6 +5829,52 @@
],
"time": "2020-09-08T18:47:23+00:00"
},
{
"name": "psr/cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"time": "2016-08-06T20:24:11+00:00"
},
{
"name": "psr/container",
"version": "1.0.0",
@@ -6516,16 +6814,16 @@
},
{
"name": "spatie/laravel-backup",
"version": "6.11.2",
"version": "6.11.3",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-backup.git",
"reference": "aef15441393bb317341bfd69869c0e4cefc109be"
"reference": "54523518e6e54bb7f743d0174294c38e570b892f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-backup/zipball/aef15441393bb317341bfd69869c0e4cefc109be",
"reference": "aef15441393bb317341bfd69869c0e4cefc109be",
"url": "https://api.github.com/repos/spatie/laravel-backup/zipball/54523518e6e54bb7f743d0174294c38e570b892f",
"reference": "54523518e6e54bb7f743d0174294c38e570b892f",
"shasum": ""
},
"require": {
@@ -6598,7 +6896,7 @@
"type": "github"
}
],
"time": "2020-09-08T17:37:56+00:00"
"time": "2020-09-29T10:53:41+00:00"
},
{
"name": "spatie/laravel-directory-cleanup",
@@ -12340,28 +12638,28 @@
},
{
"name": "phpspec/prophecy",
"version": "1.11.1",
"version": "1.12.1",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
"reference": "b20034be5efcdab4fb60ca3a29cba2949aead160"
"reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/b20034be5efcdab4fb60ca3a29cba2949aead160",
"reference": "b20034be5efcdab4fb60ca3a29cba2949aead160",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/8ce87516be71aae9b956f81906aaf0338e0d8a2d",
"reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.2",
"php": "^7.2",
"phpdocumentor/reflection-docblock": "^5.0",
"php": "^7.2 || ~8.0, <8.1",
"phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^3.0 || ^4.0"
},
"require-dev": {
"phpspec/phpspec": "^6.0",
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^8.0 || ^9.0 <9.3"
},
"type": "library",
"extra": {
@@ -12399,20 +12697,20 @@
"spy",
"stub"
],
"time": "2020-07-08T12:44:21+00:00"
"time": "2020-09-29T09:10:42+00:00"
},
{
"name": "phpstan/phpstan",
"version": "0.12.45",
"version": "0.12.47",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "90c67259212ed891ee86604a9368ef7d7bead3a4"
"reference": "74325a6ae15378db0df71b969ded245378d2e058"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/90c67259212ed891ee86604a9368ef7d7bead3a4",
"reference": "90c67259212ed891ee86604a9368ef7d7bead3a4",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/74325a6ae15378db0df71b969ded245378d2e058",
"reference": "74325a6ae15378db0df71b969ded245378d2e058",
"shasum": ""
},
"require": {
@@ -12455,7 +12753,7 @@
"type": "tidelift"
}
],
"time": "2020-09-26T19:19:00+00:00"
"time": "2020-09-29T13:35:39+00:00"
},
{
"name": "phpunit/php-code-coverage",
@@ -0,0 +1,36 @@
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateJobsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('jobs', function (Blueprint $table) {
$table->bigIncrements('id');
$table->string('queue')->index();
$table->longText('payload');
$table->unsignedTinyInteger('attempts');
$table->unsignedInteger('reserved_at')->nullable();
$table->unsignedInteger('available_at');
$table->unsignedInteger('created_at');
});
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::dropIfExists('jobs');
}
}
@@ -0,0 +1,32 @@
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class AddUuidToFailedJobsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::table('failed_jobs', function (Blueprint $table) {
//
});
}
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
Schema::table('failed_jobs', function (Blueprint $table) {
//
});
}
}