From 00730c2fd2bbe507b5afb8ec5ee027206a00fd48 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sat, 29 Jun 2024 21:08:11 +0200 Subject: [PATCH] Switch to DariusIII tvmaze package --- composer.json | 6 +--- composer.lock | 80 ++++++++++++++++++++++++++------------------------- 2 files changed, 42 insertions(+), 44 deletions(-) diff --git a/composer.json b/composer.json index dc7375caf..60ce9e4af 100644 --- a/composer.json +++ b/composer.json @@ -61,7 +61,7 @@ "guzzlehttp/guzzle": "^7.2", "imdbphp/imdbphp": "^8.2", "intervention/image": "^3.7", - "joshpinkney/tv-maze-php-api": "dev-master", + "dariusiii/tv-maze-php-api": "^2.0.0", "jrean/laravel-user-verification": "^12.0", "junaidnasir/larainvite": "^7.0", "kevinlebrun/colors.php": "^1.0", @@ -142,10 +142,6 @@ "type": "vcs", "url": "https://github.com/DariusIII/Net_NNTP" }, - { - "type": "vcs", - "url": "https://github.com/DariusIII/TVMaze-PHP-API-Wrapper" - }, { "type": "vcs", "url": "https://github.com/DariusIII/html" diff --git a/composer.lock b/composer.lock index 3e4657d77..3a6f9fcc2 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "b8cd07f8b5e1423d391af1cefecdce4b", + "content-hash": "eba6bb161a2d700bedc46c7503a17e49", "packages": [ { "name": "aharen/omdbapi", @@ -1038,6 +1038,45 @@ }, "time": "2024-04-25T20:50:30+00:00" }, + { + "name": "dariusiii/tv-maze-php-api", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/DariusIII/TVMaze-PHP-API-Wrapper.git", + "reference": "52df9a39e98274518bda0bbff2b385b173e8e0df" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/DariusIII/TVMaze-PHP-API-Wrapper/zipball/52df9a39e98274518bda0bbff2b385b173e8e0df", + "reference": "52df9a39e98274518bda0bbff2b385b173e8e0df", + "shasum": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "DariusIII\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Josh Pinkney", + "email": "Joshpinkney@gmail.com" + }, + { + "name": "DariusIII" + } + ], + "description": "TVMaze-API-Wrapper", + "support": { + "source": "https://github.com/DariusIII/TVMaze-PHP-API-Wrapper/tree/2.0.0" + }, + "time": "2024-06-29T18:41:25+00:00" + }, { "name": "dasprid/enum", "version": "1.0.5", @@ -3059,42 +3098,6 @@ }, "time": "2024-04-03T13:39:07+00:00" }, - { - "name": "joshpinkney/tv-maze-php-api", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/DariusIII/TVMaze-PHP-API-Wrapper.git", - "reference": "ac3856fbd402253bcbe0782ad62885f96caabe1b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/DariusIII/TVMaze-PHP-API-Wrapper/zipball/ac3856fbd402253bcbe0782ad62885f96caabe1b", - "reference": "ac3856fbd402253bcbe0782ad62885f96caabe1b", - "shasum": "" - }, - "default-branch": true, - "type": "library", - "autoload": { - "psr-4": { - "JPinkney\\": "" - } - }, - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Josh Pinkney", - "email": "Joshpinkney@gmail.com" - } - ], - "description": "TVMaze-API-Wrapper", - "support": { - "source": "https://github.com/DariusIII/TVMaze-PHP-API-Wrapper/tree/1.0.3" - }, - "time": "2024-06-29T17:57:18+00:00" - }, { "name": "jrean/laravel-user-verification", "version": "v12.0.1", @@ -19044,8 +19047,7 @@ "minimum-stability": "dev", "stability-flags": { "anhskohbo/no-captcha": 20, - "b3rs3rk/steamfront": 20, - "joshpinkney/tv-maze-php-api": 20 + "b3rs3rk/steamfront": 20 }, "prefer-stable": true, "prefer-lowest": false,