(Update) Dependancies

This commit is contained in:
HDVinnie
2018-03-30 21:49:43 -04:00
parent 0281b2d53a
commit d6ff3875f7
3 changed files with 79 additions and 33 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
<hr>
<p align="center">
<a href="https://github.com/HDVinnie/UNIT3D"><img src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg" /></a> <a class="badge-align" href="https://www.codacy.com/app/HDVinnie/UNIT3D?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=UNIT3D/UNIT3D&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/6c6c6c940aec420e987ea82adea272ee"/></a> <a href="https://discord.gg/Yk4NBUU"><img alt="Discord chat" src="https://cdn.rawgit.com/Hyleus/237f9903320939eb4f7615633a8fb221/raw/dca104edf34eabaca1016e633f06a52a346a7700/chat-Discord-blue.svg" /></a> <a href="http://laravel.com"><img src="https://img.shields.io/badge/Laravel-5.6.12-f4645f.svg" /></a> <a href="https://github.com/UNIT3D/UNIT3D/blob/master/LICENSE"><img src="https://img.shields.io/aur/license/yaourt.svg" /></a>
<a href="https://github.com/HDVinnie/UNIT3D"><img src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg" /></a> <a class="badge-align" href="https://www.codacy.com/app/HDVinnie/UNIT3D?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=UNIT3D/UNIT3D&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/6c6c6c940aec420e987ea82adea272ee"/></a> <a href="https://discord.gg/Yk4NBUU"><img alt="Discord chat" src="https://cdn.rawgit.com/Hyleus/237f9903320939eb4f7615633a8fb221/raw/dca104edf34eabaca1016e633f06a52a346a7700/chat-Discord-blue.svg" /></a> <a href="http://laravel.com"><img src="https://img.shields.io/badge/Laravel-5.6.16-f4645f.svg" /></a> <a href="https://github.com/UNIT3D/UNIT3D/blob/master/LICENSE"><img src="https://img.shields.io/aur/license/yaourt.svg" /></a>
</p>
@@ -28,7 +28,7 @@
## <a name="introduction"></a> Introduction
For the last year, I have been developing a Nex-Gen Torrent Tracker Script called "UNIT3D." This is a PHP script based off the lovely Laravel Framework -- currently Laravel Framework 5.6.12, MySQL Strict Mode Compliant and PHP 7.1 Ready. The code is well-designed and follows the PSR-2 coding style. It uses a MVC Architecture to ensure clarity between logic and presentation. As a hashing algorithm Bcrypt or Argon2 is used, to ensure a safe and proper way to store the passwords for the users. A lightweight Blade Templating Engine. Caching System Supporting: "apc,” "array,” "database,” "file," "memcached," and "redis" methods. Eloquent and much more!
I have been developing a Nex-Gen Torrent Tracker Script called "UNIT3D." This is a PHP script based off the lovely Laravel Framework -- currently Laravel Framework 5.6.16, MySQL Strict Mode Compliant and PHP 7.1 Ready. The code is well-designed and follows the PSR-2 coding style. It uses a MVC Architecture to ensure clarity between logic and presentation. As a hashing algorithm of Bcrypt or Argon2 is used, to ensure a safe and proper way to store the passwords for the users. A lightweight Blade Templating Engine. Caching System Supporting: "apc,” "array,” "database,” "file," "memcached," and "redis" methods. Eloquent and much more!
## <a name="features"></a> Some Features
+4 -3
View File
@@ -14,6 +14,7 @@
"brian2694/laravel-toastr": "^1.0",
"christofferok/laravel-emojione": "^2.1",
"fideloper/proxy": "~4.0",
"google/recaptcha": "~1.1",
"gstt/laravel-achievements": "^1.0",
"guzzlehttp/guzzle": "6.*",
"hootlex/laravel-moderation": "^1.0",
@@ -28,12 +29,12 @@
"paragonie/constant_time_encoding": "^2.0",
"predis/predis": "1.1.1",
"rachidlaasri/laravel-installer": "^3.2",
"spatie/laravel-backup": "^5.0",
"spatie/laravel-cookie-consent": "^2.1.0",
"spatie/laravel-image-optimizer": "^1.1",
"stripe/stripe-php": "^6.1",
"symfony/dom-crawler": "^2.7|^3.0",
"theodorejb/polycast": "^1.0",
"spatie/laravel-backup": "^5.0",
"stripe/stripe-php": "^6.1"
"theodorejb/polycast": "^1.0"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
Generated
+73 -28
View File
@@ -4,7 +4,7 @@
"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": "9d0c6880616bcca7cd18e540e82231c4",
"content-hash": "f3a06b30e467b140b27d2f9051927c6e",
"packages": [
{
"name": "arcanedev/log-viewer",
@@ -699,6 +699,51 @@
],
"time": "2018-02-07T20:20:57+00:00"
},
{
"name": "google/recaptcha",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/google/recaptcha.git",
"reference": "5a56d15ca10a7b75158178752b2ad8f755eb4f78"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/google/recaptcha/zipball/5a56d15ca10a7b75158178752b2ad8f755eb4f78",
"reference": "5a56d15ca10a7b75158178752b2ad8f755eb4f78",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"ReCaptcha\\": "src/ReCaptcha"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Client library for reCAPTCHA, a free service that protect websites from spam and abuse.",
"homepage": "http://www.google.com/recaptcha/",
"keywords": [
"Abuse",
"captcha",
"recaptcha",
"spam"
],
"time": "2017-03-09T18:44:34+00:00"
},
{
"name": "gstt/laravel-achievements",
"version": "v1.0.0",
@@ -745,16 +790,16 @@
},
{
"name": "guzzlehttp/guzzle",
"version": "6.3.0",
"version": "6.3.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
"reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
"reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/68d0ea14d5a3f42a20e87632a5f84931e2709c90",
"reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90",
"shasum": ""
},
"require": {
@@ -764,7 +809,7 @@
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.0 || ^5.0",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4",
"psr/log": "^1.0"
},
"suggest": {
@@ -773,7 +818,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.2-dev"
"dev-master": "6.3-dev"
}
},
"autoload": {
@@ -806,7 +851,7 @@
"rest",
"web service"
],
"time": "2017-06-22T18:50:49+00:00"
"time": "2018-03-26T16:33:04+00:00"
},
{
"name": "guzzlehttp/promises",
@@ -1283,16 +1328,16 @@
},
{
"name": "laravel/framework",
"version": "v5.6.12",
"version": "v5.6.15",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "82d8165d1ea86bdd81ddfa1db9343fa19e7d1450"
"reference": "baa42cf6bdd942523fafece21ec16a1843c6db0f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/82d8165d1ea86bdd81ddfa1db9343fa19e7d1450",
"reference": "82d8165d1ea86bdd81ddfa1db9343fa19e7d1450",
"url": "https://api.github.com/repos/laravel/framework/zipball/baa42cf6bdd942523fafece21ec16a1843c6db0f",
"reference": "baa42cf6bdd942523fafece21ec16a1843c6db0f",
"shasum": ""
},
"require": {
@@ -1417,7 +1462,7 @@
"framework",
"laravel"
],
"time": "2018-03-14T17:29:38+00:00"
"time": "2018-03-30T13:29:58+00:00"
},
{
"name": "laravel/tinker",
@@ -1484,16 +1529,16 @@
},
{
"name": "laravelcollective/html",
"version": "v5.6.3",
"version": "v5.6.5",
"source": {
"type": "git",
"url": "https://github.com/LaravelCollective/html.git",
"reference": "41cd9291a69bd24f2184e504be041348a87308a8"
"reference": "623a150c91e2d3f92eeee9f9eda58a841e3cb548"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/LaravelCollective/html/zipball/41cd9291a69bd24f2184e504be041348a87308a8",
"reference": "41cd9291a69bd24f2184e504be041348a87308a8",
"url": "https://api.github.com/repos/LaravelCollective/html/zipball/623a150c91e2d3f92eeee9f9eda58a841e3cb548",
"reference": "623a150c91e2d3f92eeee9f9eda58a841e3cb548",
"shasum": ""
},
"require": {
@@ -1548,7 +1593,7 @@
],
"description": "HTML and Form Builders for the Laravel Framework",
"homepage": "https://laravelcollective.com",
"time": "2018-02-12T14:19:42+00:00"
"time": "2018-03-16T16:57:31+00:00"
},
{
"name": "league/flysystem",
@@ -1808,16 +1853,16 @@
},
{
"name": "nesbot/carbon",
"version": "1.24.2",
"version": "1.25.0",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "bba6c6e410c6b4317e37a9474aeaa753808c3875"
"reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bba6c6e410c6b4317e37a9474aeaa753808c3875",
"reference": "bba6c6e410c6b4317e37a9474aeaa753808c3875",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cbcf13da0b531767e39eb86e9687f5deba9857b4",
"reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4",
"shasum": ""
},
"require": {
@@ -1857,7 +1902,7 @@
"datetime",
"time"
],
"time": "2018-03-10T10:10:14+00:00"
"time": "2018-03-19T15:50:49+00:00"
},
{
"name": "nikic/php-parser",
@@ -2923,16 +2968,16 @@
},
{
"name": "stripe/stripe-php",
"version": "v6.4.1",
"version": "v6.4.2",
"source": {
"type": "git",
"url": "https://github.com/stripe/stripe-php.git",
"reference": "e3b39607a2eb0f5c7010bb3f81dc1ff5eed218e0"
"reference": "d38739b67bfe601e5ef3193567b0016f8989be65"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stripe/stripe-php/zipball/e3b39607a2eb0f5c7010bb3f81dc1ff5eed218e0",
"reference": "e3b39607a2eb0f5c7010bb3f81dc1ff5eed218e0",
"url": "https://api.github.com/repos/stripe/stripe-php/zipball/d38739b67bfe601e5ef3193567b0016f8989be65",
"reference": "d38739b67bfe601e5ef3193567b0016f8989be65",
"shasum": ""
},
"require": {
@@ -2974,7 +3019,7 @@
"payment processing",
"stripe"
],
"time": "2018-03-02T13:36:28+00:00"
"time": "2018-03-17T21:35:08+00:00"
},
{
"name": "swiftmailer/swiftmailer",