mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 09:02:28 +01:00
Update composer.lock
This commit is contained in:
parent
a66d7a3417
commit
ea9cdea08d
126
composer.lock
generated
126
composer.lock
generated
@ -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": "afa0d4df5b34f0f6d37962a7d9b71858",
|
||||
"content-hash": "cebedf7393ddbd786a17efdf394fa5e3",
|
||||
"packages": [
|
||||
{
|
||||
"name": "appstract/laravel-blade-directives",
|
||||
@ -975,32 +975,32 @@
|
||||
},
|
||||
{
|
||||
"name": "hashids/hashids",
|
||||
"version": "2.0.4",
|
||||
"version": "3.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ivanakimov/hashids.php.git",
|
||||
"reference": "7a945a5192d4a5c8888364970feece9bc26179df"
|
||||
"reference": "b6c61142bfe36d43740a5419d11c351dddac0458"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ivanakimov/hashids.php/zipball/7a945a5192d4a5c8888364970feece9bc26179df",
|
||||
"reference": "7a945a5192d4a5c8888364970feece9bc26179df",
|
||||
"url": "https://api.github.com/repos/ivanakimov/hashids.php/zipball/b6c61142bfe36d43740a5419d11c351dddac0458",
|
||||
"reference": "b6c61142bfe36d43740a5419d11c351dddac0458",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^5.6.4 || ^7.0"
|
||||
"php": "^7.1.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7 || ^6.3"
|
||||
"phpunit/phpunit": "^7.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-bcmatch": "Required to use BC Math arbitrary precision mathematics (*).",
|
||||
"ext-bcmath": "Required to use BC Math arbitrary precision mathematics (*).",
|
||||
"ext-gmp": "Required to use GNU multiple precision mathematics (*)."
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.1-dev"
|
||||
"dev-master": "3.0-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -1037,7 +1037,7 @@
|
||||
"obfuscate",
|
||||
"youtube"
|
||||
],
|
||||
"time": "2017-10-28T11:24:20+00:00"
|
||||
"time": "2018-03-12T16:30:09+00:00"
|
||||
},
|
||||
{
|
||||
"name": "igaster/laravel-theme",
|
||||
@ -1618,7 +1618,7 @@
|
||||
{
|
||||
"name": "Luís Otávio Cobucci Oblonczyk",
|
||||
"email": "lcobucci@gmail.com",
|
||||
"role": "developer"
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
|
||||
@ -3391,6 +3391,58 @@
|
||||
],
|
||||
"time": "2018-09-28T16:17:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "staudenmeir/belongs-to-through",
|
||||
"version": "v2.3.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/staudenmeir/belongs-to-through.git",
|
||||
"reference": "2ba1ff76353058d2b4d395e725617d97fd103ab0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/staudenmeir/belongs-to-through/zipball/2ba1ff76353058d2b4d395e725617d97fd103ab0",
|
||||
"reference": "2ba1ff76353058d2b4d395e725617d97fd103ab0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/database": "~5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"fabpot/php-cs-fixer": "^1.11",
|
||||
"orchestra/testbench": "~3.0",
|
||||
"phpunit/php-code-coverage": "^3.3",
|
||||
"phpunit/phpunit": "~5.0",
|
||||
"satooshi/php-coveralls": "^1.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Znck\\Eloquent\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Rahul Kadyan",
|
||||
"email": "hi@znck.me"
|
||||
}
|
||||
],
|
||||
"description": "Adds belongsToThrough relation to laravel models",
|
||||
"homepage": "https://github.com/staudenmeir/belongs-to-through",
|
||||
"keywords": [
|
||||
"belongsToThrough",
|
||||
"eloquent",
|
||||
"laravel",
|
||||
"model",
|
||||
"models",
|
||||
"znck"
|
||||
],
|
||||
"time": "2019-02-01T14:33:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "swiftmailer/swiftmailer",
|
||||
"version": "v6.1.3",
|
||||
@ -4716,58 +4768,6 @@
|
||||
"psr-7"
|
||||
],
|
||||
"time": "2018-09-05T19:29:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "znck/belongs-to-through",
|
||||
"version": "v2.3.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/znck/belongs-to-through.git",
|
||||
"reference": "8ac53e9134072902a8d3f3e18c327d4a8fd70d3d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/znck/belongs-to-through/zipball/8ac53e9134072902a8d3f3e18c327d4a8fd70d3d",
|
||||
"reference": "8ac53e9134072902a8d3f3e18c327d4a8fd70d3d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/database": "~5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"fabpot/php-cs-fixer": "^1.11",
|
||||
"orchestra/testbench": "~3.0",
|
||||
"phpunit/php-code-coverage": "^3.3",
|
||||
"phpunit/phpunit": "~5.0",
|
||||
"satooshi/php-coveralls": "^1.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Znck\\Eloquent\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Rahul Kadyan",
|
||||
"email": "hi@znck.me"
|
||||
}
|
||||
],
|
||||
"description": "Adds belongsToThrough relation to laravel models",
|
||||
"homepage": "https://github.com/znck/belongs-to-through",
|
||||
"keywords": [
|
||||
"belongsToThrough",
|
||||
"eloquent",
|
||||
"laravel",
|
||||
"model",
|
||||
"models",
|
||||
"znck"
|
||||
],
|
||||
"time": "2017-07-23T13:11:16+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
|
Loading…
Reference in New Issue
Block a user