mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 23:03:45 +02:00
Final package update for PHP 8 I believe
This commit is contained in:
432
composer.lock
generated
432
composer.lock
generated
@@ -4,8 +4,57 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "3a6d2d4bb3b6143069fb2211839bdd78",
|
||||
"content-hash": "18a158295556def258c4da81a571becd",
|
||||
"packages": [
|
||||
{
|
||||
"name": "2bj/phanybar",
|
||||
"version": "v1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/2bj/Phanybar.git",
|
||||
"reference": "88ff671e18f30c2047a34f8cf2465a7ff93c819b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/2bj/Phanybar/zipball/88ff671e18f30c2047a34f8cf2465a7ff93c819b",
|
||||
"reference": "88ff671e18f30c2047a34f8cf2465a7ff93c819b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"bin": [
|
||||
"bin/phanybar"
|
||||
],
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Bakyt\\": [
|
||||
"src/"
|
||||
]
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Bakyt Turgumbaev",
|
||||
"email": "dev2bj@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Control AnyBar from your php",
|
||||
"keywords": [
|
||||
"anybar",
|
||||
"phanybar"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/2bj/Phanybar/issues",
|
||||
"source": "https://github.com/2bj/Phanybar/tree/master"
|
||||
},
|
||||
"time": "2015-03-06T12:14:28+00:00"
|
||||
},
|
||||
{
|
||||
"name": "appstract/laravel-blade-directives",
|
||||
"version": "1.11.0",
|
||||
@@ -271,6 +320,110 @@
|
||||
},
|
||||
"time": "2019-11-30T02:33:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "codedungeon/php-cli-colors",
|
||||
"version": "1.12.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mikeerickson/php-cli-colors.git",
|
||||
"reference": "e346156f75717140a3dd622124d2ec686aa7ff8e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/mikeerickson/php-cli-colors/zipball/e346156f75717140a3dd622124d2ec686aa7ff8e",
|
||||
"reference": "e346156f75717140a3dd622124d2ec686aa7ff8e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": ">=5.2"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Codedungeon\\PHPCliColors\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Mike Erickson",
|
||||
"email": "codedungeon@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Liven up you PHP Console Apps with standard colors",
|
||||
"homepage": "https://github.com/mikeerickson/php-cli-colors",
|
||||
"keywords": [
|
||||
"color",
|
||||
"colors",
|
||||
"composer",
|
||||
"package",
|
||||
"php"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/mikeerickson/php-cli-colors/issues",
|
||||
"source": "https://github.com/mikeerickson/php-cli-colors/tree/1.12.2"
|
||||
},
|
||||
"time": "2021-01-05T04:48:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "codedungeon/phpunit-result-printer",
|
||||
"version": "0.30.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mikeerickson/phpunit-pretty-result-printer.git",
|
||||
"reference": "a361009eeb7078c1478ba835976f7722a4952870"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/mikeerickson/phpunit-pretty-result-printer/zipball/a361009eeb7078c1478ba835976f7722a4952870",
|
||||
"reference": "a361009eeb7078c1478ba835976f7722a4952870",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"2bj/phanybar": "^1.0",
|
||||
"codedungeon/php-cli-colors": "^1.10.2",
|
||||
"hassankhan/config": "^0.11.2|^1.0|^2.0",
|
||||
"php": "^7.1 | ^8.0",
|
||||
"symfony/yaml": "^2.7|^3.0|^4.0|^5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"spatie/phpunit-watcher": "^1.6"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Codedungeon\\PHPUnitPrettyResultPrinter\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Mike Erickson",
|
||||
"email": "codedungeon@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "PHPUnit Pretty Result Printer",
|
||||
"keywords": [
|
||||
"TDD",
|
||||
"composer",
|
||||
"package",
|
||||
"phpunit",
|
||||
"printer",
|
||||
"result-printer",
|
||||
"testing"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/mikeerickson/phpunit-pretty-result-printer/issues",
|
||||
"source": "https://github.com/mikeerickson/phpunit-pretty-result-printer/tree/0.30.1"
|
||||
},
|
||||
"time": "2020-12-24T20:19:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "dnoegel/php-xdg-base-dir",
|
||||
"version": "v0.1.1",
|
||||
@@ -1343,6 +1496,67 @@
|
||||
},
|
||||
"time": "2020-11-26T19:24:33+00:00"
|
||||
},
|
||||
{
|
||||
"name": "hassankhan/config",
|
||||
"version": "0.11.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/hassankhan/config.git",
|
||||
"reference": "7fbc236c32dc6cc53a7b00992a2739cf8b41c085"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/hassankhan/config/zipball/7fbc236c32dc6cc53a7b00992a2739cf8b41c085",
|
||||
"reference": "7fbc236c32dc6cc53a7b00992a2739cf8b41c085",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"scrutinizer/ocular": "~1.1",
|
||||
"squizlabs/php_codesniffer": "~2.2"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/yaml": "~2.5"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Noodlehaus\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Hassan Khan",
|
||||
"homepage": "http://hassankhan.me/",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files",
|
||||
"homepage": "http://hassankhan.me/config/",
|
||||
"keywords": [
|
||||
"config",
|
||||
"configuration",
|
||||
"ini",
|
||||
"json",
|
||||
"microphp",
|
||||
"unframework",
|
||||
"xml",
|
||||
"yaml",
|
||||
"yml"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/hassankhan/config/issues",
|
||||
"source": "https://github.com/hassankhan/config/tree/0.11.2"
|
||||
},
|
||||
"time": "2017-11-07T22:49:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laracasts/utilities",
|
||||
"version": "3.2",
|
||||
@@ -6686,55 +6900,6 @@
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
{
|
||||
"name": "2bj/phanybar",
|
||||
"version": "v1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/2bj/Phanybar.git",
|
||||
"reference": "88ff671e18f30c2047a34f8cf2465a7ff93c819b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/2bj/Phanybar/zipball/88ff671e18f30c2047a34f8cf2465a7ff93c819b",
|
||||
"reference": "88ff671e18f30c2047a34f8cf2465a7ff93c819b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"bin": [
|
||||
"bin/phanybar"
|
||||
],
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Bakyt\\": [
|
||||
"src/"
|
||||
]
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Bakyt Turgumbaev",
|
||||
"email": "dev2bj@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Control AnyBar from your php",
|
||||
"keywords": [
|
||||
"anybar",
|
||||
"phanybar"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/2bj/Phanybar/issues",
|
||||
"source": "https://github.com/2bj/Phanybar/tree/master"
|
||||
},
|
||||
"time": "2015-03-06T12:14:28+00:00"
|
||||
},
|
||||
{
|
||||
"name": "barryvdh/laravel-debugbar",
|
||||
"version": "v3.5.2",
|
||||
@@ -6954,110 +7119,6 @@
|
||||
},
|
||||
"time": "2018-12-13T10:34:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "codedungeon/php-cli-colors",
|
||||
"version": "1.12.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mikeerickson/php-cli-colors.git",
|
||||
"reference": "e346156f75717140a3dd622124d2ec686aa7ff8e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/mikeerickson/php-cli-colors/zipball/e346156f75717140a3dd622124d2ec686aa7ff8e",
|
||||
"reference": "e346156f75717140a3dd622124d2ec686aa7ff8e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": ">=5.2"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Codedungeon\\PHPCliColors\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Mike Erickson",
|
||||
"email": "codedungeon@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Liven up you PHP Console Apps with standard colors",
|
||||
"homepage": "https://github.com/mikeerickson/php-cli-colors",
|
||||
"keywords": [
|
||||
"color",
|
||||
"colors",
|
||||
"composer",
|
||||
"package",
|
||||
"php"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/mikeerickson/php-cli-colors/issues",
|
||||
"source": "https://github.com/mikeerickson/php-cli-colors/tree/1.12.2"
|
||||
},
|
||||
"time": "2021-01-05T04:48:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "codedungeon/phpunit-result-printer",
|
||||
"version": "0.28.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mikeerickson/phpunit-pretty-result-printer.git",
|
||||
"reference": "bc023b0311589bee19047425083163ffa3f0cf88"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/mikeerickson/phpunit-pretty-result-printer/zipball/bc023b0311589bee19047425083163ffa3f0cf88",
|
||||
"reference": "bc023b0311589bee19047425083163ffa3f0cf88",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"2bj/phanybar": "^1.0",
|
||||
"codedungeon/php-cli-colors": "^1.10.2",
|
||||
"hassankhan/config": "^0.11.2",
|
||||
"php": "^7.1",
|
||||
"symfony/yaml": "^2.7|^3.0|^4.0|^5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"spatie/phpunit-watcher": "^1.6"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Codedungeon\\PHPUnitPrettyResultPrinter\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Mike Erickson",
|
||||
"email": "codedungeon@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "PHPUnit Pretty Result Printer",
|
||||
"keywords": [
|
||||
"TDD",
|
||||
"composer",
|
||||
"package",
|
||||
"phpunit",
|
||||
"printer",
|
||||
"result-printer",
|
||||
"testing"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/mikeerickson/phpunit-pretty-result-printer/issues",
|
||||
"source": "https://github.com/mikeerickson/phpunit-pretty-result-printer/tree/master"
|
||||
},
|
||||
"time": "2020-06-24T00:16:05+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/ca-bundle",
|
||||
"version": "1.2.9",
|
||||
@@ -8065,67 +8126,6 @@
|
||||
},
|
||||
"time": "2020-07-09T08:09:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "hassankhan/config",
|
||||
"version": "0.11.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/hassankhan/config.git",
|
||||
"reference": "7fbc236c32dc6cc53a7b00992a2739cf8b41c085"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/hassankhan/config/zipball/7fbc236c32dc6cc53a7b00992a2739cf8b41c085",
|
||||
"reference": "7fbc236c32dc6cc53a7b00992a2739cf8b41c085",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"scrutinizer/ocular": "~1.1",
|
||||
"squizlabs/php_codesniffer": "~2.2"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/yaml": "~2.5"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Noodlehaus\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Hassan Khan",
|
||||
"homepage": "http://hassankhan.me/",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files",
|
||||
"homepage": "http://hassankhan.me/config/",
|
||||
"keywords": [
|
||||
"config",
|
||||
"configuration",
|
||||
"ini",
|
||||
"json",
|
||||
"microphp",
|
||||
"unframework",
|
||||
"xml",
|
||||
"yaml",
|
||||
"yml"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/hassankhan/config/issues",
|
||||
"source": "https://github.com/hassankhan/config/tree/0.11.2"
|
||||
},
|
||||
"time": "2017-11-07T22:49:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "justinrainbow/json-schema",
|
||||
"version": "5.2.10",
|
||||
@@ -11136,7 +11136,7 @@
|
||||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": "^7.4 | ^8.0",
|
||||
"php": "^7.4 || ^8.0",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-pdo_mysql": "*",
|
||||
|
||||
Reference in New Issue
Block a user