|
|
|
|
@ -4,47 +4,8 @@
|
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
|
|
"This file is @generated automatically" |
|
|
|
|
], |
|
|
|
|
"content-hash": "cb4ec996812a3ab738f1a2013fc3a7da", |
|
|
|
|
"content-hash": "57c07c2fd3e425e4618519761e9c9b64", |
|
|
|
|
"packages": [ |
|
|
|
|
{ |
|
|
|
|
"name": "brick/varexporter", |
|
|
|
|
"version": "0.3.5", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/brick/varexporter.git", |
|
|
|
|
"reference": "05241f28dfcba2b51b11e2d750e296316ebbe518" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/brick/varexporter/zipball/05241f28dfcba2b51b11e2d750e296316ebbe518", |
|
|
|
|
"reference": "05241f28dfcba2b51b11e2d750e296316ebbe518", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"nikic/php-parser": "^4.0", |
|
|
|
|
"php": "^7.2 || ^8.0" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"php-coveralls/php-coveralls": "^2.2", |
|
|
|
|
"phpunit/phpunit": "^8.5 || ^9.0", |
|
|
|
|
"vimeo/psalm": "4.4.1" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Brick\\VarExporter\\": "src/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"description": "A powerful alternative to var_export(), which can export closures and objects without __set_state()", |
|
|
|
|
"keywords": [ |
|
|
|
|
"var_export" |
|
|
|
|
], |
|
|
|
|
"time": "2021-02-10T13:53:07+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "composer/installers", |
|
|
|
|
"version": "v2.1.1", |
|
|
|
|
@ -185,194 +146,6 @@
|
|
|
|
|
], |
|
|
|
|
"time": "2022-04-13T09:13:00+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "illuminate/collections", |
|
|
|
|
"version": "v8.83.8", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/illuminate/collections.git", |
|
|
|
|
"reference": "fc232e89c0214dba5d2b431220a24b02d480a472" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/illuminate/collections/zipball/fc232e89c0214dba5d2b431220a24b02d480a472", |
|
|
|
|
"reference": "fc232e89c0214dba5d2b431220a24b02d480a472", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"illuminate/contracts": "^8.0", |
|
|
|
|
"illuminate/macroable": "^8.0", |
|
|
|
|
"php": "^7.3|^8.0" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
|
"symfony/var-dumper": "Required to use the dump method (^5.4)." |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "8.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"files": [ |
|
|
|
|
"helpers.php" |
|
|
|
|
], |
|
|
|
|
"psr-4": { |
|
|
|
|
"Illuminate\\Support\\": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Taylor Otwell", |
|
|
|
|
"email": "taylor@laravel.com" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "The Illuminate Collections package.", |
|
|
|
|
"homepage": "https://laravel.com", |
|
|
|
|
"time": "2022-03-25T14:53:23+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "illuminate/contracts", |
|
|
|
|
"version": "v8.83.8", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/illuminate/contracts.git", |
|
|
|
|
"reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/illuminate/contracts/zipball/5e0fd287a1b22a6b346a9f7cd484d8cf0234585d", |
|
|
|
|
"reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": "^7.3|^8.0", |
|
|
|
|
"psr/container": "^1.0", |
|
|
|
|
"psr/simple-cache": "^1.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "8.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Illuminate\\Contracts\\": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Taylor Otwell", |
|
|
|
|
"email": "taylor@laravel.com" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "The Illuminate Contracts package.", |
|
|
|
|
"homepage": "https://laravel.com", |
|
|
|
|
"time": "2022-01-13T14:47:47+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "illuminate/macroable", |
|
|
|
|
"version": "v8.83.8", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/illuminate/macroable.git", |
|
|
|
|
"reference": "aed81891a6e046fdee72edd497f822190f61c162" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/illuminate/macroable/zipball/aed81891a6e046fdee72edd497f822190f61c162", |
|
|
|
|
"reference": "aed81891a6e046fdee72edd497f822190f61c162", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": "^7.3|^8.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "8.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Illuminate\\Support\\": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Taylor Otwell", |
|
|
|
|
"email": "taylor@laravel.com" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "The Illuminate Macroable package.", |
|
|
|
|
"homepage": "https://laravel.com", |
|
|
|
|
"time": "2021-11-16T13:57:03+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "nikic/php-parser", |
|
|
|
|
"version": "v4.13.2", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/nikic/PHP-Parser.git", |
|
|
|
|
"reference": "210577fe3cf7badcc5814d99455df46564f3c077" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077", |
|
|
|
|
"reference": "210577fe3cf7badcc5814d99455df46564f3c077", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"ext-tokenizer": "*", |
|
|
|
|
"php": ">=7.0" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"ircmaxell/php-yacc": "^0.0.7", |
|
|
|
|
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" |
|
|
|
|
}, |
|
|
|
|
"bin": [ |
|
|
|
|
"bin/php-parse" |
|
|
|
|
], |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "4.9-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"PhpParser\\": "lib/PhpParser" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"BSD-3-Clause" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Nikita Popov" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "A PHP parser written in PHP", |
|
|
|
|
"keywords": [ |
|
|
|
|
"parser", |
|
|
|
|
"php" |
|
|
|
|
], |
|
|
|
|
"time": "2021-11-30T19:35:32+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "phpcompatibility/php-compatibility", |
|
|
|
|
"version": "9.3.5", |
|
|
|
|
@ -470,145 +243,6 @@
|
|
|
|
|
], |
|
|
|
|
"time": "2017-09-06T21:35:04+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "psr/container", |
|
|
|
|
"version": "1.1.2", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/php-fig/container.git", |
|
|
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", |
|
|
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=7.4.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Psr\\Container\\": "src/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "PHP-FIG", |
|
|
|
|
"homepage": "https://www.php-fig.org/" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Common Container Interface (PHP FIG PSR-11)", |
|
|
|
|
"homepage": "https://github.com/php-fig/container", |
|
|
|
|
"keywords": [ |
|
|
|
|
"PSR-11", |
|
|
|
|
"container", |
|
|
|
|
"container-interface", |
|
|
|
|
"container-interop", |
|
|
|
|
"psr" |
|
|
|
|
], |
|
|
|
|
"time": "2021-11-05T16:50:12+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "psr/simple-cache", |
|
|
|
|
"version": "1.0.1", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/php-fig/simple-cache.git", |
|
|
|
|
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", |
|
|
|
|
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "1.0.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Psr\\SimpleCache\\": "src/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "PHP-FIG", |
|
|
|
|
"homepage": "http://www.php-fig.org/" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Common interfaces for simple caching", |
|
|
|
|
"keywords": [ |
|
|
|
|
"cache", |
|
|
|
|
"caching", |
|
|
|
|
"psr", |
|
|
|
|
"psr-16", |
|
|
|
|
"simple-cache" |
|
|
|
|
], |
|
|
|
|
"time": "2017-10-23T01:57:42+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "soberwp/intervention", |
|
|
|
|
"version": "2.0.0-rc.5", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/darrenjacoby/intervention.git", |
|
|
|
|
"reference": "7377e42b36780d0c4787b36119524ffac14cc8d4" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/darrenjacoby/intervention/zipball/7377e42b36780d0c4787b36119524ffac14cc8d4", |
|
|
|
|
"reference": "7377e42b36780d0c4787b36119524ffac14cc8d4", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"brick/varexporter": "^0.3.5", |
|
|
|
|
"illuminate/collections": "^8.51", |
|
|
|
|
"php": "^7.4|^8.0" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"composer/installers": "^2.0", |
|
|
|
|
"symplify/easy-coding-standard": "dev-main" |
|
|
|
|
}, |
|
|
|
|
"type": "wordpress-plugin", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Jacoby\\Intervention\\": "src/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Darren Jacoby", |
|
|
|
|
"email": "darren@jacoby.co.za", |
|
|
|
|
"homepage": "https://twitter.com/withjacoby" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "WordPress plugin containing modules to cleanup and customize wp-admin.", |
|
|
|
|
"homepage": "https://github.com/darrenjacoby", |
|
|
|
|
"keywords": [ |
|
|
|
|
"wordpress" |
|
|
|
|
], |
|
|
|
|
"time": "2022-02-23T13:39:50+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "spatie/color", |
|
|
|
|
"version": "1.5.1", |
|
|
|
|
@ -1034,6 +668,58 @@
|
|
|
|
|
], |
|
|
|
|
"time": "2022-03-03T13:19:32+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "nikic/php-parser", |
|
|
|
|
"version": "v4.13.2", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/nikic/PHP-Parser.git", |
|
|
|
|
"reference": "210577fe3cf7badcc5814d99455df46564f3c077" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077", |
|
|
|
|
"reference": "210577fe3cf7badcc5814d99455df46564f3c077", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"ext-tokenizer": "*", |
|
|
|
|
"php": ">=7.0" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"ircmaxell/php-yacc": "^0.0.7", |
|
|
|
|
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" |
|
|
|
|
}, |
|
|
|
|
"bin": [ |
|
|
|
|
"bin/php-parse" |
|
|
|
|
], |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "4.9-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"PhpParser\\": "lib/PhpParser" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"BSD-3-Clause" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Nikita Popov" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "A PHP parser written in PHP", |
|
|
|
|
"keywords": [ |
|
|
|
|
"parser", |
|
|
|
|
"php" |
|
|
|
|
], |
|
|
|
|
"time": "2021-11-30T19:35:32+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "phar-io/manifest", |
|
|
|
|
"version": "2.0.3", |
|
|
|
|
@ -1875,6 +1561,50 @@
|
|
|
|
|
], |
|
|
|
|
"time": "2021-08-09T16:26:32+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "psr/container", |
|
|
|
|
"version": "1.1.2", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/php-fig/container.git", |
|
|
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", |
|
|
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=7.4.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Psr\\Container\\": "src/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "PHP-FIG", |
|
|
|
|
"homepage": "https://www.php-fig.org/" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Common Container Interface (PHP FIG PSR-11)", |
|
|
|
|
"homepage": "https://github.com/php-fig/container", |
|
|
|
|
"keywords": [ |
|
|
|
|
"PSR-11", |
|
|
|
|
"container", |
|
|
|
|
"container-interface", |
|
|
|
|
"container-interop", |
|
|
|
|
"psr" |
|
|
|
|
], |
|
|
|
|
"time": "2021-11-05T16:50:12+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "sebastian/cli-parser", |
|
|
|
|
"version": "1.0.1", |
|
|
|
|
@ -3877,9 +3607,7 @@
|
|
|
|
|
], |
|
|
|
|
"aliases": [], |
|
|
|
|
"minimum-stability": "stable", |
|
|
|
|
"stability-flags": { |
|
|
|
|
"soberwp/intervention": 5 |
|
|
|
|
}, |
|
|
|
|
"stability-flags": [], |
|
|
|
|
"prefer-stable": false, |
|
|
|
|
"prefer-lowest": false, |
|
|
|
|
"platform": { |
|
|
|
|
|