mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Remove yadakhov/insertonduplicatekey library
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2019-08-21 DariusIII
|
||||
* Chg: Remove yadakhov/insertonduplicatekey library
|
||||
* Chg: Use the new insertOrIgnore function in place of insertIgnore from yadakhov/InsertOnDuplicateKey library
|
||||
* Chg: Update laravel/framework and laravel/horizon to latest versions
|
||||
2019-08-20 DariusIII
|
||||
|
||||
@@ -153,7 +153,6 @@
|
||||
"watson/rememberable": "^2.0",
|
||||
"wildbit/swiftmailer-postmark": "^3.0",
|
||||
"yab/laravel-scout-mysql-driver": "^2.1",
|
||||
"yadakhov/insert-on-duplicate-key": "^1.2",
|
||||
"ytake/laravel-smarty": "^2.5"
|
||||
},
|
||||
|
||||
|
||||
Generated
+8
-53
@@ -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": "0bd9521e4ebcd3b3d9969024ea5941f7",
|
||||
"content-hash": "1127b534cc1c776700ab90f48266c870",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aharen/omdbapi",
|
||||
@@ -8475,51 +8475,6 @@
|
||||
"description": "MySQL driver for Laravel Scout.",
|
||||
"time": "2019-03-16T05:53:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "yadakhov/insert-on-duplicate-key",
|
||||
"version": "v1.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/yadakhov/insert-on-duplicate-key.git",
|
||||
"reference": "13962f769aed9887138bc7e78fd4aac97a7ebf9c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/yadakhov/insert-on-duplicate-key/zipball/13962f769aed9887138bc7e78fd4aac97a7ebf9c",
|
||||
"reference": "13962f769aed9887138bc7e78fd4aac97a7ebf9c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
"illuminate/database": "^5.1",
|
||||
"phpunit/dbunit": "^2.0",
|
||||
"phpunit/phpunit": "~5.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Yadakhov\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Yada Khov",
|
||||
"email": "yada.khov@gmail.com",
|
||||
"homepage": "https://github.com/yadakhov"
|
||||
}
|
||||
],
|
||||
"description": "A trait for MySQL INSERT ON DUPLICATE KEY UPDATE.",
|
||||
"homepage": "https://github.com/yadakhov/insert-on-duplicate-key",
|
||||
"keywords": [
|
||||
"database",
|
||||
"eloquent",
|
||||
"mysql"
|
||||
],
|
||||
"time": "2017-04-27T16:19:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ytake/laravel-smarty",
|
||||
"version": "2.5.0",
|
||||
@@ -11635,16 +11590,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
"version": "7.5.14",
|
||||
"version": "7.5.15",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "2834789aeb9ac182ad69bfdf9ae91856a59945ff"
|
||||
"reference": "d79c053d972856b8b941bb233e39dc521a5093f0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2834789aeb9ac182ad69bfdf9ae91856a59945ff",
|
||||
"reference": "2834789aeb9ac182ad69bfdf9ae91856a59945ff",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d79c053d972856b8b941bb233e39dc521a5093f0",
|
||||
"reference": "d79c053d972856b8b941bb233e39dc521a5093f0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -11704,8 +11659,8 @@
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sebastian Bergmann",
|
||||
"email": "sebastian@phpunit.de",
|
||||
"role": "lead"
|
||||
"role": "lead",
|
||||
"email": "sebastian@phpunit.de"
|
||||
}
|
||||
],
|
||||
"description": "The PHP Unit Testing framework.",
|
||||
@@ -11715,7 +11670,7 @@
|
||||
"testing",
|
||||
"xunit"
|
||||
],
|
||||
"time": "2019-07-15T06:24:08+00:00"
|
||||
"time": "2019-08-21T07:05:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/code-unit-reverse-lookup",
|
||||
|
||||
Reference in New Issue
Block a user